summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Handle min/max-width on replaced elements.Michael Drake2011-09-231-11/+41
* Use fixed insted of floating point to get percentage of available_width, for ...Michael Drake2011-09-231-2/+2
* Move css_fixed and css_unit variables to where they're used.Michael Drake2011-09-231-2/+2
* Simplify layout_get_object_dimensions.Michael Drake2011-09-231-22/+15
* Use layout_find_dimensions to get inline object width/height.Michael Drake2011-09-231-24/+5
* Assert that the url exists before reducing its reference count. Thanks to Ma...Michael Drake2011-09-231-2/+2
* Fix fallout from r12733John Mark Bell2011-09-231-0/+2
* nsurl_access must return const.Michael Drake2011-09-222-2/+2
* Simplify nsurl_access and sync implementation with API.Michael Drake2011-09-222-24/+77
* Add nsurl_ref for copying, replace nsurl_destroy with nsurl_unref, and add ns...Michael Drake2011-09-221-4/+37
* make resource path discovery robust when no resources can be foundVincent Sanders2011-09-221-10/+14
* Better caret positioning in scrolled frames.Michael Drake2011-09-211-2/+9
* New URL handling (unused atm).Michael Drake2011-09-213-1/+1471
* Remove gui_multitaskJohn Mark Bell2011-09-2116-181/+8
* added new options. Ole Loots2011-09-201-22/+25
* Added "view source" to context menu. Ole Loots2011-09-202-5/+49
* Obey to clipping rules... (walk the rectangle list) Ole Loots2011-09-201-26/+42
* Set focus to next available window when gui_window is closed. Ole Loots2011-09-202-7/+16
* updatet docs. Ole Loots2011-09-194-57/+19
* Added context menu.Ole Loots2011-09-193-3/+24
* Added context menu, Ole Loots2011-09-1910-220/+439
* Call sslcert_cleanup module on quit.Michael Drake2011-09-181-0/+2
* Correctly create a sentinel and initialise user_list with it when cloning a c...John Mark Bell2011-09-181-0/+8
* remove deprecated GDK usage except for in libsexyVincent Sanders2011-09-178-116/+44
* Only lock content around its reformat call. This means it is not now locked ...Michael Drake2011-09-171-2/+4
* Remove AMINS_FRAMEChris Young2011-09-162-4/+2
* ensure depricated interfaces are not usedVincent Sanders2011-09-161-35/+38
* remove unnecessary duplicate variableVincent Sanders2011-09-161-13/+12
* Appease GCC 3.4John Mark Bell2011-09-151-7/+7
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-1537-141/+18
* Clean up content_factory_register_handler API -- content handlers no longer u...John Mark Bell2011-09-1514-242/+53
* Ensure root bw and gui window before asking front end to remove caret.Michael Drake2011-09-151-1/+2
* fix divide by zero in stats reporting if the cache was never usedVincent Sanders2011-09-151-26/+45
* Partially convert to use browser_window_contextual_contentChris Young2011-09-131-72/+75
* If the prefs window is already open ad Edit Prefs is called from the menu, br...Chris Young2011-09-131-0/+7
* updated kb shortcuts (credit: samir)Chris Young2011-09-131-7/+16
* Fix search icon disappearing when layout size bar draggedChris Young2011-09-122-0/+21
* Convert keypresses to UCS4. Fixes issue with typing Euro symbol (ยค). Proba...Chris Young2011-09-121-1/+3
* Correct Code2000 addressChris Young2011-09-111-1/+1
* Change option to get accepted languages from Locale into a checkbox so it upd...Chris Young2011-09-113-9/+27
* Stop Esc/Ctrl-[ crashing when browser_window selection is NULLChris Young2011-09-111-1/+1
* Setting screen signals this late doesn't work, so revert r12486 completely an...Chris Young2011-09-101-19/+5
* Make high level cache, low level cache and image cache all be initialised fro...Vincent Sanders2011-09-105-114/+161
* Keep Mouse tracking limited to input_window.Ole Loots2011-09-095-7/+53
* do not send around message for NULL dialog. Ole Loots2011-09-091-1/+1
* Move length calculation outside loopJohn Mark Bell2011-09-081-1/+2
* Initialise bitmap ptr to NULLChris Young2011-09-081-1/+1
* make high level cache take a parameter structureVincent Sanders2011-09-084-46/+96
* Handle zero-length documents correctlyJohn Mark Bell2011-09-082-2/+37
* Cope with zero-length filesJohn Mark Bell2011-09-081-3/+2