summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepared code for different button states (= different image ). Ole Loots2012-05-132-52/+157
* Use safe string functions. Ole Loots2012-05-135-33/+33
* Allow a comma-separated list of fonts to be specified in font_unicode_listChris Young2012-05-093-2/+22
* Tag Licence and Credits for all OSChris Young2012-05-071-10/+10
* More full stopsChris Young2012-05-071-3/+3
* Remove some full stops, so the style is consistentChris Young2012-05-071-9/+9
* Stop abusing certain Messages; add some dedicated non-crazy HelpHintsChris Young2012-05-074-36/+56
* Tag some RISC OS specific errors as suchChris Young2012-05-071-30/+30
* Generate all appropriate Messages files when making a package forChris Young2012-05-071-0/+6
* Progress display for font scanningChris Young2012-05-072-17/+112
* Rescan fonts if preferred fallback font is changed in the GUIChris Young2012-05-065-23/+90
* Use font_unicode option as preferred (first scanned) font. Ideally need toChris Young2012-05-054-21/+88
* Reject non-scalable BulletAPI fontsChris Young2012-05-051-0/+6
* Integrate Unicode font scanner into NetSurf.Chris Young2012-05-056-26/+83
* Add loading, parse OS fonts into a list (which can optionally alreadyChris Young2012-05-051-18/+100
* Tidy-up, split into sensible functions for NetSurf integration,Chris Young2012-05-051-20/+113
* Font glyph scanner. Currently works as a standalone program which outputs aChris Young2012-05-041-0/+142
* Ensure we are using the faster(?) character size functions in allChris Young2012-05-021-7/+24
* fix crashChris Young2012-05-011-1/+1
* Only struct gui_window_2 should use variable name 'gwin'. gui_window isChris Young2012-04-291-129/+129
* Change menus so menu functions are called internally by window.classChris Young2012-04-294-316/+508
* Make simple refresh a configurable optionChris Young2012-04-282-36/+21
* Fix simplerefresh. When dragging windows back on-screen, damaged areas areChris Young2012-04-281-10/+20
* Add AppWindow ourself rather than letting window.class create it. InitialChris Young2012-04-284-12/+15
* cleanup and reorganise low level cache source ready for extending with disc c...Vincent Sanders2012-04-281-1476/+1420
* Only check transparent pixels when transparency is enabled. Ole Loots2012-04-261-15/+17
* set rendering flag within throbber_stop / start functions, update toolbar but...Ole Loots2012-04-251-19/+11
* Fix typo ( fontbitmap was never destroyed within dtor )Ole Loots2012-04-241-3/+4
* Small font plotter speedup by reducing function calls in a draw glyph loop. Ole Loots2012-04-241-63/+60
* Implemented "paste clipboard" for toolbar URL textbox. Ole Loots2012-04-241-4/+24
* Optimized bitmap blitting: cache native (converted) bitmaps. Ole Loots2012-04-192-203/+327
* Re-jig URL launch as would never have fallen back to using openurl.library.Chris Young2012-04-183-20/+24
* Replace strncpy with strlcpy, as strncpy is not guaranteed to beChris Young2012-04-182-3/+3
* Add libdom to the list of required libraries.François Revel2012-04-171-0/+1
* Fix building on Haiku.François Revel2012-04-171-4/+9
* Port to libdom changed HTML content's base_target from talloc_strdup to strdu...Michael Drake2012-04-171-1/+1
* Fix meta refresh.Michael Drake2012-04-161-1/+2
* Fix frameset processing.Michael Drake2012-04-161-0/+3
* Border width hint is concerned with border attribute, not width attribute. Fi...Michael Drake2012-04-161-4/+3
* Fix processing of tags in HEAD. Fixes title, favicons, etc.Michael Drake2012-04-161-5/+5
* Added menu shortcuts.Ole Loots2012-04-153-6/+6
* Correct commentChris Young2012-04-151-2/+5
* Fix bitmap creation - JPEG where always set to opaque = false, which lead to ...Ole Loots2012-04-142-23/+30
* Remove image cache status from user-facing listing.Michael Drake2012-04-131-12/+22
* Updated FAQOle Loots2012-04-121-4/+16
* call toolbar_exit()Ole Loots2012-04-122-1/+1
* Share a single icon instance for multiple toolbars. Ole Loots2012-04-122-28/+62
* Fix errors when installing multiple times due to cp failing on .svn directories.François Revel2012-04-121-8/+4
* Redo r13857 differently, to avoid issues with non-unixish shells.François Revel2012-04-121-2/+4
* Make sure we use the default locale before parsing output of a localized prog...François Revel2012-04-121-2/+2