summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Show existing file size when file already exists on downloadChris Young2011-07-239-17/+37
| | | | svn path=/trunk/netsurf/; revision=12618
* Fill in conspiciusly-empty else; fix warningsChris Young2011-07-231-11/+12
| | | | svn path=/trunk/netsurf/; revision=12617
* Fix warningsChris Young2011-07-2313-84/+91
| | | | svn path=/trunk/netsurf/; revision=12616
* Fix ASL hook functionChris Young2011-07-231-10/+18
| | | | svn path=/trunk/netsurf/; revision=12615
* Correct aspect ratio correctly and support widescreen displaysChris Young2011-07-173-6/+19
| | | | svn path=/trunk/netsurf/; revision=12607
* Ensure buttons update (stop button activates) when new URL starts to loadChris Young2011-07-161-0/+2
| | | | svn path=/trunk/netsurf/; revision=12606
* Fix up Amiga front end.Michael Drake2011-07-133-4/+4
| | | | svn path=/trunk/netsurf/; revision=12601
* Fix up Amiga for r12574 API change.Michael Drake2011-07-061-5/+3
| | | | svn path=/trunk/netsurf/; revision=12575
* Correctly select FILLPEN or FOREGROUNDPEN for scroller knob colourChris Young2011-07-032-12/+22
| | | | svn path=/trunk/netsurf/; revision=12569
* Pick scroller gadget colours from the screen's DrawInfo pensChris Young2011-07-032-0/+17
| | | | svn path=/trunk/netsurf/; revision=12568
* Fix an issue with GETTITLE returning an incorrect string on occasionChris Young2011-07-031-8/+10
| | | | | | Fix warnings svn path=/trunk/netsurf/; revision=12566
* Don't crash when freeing diskobjectChris Young2011-07-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12565
* Fix AppIcons for non-HTML contentsChris Young2011-07-032-14/+25
| | | | svn path=/trunk/netsurf/; revision=12564
* Make AmiDock icon behave a little more sensibly when all windows are iconified.Chris Young2011-07-031-0/+3
| | | | svn path=/trunk/netsurf/; revision=12563
* Iconfication; only enabled when running on WB screen at presentChris Young2011-07-035-42/+75
| | | | svn path=/trunk/netsurf/; revision=12562
* When opening new tabs next to the active one, open them sequentially until ↵Chris Young2011-07-023-2/+11
| | | | | | | | | the tab is switched away from. This is more akin to how Firefox etc do it. Make this the default. svn path=/trunk/netsurf/; revision=12561
* Don't prompt for build selection if there is no static build presentChris Young2011-07-021-14/+20
| | | | svn path=/trunk/netsurf/; revision=12560
* Add an option to open new tabs next to the current tab. Needs some ↵Chris Young2011-07-023-3/+28
| | | | | | | | | additional logic as opening multiple tabs results in the new tabs being in reverse order to that expected. svn path=/trunk/netsurf/; revision=12559
* Put a search icon where the old search favicon wasChris Young2011-07-027-1/+51
| | | | svn path=/trunk/netsurf/; revision=12558
* 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