summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make hash_add() return success/failure boolRob Kendrick2006-08-202-2/+20
* Implement simple reusable write-once hash table for use in new Messages file ...Rob Kendrick2006-08-202-0/+216
* Slightly improve hash table for Messages file. Paves way for more generic us...Rob Kendrick2006-08-191-5/+14
* Fix for knockout rendering of native formatsAdrian Lees2006-08-198-3/+21
* Give Adjust precedence over SelectAdrian Lees2006-08-191-6/+6
* Very simple global history implementation for nsgtk, misc fixesRob Kendrick2006-08-186-6/+487
* Map Ctrl-S/F to Save/Search for Windows compatibility since they were unusedAdrian Lees2006-08-181-0/+2
* Further Choices improvements in nsgtk; most of them now work correctly.Rob Kendrick2006-08-182-13/+45
* Fix buffer overrun & squash compiler warning.John Mark Bell2006-08-171-7/+14
* Make nsgtk's rendering pay attention to font name choicesRob Kendrick2006-08-171-20/+19
* Added font selection to nsgtk choices window. Still not used for plotting.Rob Kendrick2006-08-172-5/+13
* Implement default font style choice in nsgtk Choices dialogueRob Kendrick2006-08-172-3/+8
* Redraw nsgtk browser windows when Choices...Apply is clicked.Rob Kendrick2006-08-173-7/+41
* Make nsgtk respect minimum font size setting, and save font size choicesRob Kendrick2006-08-172-2/+15
* Fix nsgtk choices window. I have no idea why it worked before.Rob Kendrick2006-08-174-794/+837
* Remove signal handler references from glade file to remove runtime warning.Rob Kendrick2006-08-171-2/+0
* Remove URL caching and fix NULL reads.Richard Wilson2006-08-171-76/+37
* Change max_fetchers_per_host to 2, as the RFC states we SHOULD not hold more ...Daniel Silverstone2006-08-171-1/+1
* Merge new glade nsgtk window code into trunk.Rob Kendrick2006-08-157-1064/+2024
* Fix accidental press of delete :-sRichard Wilson2006-08-151-1/+1
* Treat unitless CSS values as pixels (fix 1527056)Richard Wilson2006-08-151-4/+9
* Call rufl_dump_state() when a crash occurs.James Bursa2006-08-151-0/+1
* Fix layout of standalone <br>.James Bursa2006-08-141-1/+1
* Reposition caret when browser window reformattedAdrian Lees2006-08-133-3/+96
* Use a minimum line height of 0 for inline containers which have no text.James Bursa2006-08-131-2/+16
* Make Home/End jump to top/bottom of pageAdrian Lees2006-08-111-0/+4
* Revert depend change from 2824Daniel Silverstone2006-08-091-66/+58
* Merge 2818:HEAD of branches/dsilvers/gtk-bitmap-pretileDaniel Silverstone2006-08-095-73/+250
* Implement 401 login window in nsgtkRob Kendrick2006-08-065-24/+187
* Detect attempted fetches using protocols we can't handle.John Mark Bell2006-08-061-4/+36
* Save and restore FP registers for APCS complianceAdrian Lees2006-08-061-2/+2
* Do not send referer when Home button is used. Fix some compile warnings.James Bursa2006-08-061-6/+3
* Update overflow status.Michael Drake2006-08-061-1/+1
* Add ptr_lr shape and iconise outline for pre-RISC OS 5.Richard Wilson2006-08-043-10/+14
* Fix mask creation for thumbnails.Richard Wilson2006-08-041-3/+5
* Update TODOs.Michael Drake2006-08-042-38/+34
* Turn more recent GTK calls into properties sets for compatibility with GTK 2.6Rob Kendrick2006-07-311-3/+4
* Fix key press event handling in drawing area for nsgtkRob Kendrick2006-07-301-1/+1
* Loading and saving of urldb on init/exit of nsgtk.Rob Kendrick2006-07-282-4/+14
* Make URL completion optional in nsgtkRob Kendrick2006-07-283-2/+5
* Make url_suggest option core, rather than RISC OS-specific.Rob Kendrick2006-07-283-3/+4
* nsgtk URL completion: fix problem with pressing enter on a completion not wor...Rob Kendrick2006-07-281-10/+5
* Make nsgtk use find_resource() to locate netsurf.gladeRob Kendrick2006-07-281-5/+3
* Fix problem number 2 in previous commitRob Kendrick2006-07-251-2/+5
* Initial work on URL completion in nsgtk. Some problems still exist.Rob Kendrick2006-07-255-4/+120
* Make image resampling optional in nsgtkRob Kendrick2006-07-233-2/+3
* Make Cairo rendering a run-time option in nsgtk - also add infrastructure for...Rob Kendrick2006-07-236-86/+134
* Initial code to support usable Choices window in nsgtk. Unsupported choices ...Rob Kendrick2006-07-237-16/+583
* Layout absolutely positioned children of tables.James Bursa2006-07-231-0/+3
* Fix debug build.James Bursa2006-07-231-1/+2