summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Update to new APIChris Young2011-07-022-2/+2
| | | | svn path=/trunk/netsurf/; revision=12557
* When launching multiple URLs from a treeview, allow to open one window with ↵Chris Young2011-07-021-1/+1
| | | | | | | | multiple tabs instead of one window per URL. Make compatible frontends do this by default. svn path=/trunk/netsurf/; revision=12552
* Formatting changesChris Young2011-06-301-18/+18
| | | | svn path=/trunk/netsurf/; revision=12549
* Fix compilationChris Young2011-06-301-2/+1
| | | | svn path=/trunk/netsurf/; revision=12547
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-309-25/+52
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Fix up amiga content handlers.Michael Drake2011-06-295-58/+45
| | | | svn path=/trunk/netsurf/; revision=12541
* Update shortcutsChris Young2011-06-281-0/+1
| | | | svn path=/trunk/netsurf/; revision=12527
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=12515
* Shortcut backspace = go back one page in historyChris Young2011-06-251-0/+4
| | | | svn path=/trunk/netsurf/; revision=12506
* Remove gui_window_set_scale().Michael Drake2011-06-241-6/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-241-1/+1
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* Decouple context menus from gui_window, ensure they get disposed on exitChris Young2011-06-232-28/+32
| | | | svn path=/trunk/netsurf/; revision=12496
* fix memory leakChris Young2011-06-191-0/+3
| | | | svn path=/trunk/netsurf/; revision=12493
* translate / to - when guessing mime typesChris Young2011-06-191-1/+2
| | | | svn path=/trunk/netsurf/; revision=12492
* Ensure the WB screen gets unlocked, avoid passing a NULL to CloseScreenChris Young2011-06-191-5/+6
| | | | svn path=/trunk/netsurf/; revision=12491
* screen type should be PUBLICSCREEN not CUSTOMSCREENChris Young2011-06-181-5/+5
| | | | svn path=/trunk/netsurf/; revision=12490
* initialise context menus regardless of user's preferences on startupChris Young2011-06-181-3/+3
| | | | svn path=/trunk/netsurf/; revision=12489
* missing includeChris Young2011-06-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12488
* disable context menus until i figure out why they have suddenly started crashingChris Young2011-06-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12487
* Reinstate waiting for visitor windows to close if the public screen could not beChris Young2011-06-161-5/+23
| | | | | | closed. Do it properly this time, with signals. svn path=/trunk/netsurf/; revision=12486
* convert from mimetype to filetype rather than simple content type to ↵Chris Young2011-06-153-3/+24
| | | | | | | | filetype, where available svn path=/trunk/netsurf/; revision=12484
* remove zlib updateChris Young2011-06-152-7/+1
| | | | svn path=/trunk/netsurf/; revision=12483
* remove no_iframesChris Young2011-06-153-6/+0
| | | | svn path=/trunk/netsurf/; revision=12482
* avoid crashChris Young2011-06-151-1/+2
| | | | svn path=/trunk/netsurf/; revision=12481
* 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