summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Simple initialisation splash screenChris Young2011-05-071-0/+39
* Register additional MIME types for DataTypesChris Young2011-05-073-0/+91
* Rename DataTypes related code/files/defines to avoid confusion and aid adding...Chris Young2011-05-068-76/+123
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-0613-161/+339
* Allow the user to set screen resolution in DPI in preferencesChris Young2011-05-022-5/+40
* 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
* 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
* 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
* Use bold softstyle when no designed bold font is definedChris Young2011-04-221-8/+23
* Use PROGDIR: instead of current dir when setting the path to the executable forChris Young2011-04-221-3/+5
* Script to create a resources dir in the build tree, for running NetSurf from ...Chris Young2011-04-091-0/+21
* Enable the ask overwrite checkbox so it can actually be changed, correct the ...Chris Young2011-03-261-13/+14
* copy documentationChris Young2011-03-261-1/+1
* Remove unused ColorMap to CLUT functionChris Young2011-03-262-24/+0
* Implement ask overwriteChris Young2011-03-2614-68/+188
* Remove "search from url bar" as it doesn't do anything.Chris Young2011-03-251-40/+30
* Fix crash when adding to hotlistChris Young2011-03-241-7/+7
* Use webp.library instead of libwebp.soChris Young2011-03-211-2/+2
* Update to use official libwebp 0.1Chris Young2011-03-203-4/+2
* print caret at scroll position netsurf believes the page is at, rather than w...Chris Young2011-03-191-2/+2
* Redraw the area under a caret when it is cleared, rather than relying on a po...Chris Young2011-03-192-13/+9
* Don't add NetSurf as FTP (launch-)handler.Chris Young2011-03-171-1/+1
* Enable fast scrolling for non-HTML contentsChris Young2011-03-171-1/+1
* Remove what should now be redundant special casing of text/plain.Michael Drake2011-03-171-6/+0
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* Localise About req buttons (OK/Credits/Licence)Chris Young2011-03-162-22/+36
* Move remaining popupmenu.class stuff to context_menu.c, and #ifdef it forChris Young2011-03-162-64/+99
* Only extend the clipping area for plain text contentsChris Young2011-03-151-2/+8
* Fix local history redrawChris Young2011-03-151-2/+2
* give up trying to create fs links as it doesn't work properly either with or Chris Young2011-03-142-2/+0
* Add links to missing resourcesChris Young2011-03-142-0/+2
* Revert errorneous documentation updateChris Young2011-03-141-3/+0
* More rigourous MIME type checking for CSS allows us to remove the icons from ...Chris Young2011-03-148-18/+40
* Avoid crash when no theme is presentChris Young2011-03-141-1/+6
* Check for RISC OS CSS filetype in case we have got redirected (ie. we are run...Chris Young2011-03-141-0/+11