summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* More work on about:imagecache entry listing table.Michael Drake2012-04-123-28/+57
* Close paragraph tags and other minor imagecache page cleanups.Michael Drake2012-04-121-11/+13
* Style for about:imagecache page.Michael Drake2012-04-121-5/+16
* Make more readable and fix use double quotes for href attribute value.Michael Drake2012-04-121-3/+13
* Pass correct width/height values to textarea redraw callback when setting car...Michael Drake2012-04-121-6/+19
* Fix caret redraw height. Thanks to m0n0.Michael Drake2012-04-121-1/+1
* Init toolbar.Ole Loots2012-04-104-28/+27
* Initial support for (truecolor) image toolbar ( toolbar icons loaded from ima...Ole Loots2012-04-103-191/+338
* Added function load_iconOle Loots2012-04-102-8/+107
* Introduced BITMAPF_BUFFER_NATIVE and native image buffer, for fast redraw of ...Ole Loots2012-04-102-4/+6