summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Collapse)AuthorAgeFilesLines
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-0/+5
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-105-5/+0
|
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need ↵Michael Drake2013-05-101-1/+1
| | | | it now.
* Remove search context from browser window, simplify search interface for ↵Michael Drake2013-05-071-4/+2
| | | | | | | | | | | | | | | | | | | | | | front ends. Added content interface for search. Removed bw->cur_search search context. Desktop layer now does nothing except pass search requests from front end onto the bw's current_content via the content interface. Search API reduced to a pair of functions at each level: {desktop|content|html|textplain}_search and {desktop|content|html|textplain}_search_clear Updated front ends to use simplified search API. Only tested GTK and RO builds. These confine the search stuff to render/. However search still uses struct selection. The handling for which is still spread over desktop/ and render/. Also the render/search code itself still fiddles inside html and textplain privates.
* fixup message splitting with updated toolVincent Sanders2013-05-021-1/+1
|
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
|
* Various warning squashes and fixes.Michael Drake2013-02-225-5/+9
|
* Fixup for core changes. (Selection and errorcode.)Michael Drake2013-02-221-3/+4
|
* fix errors introduced in refactorVincent Sanders2013-02-181-22/+22
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-186-30/+30
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-185-19/+155
|
* browser_window_navigate refactorVincent Sanders2013-02-183-17/+101
|
* Remove unused function.Michael Drake2013-01-081-7/+0
|
* Fixups.Michael Drake2013-01-081-2/+1
|
* Untested update for new clipboard API.Michael Drake2013-01-081-20/+47
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-4/+2
|
* split target defaults outVincent Sanders2012-12-131-0/+37
|
* make macro name more correctVincent Sanders2012-12-131-4/+4
|
* Remove libxmlJohn-Mark Bell2012-11-101-4/+3
|
* Port save complete to libdom.John-Mark Bell2012-11-032-38/+0
|
* fix cocoa Message generationVincent Sanders2012-11-031-1/+5
|
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-3/+9
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* use correct flags with cp for mac os directory copyingVincent Sanders2012-10-151-4/+8
|
* bodge the makefile version extraction.Vincent Sanders2012-10-151-1/+2
|
* add packaging objects to clean targetVincent Sanders2012-10-151-0/+12
|
* remove -a from cp command as mac os x 10.5 cp does not have the switchVincent Sanders2012-10-151-1/+1
|
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-7/+0
| | | | convert on demand core image cache.
* Squash warning.Michael Drake2012-10-111-1/+1
|
* Pass right URL to urldb.Michael Drake2012-10-111-1/+1
|
* lwc_string_isequal takes a bool for result.Michael Drake2012-10-111-1/+2
|
* Fix warnings.Michael Drake2012-10-111-5/+7
|
* Fix some build warnings.Michael Drake2012-10-112-2/+2
|
* Fixup for URLdb.Michael Drake2012-10-111-0/+7
|
* Fix up ripples from urldb change.Michael Drake2012-10-112-4/+3
|
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-5/+4
|
* Split install and package targets.Vincent Sanders2012-08-231-0/+12
| | | | Install target is for installing on the local machine and package generates a package
* Include browser_private.h.Michael Drake2012-08-229-6/+9
|
* Remove a bunch of unused includes.Michael Drake2012-08-201-1/+0
|
* Clean up search gui callbacks.Michael Drake2012-08-141-1/+1
|
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-1/+2
|
* Use selection_copy_to_clipboard instead of peering into core.Michael Drake2012-08-021-12/+1
|
* add libdomVincent Sanders2012-07-261-2/+2
|
* add missing includeVincent Sanders2012-07-261-0/+1
|
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-3/+1
| | | | svn path=/trunk/netsurf/; revision=13739
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13737
* Fix for options refactor.Michael Drake2012-03-241-4/+4
| | | | svn path=/trunk/netsurf/; revision=13576
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-227-53/+44
| | | | 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
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-234-0/+4
| | | | svn path=/trunk/netsurf/; revision=13335