summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix MNG content handler.Michael Drake2011-05-091-31/+0
* Fix declaration too.Michael Drake2011-05-091-1/+2
* Fix image/svg.c build.Michael Drake2011-05-091-2/+2
* Clear extraneous text when done..Michael Drake2011-05-091-2/+2
* Beginnings of some more advanced mimetypingChris Young2011-05-084-23/+78
* Remove redraw_tiledChris Young2011-05-082-49/+27
* consolidate content redraw Vincent Sanders2011-05-0819-709/+500
* Simplify status bar text.Michael Drake2011-05-087-54/+38
* Fix typo.François Revel2011-05-081-1/+1
* clean up jpeg image handling ready for refactorVincent Sanders2011-05-082-178/+159
* missing copyChris Young2011-05-081-0/+1
* Sticky menus shouldn't be default as they are non-standardChris Young2011-05-081-1/+1
* Remove debug output.François Revel2011-05-081-1/+0
* Automatically build an rdef file importing the resources listed as dependenci...François Revel2011-05-083-16/+16
* Cleanup png codeVincent Sanders2011-05-071-290/+266
* Simple initialisation splash screenChris Young2011-05-071-0/+39
* Add the icons to the BeOS resources.François Revel2011-05-072-0/+3
* Add internal.css to OSX resources. This fixes the dirlist display.François Revel2011-05-072-1/+2
* Fix BeOS build after the content_factory merge.François Revel2011-05-071-2/+3
* Register additional MIME types for DataTypesChris Young2011-05-073-0/+91
* When passed WITH_MACPORTS to make, add /opt/local/{include,lib} to the search...François Revel2011-05-061-0/+5
* Partial Cocoa build fix: missing definition of NOF_ELEMENTS.François Revel2011-05-061-0/+1
* Rename DataTypes related code/files/defines to avoid confusion and aid adding...Chris Young2011-05-069-78/+129
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-06109-3510/+5136
* Allow the user to set screen resolution in DPI in preferencesChris Young2011-05-027-6/+66
* Correct width of the em-square for non-72dpi settingsChris Young2011-05-021-8/+13
* Every five minutes, close any fonts not used in the last five minutesChris Young2011-05-013-8/+47
* Better loggingChris Young2011-05-011-3/+14
* If a designed font is defined but not available, error outChris Young2011-05-011-0/+4
* Don't open fonts until they are neededChris Young2011-04-304-124/+105
* Ensure selection drags to NetSurf text boxes are always UTF-8Chris Young2011-04-301-3/+7
* Ensure drags to string gadgets are in local charsetChris Young2011-04-301-2/+7
* Convert _from_ UTF-8 and translate the converted string, not the originalChris Young2011-04-301-3/+4
* Avoid crash if conversion to local charset fails.Chris Young2011-04-301-2/+15
* Fix DSI when drag savingChris Young2011-04-294-42/+77
* Reduce number of page reflows and viewportMichael Drake2011-04-275-28/+85
* Skip command line arguments starting with - (including the annoying -psn_0_.....François Revel2011-04-261-0/+3
* Accept urls as arguments to the OSX binary and open them in different windows.François Revel2011-04-261-1/+7
* Optimise first pass of layout. Reduces number of nsfont_width calls by up to...Michael Drake2011-04-262-12/+38
* Documentation update: softstylesChris Young2011-04-251-1/+1
* Make Y DPI a configurable option. Default is 72 (AmigaOS standard)Chris Young2011-04-254-4/+9
* Improved path conversion for DOS Filesystems.Ole Loots2011-04-235-64/+137
* Change how blocks are positioned vertically (esp. margin handling).Michael Drake2011-04-222-61/+219
* Even less debug output.François Revel2011-04-222-2/+2
* Fix treeview displayChris Young2011-04-221-0/+2
* Logically, this ratio should be x/y not y/xChris Young2011-04-221-1/+1
* Aspect-corrected font DPI (files missing from previous commit)Chris Young2011-04-222-3/+3
* Aspect-corrected font DPI. Needs testing on a mode with non-square pixels an...Chris Young2011-04-221-15/+40
* Set font DPI from nscss_screen_dpi to ensure it is always in syncChris Young2011-04-223-8/+17
* Also add softstyle for italicsChris Young2011-04-221-9/+31