summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Only show external app context menu item if an external app is actually definedChris Young2011-06-094-26/+38
* missing double-quotesChris Young2011-06-061-2/+2
* Don't modify the DataType name within the structure.Chris Young2011-06-062-7/+43
* Sound DataTypes implementation. Currently has no interface, so onlyChris Young2011-06-054-1/+295
* Avoid compiling arexx.c more than necessaryChris Young2011-06-052-6/+7
* plugin_hack loose endsChris Young2011-06-051-3/+8
* Make GUI update when back/forward commands used from ARexxChris Young2011-06-032-15/+4
* up = down and down = upChris Young2011-06-031-4/+4
* Make 4th mouse button go back in history, and 5th go forward. Untested.Chris Young2011-06-031-12/+32
* don't unref pointerChris Young2011-05-301-1/+0
* Remove ami_datatype_to_mimetypeChris Young2011-05-302-62/+9
* Guess MIME type from DataType only if there isn't already a valid entry in th...Chris Young2011-05-304-32/+115
* Allow mixing of AmigaOS and NetSurf command line optionsChris Young2011-05-301-2/+3
* Convert the supplied MIME type to the DefIcons type *before* doing the compar...Chris Young2011-05-301-1/+5
* 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