summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* update variable namesChris Young2011-05-111-6/+6
* Allow users to register external applications for plugin contents, and run fromChris Young2011-05-113-28/+79
* Restrict Object context submenu to CONTENT_IMAGEChris Young2011-05-101-1/+2
* fix copy/paste errorChris Young2011-05-101-1/+1
* Migrate to new MIMEtyperChris Young2011-05-104-53/+92
* Add function to convert MIME types to DefIcons types, and make ami_mime_compa...Chris Young2011-05-101-58/+163
* Fix crashingChris Young2011-05-092-2/+4
* Experimental/incomplete/non-functional content handlers (files required for N...Chris Young2011-05-096-4/+681
* New style MIME typing; maps MIME types to DataTypes and DefIcon format names.Chris Young2011-05-098-142/+270
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-092-30/+14
* Beginnings of some more advanced mimetypingChris Young2011-05-084-23/+78
* Remove redraw_tiledChris Young2011-05-082-49/+27
* missing copyChris Young2011-05-081-0/+1
* Sticky menus shouldn't be default as they are non-standardChris Young2011-05-081-1/+1
* 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