summaryrefslogtreecommitdiff
path: root/cocoa/gui.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix up ripples from urldb change.Michael Drake2012-10-111-2/+2
|
* Include browser_private.h.Michael Drake2012-08-221-1/+1
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=13548
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-2/+2
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Build resource: map at start timeJohn Mark Bell2011-10-051-8/+6
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Remove gui_multitaskJohn Mark Bell2011-09-211-5/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-5/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Remove gui_window_get_browser_window from core. Remove unused ↵Michael Drake2011-09-051-5/+0
| | | | | | implementations from front ends. Rename the GTK front end implementation to nsgtk_get_browser_window and change the GTK front end to use that. svn path=/trunk/netsurf/; revision=12737
* Delete frame creation handling.Michael Drake2011-09-051-10/+4
| | | | svn path=/trunk/netsurf/; revision=12735
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-7/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* Avoid name clash.Michael Drake2011-08-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=12684
* Fix up Cocoa for r12574 API change.Michael Drake2011-07-061-4/+3
| | | | svn path=/trunk/netsurf/; revision=12578
* Remove gui_window_set_scale().Michael Drake2011-06-241-5/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-5/+0
| | | | svn path=/trunk/netsurf/; revision=12283
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Remove unused function gui_window_redraw.Sven Weidauer2011-03-041-6/+0
| | | | svn path=/trunk/netsurf/; revision=11903
* Implemented gui_find_resource and using resource: URIs for builtin stylesheets.Sven Weidauer2011-02-261-4/+6
| | | | svn path=/trunk/netsurf/; revision=11819
* add resource handlingVincent Sanders2011-02-231-0/+6
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Added move cursor.Sven Weidauer2011-02-011-0/+4
| | | | svn path=/trunk/netsurf/; revision=11576
* Reorganized includes.Sven Weidauer2011-01-311-5/+4
| | | | svn path=/trunk/netsurf/; revision=11567
* Asking before closing window with multiple open tabs.Sven Weidauer2011-01-311-0/+1
| | | | svn path=/trunk/netsurf/; revision=11559
* Download window asks if download should be cancelled before being closed and ↵Sven Weidauer2011-01-291-0/+1
| | | | | | displays an estimate of the time remaining. svn path=/trunk/netsurf/; revision=11521
* Timer based reformatting, so reformat happens also while resizing windows.Sven Weidauer2011-01-281-13/+0
| | | | svn path=/trunk/netsurf/; revision=11519
* Implemented frames and handling reformats the right way using ↵Sven Weidauer2011-01-281-9/+28
| | | | | | browser_reformat_pending. svn path=/trunk/netsurf/; revision=11518
* Implemented resolution-independent rendering for the browser view. Still ↵Sven Weidauer2011-01-271-17/+17
| | | | | | needs to be implemented for the other views. svn path=/trunk/netsurf/; revision=11507
* Moved main() and related functions from gui.m to NetsurfApp.mSven Weidauer2011-01-271-78/+2
| | | | svn path=/trunk/netsurf/; revision=11506
* Setting/Loading more options. Also loading urldb and cookies.Sven Weidauer2011-01-261-4/+21
| | | | svn path=/trunk/netsurf/; revision=11503
* Some random fixes.Sven Weidauer2011-01-261-2/+3
| | | | svn path=/trunk/netsurf/; revision=11496
* Enabling back/forward buttons only if appropriate.Sven Weidauer2011-01-261-1/+3
| | | | svn path=/trunk/netsurf/; revision=11494
* Decoding .ICO for faviconsSven Weidauer2011-01-251-0/+5
| | | | svn path=/trunk/netsurf/; revision=11488
* General cleanup and warning fixesSven Weidauer2011-01-251-2/+2
| | | | svn path=/trunk/netsurf/; revision=11486
* Implemented favicons. Doesn't work for .ICO filesSven Weidauer2011-01-251-1/+14
| | | | svn path=/trunk/netsurf/; revision=11485
* Creating select menus for formsSven Weidauer2011-01-251-2/+5
| | | | svn path=/trunk/netsurf/; revision=11484
* Nicer button for local history, fading history view, more readable blue for ↵Sven Weidauer2011-01-251-0/+1
| | | | | | active item svn path=/trunk/netsurf/; revision=11481
* Activating (and fixing) more warnings in XcodeSven Weidauer2011-01-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=11469
* Renamed 'spinning' property to 'isProcessing' so that the tab bar picks it ↵Sven Weidauer2011-01-201-2/+2
| | | | | | up and displays a spinner. svn path=/trunk/netsurf/; revision=11420
* Correct path for Messages fileSven Weidauer2011-01-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=11419
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-191-23/+43
| | | | svn path=/trunk/netsurf/; revision=11396
* Getting a real path for the options fileSven Weidauer2011-01-171-2/+30
| | | | svn path=/trunk/netsurf/; revision=11350
* Font scaling and other scaling related fixes.Sven Weidauer2011-01-171-4/+12
| | | | svn path=/trunk/netsurf/; revision=11349
* Implementing selection and clipboard functions.Sven Weidauer2011-01-141-37/+2
| | | | svn path=/trunk/netsurf/; revision=11319
* Implemented download windowSven Weidauer2011-01-141-29/+0
| | | | svn path=/trunk/netsurf/; revision=11317
* Opening URLsSven Weidauer2011-01-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=11316
* Zooming, opening files, accepting http and https URLsSven Weidauer2011-01-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=11310
* Copy scale value from cloned window and setting new clip rect for every ↵Sven Weidauer2011-01-131-0/+4
| | | | | | drawing operation. svn path=/trunk/netsurf/; revision=11308
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-121-0/+391
svn path=/trunk/netsurf/; revision=11292