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