summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Setting screen signals this late doesn't work, so revert r12486 completely ↵Chris Young2011-09-101-19/+5
| | | | | | | | and return to busy-looping (but a bit friendlier this time, waiting 1 second between attempts) svn path=/trunk/netsurf/; revision=12785
* Make high level cache, low level cache and image cache all be initialised ↵Vincent Sanders2011-09-105-114/+161
| | | | | | | | | from passed parameters Calculate all cache sizes from single memory cache size option and sanity check have a single global struct to hold all parameters instead of several individual variables svn path=/trunk/netsurf/; revision=12784
* Keep Mouse tracking limited to input_window.Ole Loots2011-09-095-7/+53
| | | | svn path=/trunk/netsurf/; revision=12783
* do not send around message for NULL dialog. Ole Loots2011-09-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12782
* Move length calculation outside loopJohn Mark Bell2011-09-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=12781
* Initialise bitmap ptr to NULLChris Young2011-09-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=12780
* make high level cache take a parameter structureVincent Sanders2011-09-084-46/+96
| | | | | | make hlcache have a single global container svn path=/trunk/netsurf/; revision=12779
* Handle zero-length documents correctlyJohn Mark Bell2011-09-082-2/+37
| | | | svn path=/trunk/netsurf/; revision=12778
* Cope with zero-length filesJohn Mark Bell2011-09-081-3/+2
| | | | svn path=/trunk/netsurf/; revision=12777