summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* make cocoa build use pkg-config properly and build release tarballs ↵Vincent Sanders2011-09-262-8/+15
| | | | | | (primarily jmb I just made it link) svn path=/trunk/netsurf/; revision=12879
* Fix bug #3413611: results page should be added to historyJohn Mark Bell2011-09-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=12878
* Add context menu items for framesChris Young2011-09-256-4/+126
| | | | svn path=/trunk/netsurf/; revision=12877
* Also read mimetype mappings from mimetypes.userChris Young2011-09-255-5/+11
| | | | svn path=/trunk/netsurf/; revision=12876
* increase keyboard scroll speed to 10pxChris Young2011-09-251-4/+6
| | | | svn path=/trunk/netsurf/; revision=12875
* Reduce task priority to -1Chris Young2011-09-252-0/+0
| | | | | | This stops the rest of the system slowing down when NetSurf is trying to receive data svn path=/trunk/netsurf/; revision=12874
* When pressing mouse button don't try to go forwards in history first... ↵Chris Young2011-09-241-1/+1
| | | | | | | | instead make releasing mouse button 5 go forwards in history. svn path=/trunk/netsurf/; revision=12873
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-247-46/+47
| | | | svn path=/trunk/netsurf/; revision=12872
* Add layout_get_object_dimensions param documentation missing from last commit.Michael Drake2011-09-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=12871
* Handle min/max-width on replaced elements.Michael Drake2011-09-231-11/+41
| | | | svn path=/trunk/netsurf/; revision=12870
* Use fixed insted of floating point to get percentage of available_width, for ↵Michael Drake2011-09-231-2/+2
| | | | | | width calc. svn path=/trunk/netsurf/; revision=12869
* Move css_fixed and css_unit variables to where they're used.Michael Drake2011-09-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=12868
* Simplify layout_get_object_dimensions.Michael Drake2011-09-231-22/+15
| | | | svn path=/trunk/netsurf/; revision=12867
* Use layout_find_dimensions to get inline object width/height.Michael Drake2011-09-231-24/+5
| | | | svn path=/trunk/netsurf/; revision=12866
* Assert that the url exists before reducing its reference count. Thanks to ↵Michael Drake2011-09-231-2/+2
| | | | | | Martin Bazley. svn path=/trunk/netsurf/; revision=12865
* Fix fallout from r12733John Mark Bell2011-09-231-0/+2
| | | | svn path=/trunk/netsurf/; revision=12864
* nsurl_access must return const.Michael Drake2011-09-222-2/+2
| | | | svn path=/trunk/netsurf/; revision=12863
* Simplify nsurl_access and sync implementation with API.Michael Drake2011-09-222-24/+77
| | | | svn path=/trunk/netsurf/; revision=12862
* Add nsurl_ref for copying, replace nsurl_destroy with nsurl_unref, and add ↵Michael Drake2011-09-221-4/+37
| | | | | | nsurl_access for accessing a pointer to string data internal to the NetSurf URL object. svn path=/trunk/netsurf/; revision=12861
* make resource path discovery robust when no resources can be foundVincent Sanders2011-09-221-10/+14
| | | | svn path=/trunk/netsurf/; revision=12860
* Better caret positioning in scrolled frames.Michael Drake2011-09-211-2/+9
| | | | svn path=/trunk/netsurf/; revision=12851
* New URL handling (unused atm).Michael Drake2011-09-213-1/+1471
| | | | svn path=/trunk/netsurf/; revision=12843
* Remove gui_multitaskJohn Mark Bell2011-09-2116-181/+8
| | | | svn path=/trunk/netsurf/; revision=12828
* added new options. Ole Loots2011-09-201-22/+25
| | | | svn path=/trunk/netsurf/; revision=12827
* Added "view source" to context menu. Ole Loots2011-09-202-5/+49
| | | | svn path=/trunk/netsurf/; revision=12826
* Obey to clipping rules... (walk the rectangle list) Ole Loots2011-09-201-26/+42
| | | | svn path=/trunk/netsurf/; revision=12825
* Set focus to next available window when gui_window is closed. Ole Loots2011-09-202-7/+16
| | | | svn path=/trunk/netsurf/; revision=12824
* updatet docs. Ole Loots2011-09-194-57/+19
| | | | svn path=/trunk/netsurf/; revision=12823
* Added context menu.Ole Loots2011-09-193-3/+24
| | | | svn path=/trunk/netsurf/; revision=12822
* Added context menu, Ole Loots2011-09-1910-220/+439
| | | | | | Allow to set bitmap for iconified window. ( altough it's usesless right now because favicon support has been dropped) svn path=/trunk/netsurf/; revision=12821
* Call sslcert_cleanup module on quit.Michael Drake2011-09-181-0/+2
| | | | svn path=/trunk/netsurf/; revision=12805
* Correctly create a sentinel and initialise user_list with it when cloning a ↵John Mark Bell2011-09-181-0/+8
| | | | | | content svn path=/trunk/netsurf/; revision=12804
* remove deprecated GDK usage except for in libsexyVincent Sanders2011-09-178-116/+44
| | | | svn path=/trunk/netsurf/; revision=12803
* Only lock content around its reformat call. This means it is not now locked ↵Michael Drake2011-09-171-2/+4
| | | | | | when reformat message is broadcast. Prevents the browser window callback asking the core to redraw a content before it gets unlocked. svn path=/trunk/netsurf/; revision=12802
* Remove AMINS_FRAMEChris Young2011-09-162-4/+2
| | | | svn path=/trunk/netsurf/; revision=12801
* ensure depricated interfaces are not usedVincent Sanders2011-09-161-35/+38
| | | | svn path=/trunk/netsurf/; revision=12800
* remove unnecessary duplicate variableVincent Sanders2011-09-161-13/+12
| | | | svn path=/trunk/netsurf/; revision=12799
* Appease GCC 3.4John Mark Bell2011-09-151-7/+7
| | | | svn path=/trunk/netsurf/; revision=12798
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-1537-141/+18
| | | | svn path=/trunk/netsurf/; revision=12797
* Clean up content_factory_register_handler API -- content handlers no longer ↵John Mark Bell2011-09-1514-242/+53
| | | | | | use the mime type, so don't require it to be interned up front svn path=/trunk/netsurf/; revision=12796
* Ensure root bw and gui window before asking front end to remove caret.Michael Drake2011-09-151-1/+2
| | | | svn path=/trunk/netsurf/; revision=12795
* fix divide by zero in stats reporting if the cache was never usedVincent Sanders2011-09-151-26/+45
| | | | svn path=/trunk/netsurf/; revision=12794
* Partially convert to use browser_window_contextual_contentChris Young2011-09-131-72/+75
| | | | svn path=/trunk/netsurf/; revision=12793
* If the prefs window is already open ad Edit Prefs is called from the menu, ↵Chris Young2011-09-131-0/+7
| | | | | | | | bring the already-opened prefs window to the front and make it active. svn path=/trunk/netsurf/; revision=12792
* updated kb shortcuts (credit: samir)Chris Young2011-09-131-7/+16
| | | | svn path=/trunk/netsurf/; revision=12791
* Fix search icon disappearing when layout size bar draggedChris Young2011-09-122-0/+21
| | | | svn path=/trunk/netsurf/; revision=12790
* Convert keypresses to UCS4. Fixes issue with typing Euro symbol (¤). ↵Chris Young2011-09-121-1/+3
| | | | | | | | Probably fixes other characters in more exotic character sets. svn path=/trunk/netsurf/; revision=12789
* Correct Code2000 addressChris Young2011-09-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=12788
* Change option to get accepted languages from Locale into a checkbox so it ↵Chris Young2011-09-113-9/+27
| | | | | | | | updates at startup svn path=/trunk/netsurf/; revision=12787
* Stop Esc/Ctrl-[ crashing when browser_window selection is NULLChris Young2011-09-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=12786