summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Select fonts, sizes and colours for splash screen text rather than relying on...Chris Young2011-09-073-3/+43
* Italian messages update (credit: Samir Hawamdeh)Chris Young2011-09-071-6/+6
* Don't try to render overflow scrollbars for the root element.Michael Drake2011-09-071-1/+2
* Use Michael Drake's proper splash screenChris Young2011-09-074-5/+31
* Use ISO rand() rather than BSD random() as it is more widely supported.Chris Young2011-09-071-1/+1
* Improve resizing frames.Michael Drake2011-09-072-3/+3
* move bitmap cache initialisation up a levelVincent Sanders2011-09-073-39/+63
* gcc 2.95 knows about named initializers... just not for C++ :(François Revel2011-09-061-4/+2
* C89.François Revel2011-09-061-1/+2
* make the image_cache cleaner less brain deadVincent Sanders2011-09-063-61/+139
* Copy a non-iconv.library version of parserutils into the archive in case anyb...Chris Young2011-09-062-1/+7
* Stop plugin_hack objects crashing when not embedded into a pageChris Young2011-09-061-2/+5