summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Only show external app context menu item if an external app is actually definedChris Young2011-06-094-26/+38
| | | | svn path=/trunk/netsurf/; revision=12470
* missing double-quotesChris Young2011-06-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=12468
* Don't modify the DataType name within the structure.Chris Young2011-06-062-7/+43
| | | | | | Update mimetypes file a bit, add some more descriptive text. svn path=/trunk/netsurf/; revision=12467
* Sound DataTypes implementation. Currently has no interface, so onlyChris Young2011-06-054-1/+295
| | | | | | autoplay/autoStart objects will play. svn path=/trunk/netsurf/; revision=12466
* Avoid compiling arexx.c more than necessaryChris Young2011-06-052-6/+7
| | | | svn path=/trunk/netsurf/; revision=12465
* plugin_hack loose endsChris Young2011-06-051-3/+8
| | | | svn path=/trunk/netsurf/; revision=12464
* Make GUI update when back/forward commands used from ARexxChris Young2011-06-032-15/+4
| | | | svn path=/trunk/netsurf/; revision=12455
* up = down and down = upChris Young2011-06-031-4/+4
| | | | svn path=/trunk/netsurf/; revision=12454
* Make 4th mouse button go back in history, and 5th go forward. Untested.Chris Young2011-06-031-12/+32
| | | | svn path=/trunk/netsurf/; revision=12453
* don't unref pointerChris Young2011-05-301-1/+0
| | | | svn path=/trunk/netsurf/; revision=12452
* Remove ami_datatype_to_mimetypeChris Young2011-05-302-62/+9
| | | | svn path=/trunk/netsurf/; revision=12451
* Guess MIME type from DataType only if there isn't already a valid entry in ↵Chris Young2011-05-304-32/+115
| | | | | | the list svn path=/trunk/netsurf/; revision=12450
* Allow mixing of AmigaOS and NetSurf command line optionsChris Young2011-05-301-2/+3
| | | | svn path=/trunk/netsurf/; revision=12449
* Convert the supplied MIME type to the DefIcons type *before* doing the ↵Chris Young2011-05-301-1/+5
| | | | | | comparison svn path=/trunk/netsurf/; revision=12448
* update variable namesChris Young2011-05-111-6/+6
| | | | svn path=/trunk/netsurf/; revision=12382
* Allow users to register external applications for plugin contents, and run fromChris Young2011-05-113-28/+79
| | | | | | context menu svn path=/trunk/netsurf/; revision=12381
* Restrict Object context submenu to CONTENT_IMAGEChris Young2011-05-101-1/+2
| | | | svn path=/trunk/netsurf/; revision=12377
* fix copy/paste errorChris Young2011-05-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=12376
* Migrate to new MIMEtyperChris Young2011-05-104-53/+92
| | | | svn path=/trunk/netsurf/; revision=12375
* Add function to convert MIME types to DefIcons types, and make ↵Chris Young2011-05-101-58/+163
| | | | | | ami_mime_compare use it svn path=/trunk/netsurf/; revision=12371
* Fix crashingChris Young2011-05-092-2/+4
| | | | svn path=/trunk/netsurf/; revision=12362
* Experimental/incomplete/non-functional content handlers (files required for ↵Chris Young2011-05-096-4/+681
| | | | | | | | NetSurf to compile from trunk) svn path=/trunk/netsurf/; revision=12361
* New style MIME typing; maps MIME types to DataTypes and DefIcon format names.Chris Young2011-05-098-142/+270
| | | | | | | | | | | | | | Currently only able to resolve DataTypes to MIME Types. TODO: - DT MIME type guessing needs mostly removing (only use if no matches in mimetypes file) - Migrate the rest of filetype.c to the new format (can filetype using icon.library and reverse lookup MIME type, for example) - Use to distinguish between CONTENT_IMAGE types - Simplify so DefIcon type defaults to lowercase DataType name svn path=/trunk/netsurf/; revision=12360
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-092-30/+14
| | | | svn path=/trunk/netsurf/; revision=12341
* Beginnings of some more advanced mimetypingChris Young2011-05-084-23/+78
| | | | svn path=/trunk/netsurf/; revision=12323
* Remove redraw_tiledChris Young2011-05-082-49/+27
| | | | svn path=/trunk/netsurf/; revision=12322
* missing copyChris Young2011-05-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=12310
* Sticky menus shouldn't be default as they are non-standardChris Young2011-05-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=12309
* Simple initialisation splash screenChris Young2011-05-071-0/+39
| | | | svn path=/trunk/netsurf/; revision=12303
* Register additional MIME types for DataTypesChris Young2011-05-073-0/+91
| | | | | | | | Default file contains all image MIME Types NetSurf is capable of handling natively (plus JPEG2000) to ensure disabling features in NetSurf won't lose support. svn path=/trunk/netsurf/; revision=12287
* Rename DataTypes related code/files/defines to avoid confusion and aid ↵Chris Young2011-05-068-76/+123
| | | | | | | | | | adding support for other DataType classes. Disable MNG/WebP by default as they aren't common and the required libs are quite large; DataTypes can handle these formats for now. svn path=/trunk/netsurf/; revision=12284
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-0613-161/+339
| | | | svn path=/trunk/netsurf/; revision=12283
* Allow the user to set screen resolution in DPI in preferencesChris Young2011-05-022-5/+40
| | | | svn path=/trunk/netsurf/; revision=12269
* Correct width of the em-square for non-72dpi settingsChris Young2011-05-021-8/+13
| | | | | | Fix warnings svn path=/trunk/netsurf/; revision=12268
* Every five minutes, close any fonts not used in the last five minutesChris Young2011-05-013-8/+47
| | | | svn path=/trunk/netsurf/; revision=12267
* Better loggingChris Young2011-05-011-3/+14
| | | | svn path=/trunk/netsurf/; revision=12266
* If a designed font is defined but not available, error outChris Young2011-05-011-0/+4
| | | | svn path=/trunk/netsurf/; revision=12265
* Don't open fonts until they are neededChris Young2011-04-304-124/+105
| | | | svn path=/trunk/netsurf/; revision=12264
* Ensure selection drags to NetSurf text boxes are always UTF-8Chris Young2011-04-301-3/+7
| | | | svn path=/trunk/netsurf/; revision=12263
* Ensure drags to string gadgets are in local charsetChris Young2011-04-301-2/+7
| | | | svn path=/trunk/netsurf/; revision=12262
* Convert _from_ UTF-8 and translate the converted string, not the originalChris Young2011-04-301-3/+4
| | | | svn path=/trunk/netsurf/; revision=12261
* Avoid crash if conversion to local charset fails.Chris Young2011-04-301-2/+15
| | | | | | | Attempt to convert nbsp to normal spaces when converting to local charset for clipboard svn path=/trunk/netsurf/; revision=12260
* Fix DSI when drag savingChris Young2011-04-294-42/+77
| | | | | | Allow selection drags to URL and search gadgets svn path=/trunk/netsurf/; revision=12259
* Documentation update: softstylesChris Young2011-04-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=12238
* Make Y DPI a configurable option. Default is 72 (AmigaOS standard)Chris Young2011-04-254-4/+9
| | | | svn path=/trunk/netsurf/; revision=12237
* Fix treeview displayChris Young2011-04-221-0/+2
| | | | svn path=/trunk/netsurf/; revision=12233
* Logically, this ratio should be x/y not y/xChris Young2011-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=12232
* Aspect-corrected font DPI (files missing from previous commit)Chris Young2011-04-222-3/+3
| | | | svn path=/trunk/netsurf/; revision=12231
* Aspect-corrected font DPI. Needs testing on a mode with non-square pixels ↵Chris Young2011-04-221-15/+40
| | | | | | | | and on a widescreen monitor. svn path=/trunk/netsurf/; revision=12230
* Set font DPI from nscss_screen_dpi to ensure it is always in syncChris Young2011-04-223-8/+17
| | | | | | | Reset font DPI when opening screens to allow us to correct for aspect ratio in the future svn path=/trunk/netsurf/; revision=12229