summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-1/+1
* Decouple context menus from gui_window, ensure they get disposed on exitChris Young2011-06-232-28/+32
* fix memory leakChris Young2011-06-191-0/+3
* translate / to - when guessing mime typesChris Young2011-06-191-1/+2
* Ensure the WB screen gets unlocked, avoid passing a NULL to CloseScreenChris Young2011-06-191-5/+6
* screen type should be PUBLICSCREEN not CUSTOMSCREENChris Young2011-06-181-5/+5
* initialise context menus regardless of user's preferences on startupChris Young2011-06-181-3/+3
* missing includeChris Young2011-06-171-1/+1
* disable context menus until i figure out why they have suddenly started crashingChris Young2011-06-171-1/+1
* Reinstate waiting for visitor windows to close if the public screen could not beChris Young2011-06-161-5/+23
* convert from mimetype to filetype rather than simple content type to filetype...Chris Young2011-06-153-3/+24
* remove zlib updateChris Young2011-06-152-7/+1
* remove no_iframesChris Young2011-06-153-6/+0
* avoid crashChris Young2011-06-151-1/+2
* 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