summaryrefslogtreecommitdiff
path: root/amiga/gui.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Migrate plotters to use a gui_globals pointer rather than RastPort.Chris Young2009-07-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=8378
* Make all the buttons on the first two options tabs work.Chris Young2009-06-211-0/+1
| | | | | | | | May need to improve theme selection so it at least checks it is a valid theme and/or provide a list of themes instead of a file requester. Language selection could benefit from also having a drop-down chooser gadget too. svn path=/trunk/netsurf/; revision=7910
* Pass scroller position to ami_do_redraw_limits, this fixes gaps and overlaps ↵Chris Young2009-06-031-0/+1
| | | | | | | | | | in fast scroll mode. Make faster_scroll the default as it is useful now. Will remove the option to disable it after further testing. svn path=/trunk/netsurf/; revision=7703
* Fix faster_scrollChris Young2009-05-311-1/+2
| | | | svn path=/trunk/netsurf/; revision=7667
* Implement a download queue for ARexx-initiated downloads. Working manually, ↵Chris Young2009-03-281-12/+5
| | | | | | | | | | however GummiSurf is causing it to crash for some reason. Split download/save routines off into a new file. svn path=/trunk/netsurf/; revision=6966
* Fix warningsChris Young2009-03-151-1/+2
| | | | | | Fall back to default theme if specified one can't be found svn path=/trunk/netsurf/; revision=6785
* Fix compilation errorsChris Young2009-03-081-2/+0
| | | | svn path=/trunk/netsurf/; revision=6735
* Mostly-working local history windowChris Young2009-03-081-1/+4
| | | | svn path=/trunk/netsurf/; revision=6733
* Added context menu option to download the link target.Chris Young2009-01-311-1/+2
| | | | | | Added SAVEAS/K to OPEN ARexx command to download a URL instead of displaying it. svn path=/trunk/netsurf/; revision=6326
* If screen mode ID is not set in the options, prompt for a screenmode on ↵Chris Young2009-01-101-1/+4
| | | | | | | | | | | | | | | | | startup. This replaces the old BestModeID() guess based on the window_screen_width, window_screen_height and screen_depth options. use_workbench has been replaced with use_pubscreen. If set, NetSurf will attempt to open on the named public screen. If this fails it will fall back to Workbench (it will not fall back to opening an own screen). use_pubscreen:Workbench is equivalent to use_workbench:1 Allocate ASL file requesters specially for saves, to keep a consistent load/save interface. May also need a seperate one for the ARexx file requester. svn path=/trunk/netsurf/; revision=6025
* More efficient layers clippingChris Young2008-12-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=5945
* Minor changes for Amiga Cairo buildChris Young2008-12-281-0/+7
| | | | svn path=/trunk/netsurf/; revision=5940
* Reduce memory usageChris Young2008-12-261-5/+10
| | | | svn path=/trunk/netsurf/; revision=5926
* Update for new SDKChris Young2008-12-201-10/+0
| | | | svn path=/trunk/netsurf/; revision=5915
* More changes for search function.Chris Young2008-12-131-0/+6
| | | | | | | Open local file requester now has a hook which filters out files with MIME types that NetSurf does not recognise. svn path=/trunk/netsurf/; revision=5907
* Allow opening of local files from anywhere, not just the parent of the ↵Chris Young2008-11-151-0/+1
| | | | | | current dir. svn path=/trunk/netsurf/; revision=5695
* AmigaOS implementation of complete page save.Chris Young2008-11-081-0/+2
| | | | svn path=/trunk/netsurf/; revision=5653
* Track the current/last used browser window (at the moment, just for ARexx).Chris Young2008-10-251-0/+1
| | | | | | | | | | | | | | | | | | | | | Extended ARexx port. First two are primarily for openurl.library: * OPEN now takes a parameter NEW=NEWWINDOW/S to open the URL in a new window (default is to open in the current browser window) * TOFRONT will bring NetSurf's screen to the front (this may be extended in the future to bring the current browser window to the front - which might be better for when it is running on the WB screen) Next is to make it easy to support getvideo.rexx: * GETURL returns the URL of the current browser window in RESULT GetVideo.nsrx script will get the current URL and pass it to rexx:getvideo.rexx Currently there is no way to call ARexx scripts directly from NetSurf, or any way to specify whether to save, play or saveplay the video without editing the script. [clipboard.c/clipboard.h were missing from previous commit] svn path=/trunk/netsurf/; revision=5631
* Allow theming of default treeview folder and item images.Chris Young2008-10-191-0/+1
| | | | svn path=/trunk/netsurf/; revision=5600
* Various fixes in relation to tabs.Chris Young2008-10-191-3/+3
| | | | svn path=/trunk/netsurf/; revision=5598
* Fix basic rearrangement of tree nodesChris Young2008-10-131-0/+1
| | | | svn path=/trunk/netsurf/; revision=5567
* Improved Amiga treeview support. Now creates trees for cookies and history ↵Chris Young2008-10-111-0/+6
| | | | | | | | | (history doesn't populate at the moment). Can add folders and edit titles in hotlist treeviews, and delete entries in all treeviews. svn path=/trunk/netsurf/; revision=5542
* Full quit function and associated ARexx command (QUIT)Chris Young2008-10-061-0/+1
| | | | svn path=/trunk/netsurf/; revision=5498
* Closing entire windows instead of just tabs is now possibleChris Young2008-10-061-0/+1
| | | | svn path=/trunk/netsurf/; revision=5497
* Fixed some problems with tabs, added a tab close gadget.Chris Young2008-10-051-0/+1
| | | | svn path=/trunk/netsurf/; revision=5489
* AmigaOS tabs implementation.Chris Young2008-10-051-1/+3
| | | | | | | | | | | Two new strings: NewTab, CloseTab Two new options: always_open_tabs indicates to open tabs instead of windows by default new_tab_is_active makes any new tab the current one (default is to open tabs in background) svn path=/trunk/netsurf/; revision=5483
* Incomplete support for tabbed browsing.Chris Young2008-10-041-4/+15
| | | | svn path=/trunk/netsurf/; revision=5482
* Modification for treeview support - missed from previous commitChris Young2008-09-271-2/+4
| | | | svn path=/trunk/netsurf/; revision=5448
* 32-bit mouse pointer support.Chris Young2008-09-221-0/+10
| | | | | | | | | | | | | | | The pointer imagery are the icon files of the 4-colour custom text file images. Tooltypes XOFFSET and YOFFSET specify the "point" of the image. The 32-bit pointers can be disabled by setting option truecolour_mouse_pointers:0 The OS pointers (for "Default" and "Wait" only) can be used by setting os_mouse_pointers:1 Deleting the relevant files has the same effect :) This complete set of 32-bit images is drawn by Martin Merz (Mason). The code to read them is derived from sample code by Joerg Strohmayer. svn path=/trunk/netsurf/; revision=5401
* Fix signalling of events from 401 login windowChris Young2008-09-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=5389
* Stop the throbber trying to draw on download and 401-login windows.Chris Young2008-09-201-3/+3
| | | | svn path=/trunk/netsurf/; revision=5382
* Improved throbber, works independently on multiple windows, stops when it ↵Chris Young2008-09-131-1/+3
| | | | | | | | | | | | | | should, no weird crashes, lock-ups etc. The format has changed, Resources/Throbber now needs to be in a picture.datatype format, as a "film strip" of frames with the first image the inactive (stopped throbber) and the rest the active animation. The number of frames needs to be set in the Options file throbber_frames variable (currently - will probably move to a tooltype of Resources/Throbber in the future for better theming ability) svn path=/trunk/netsurf/; revision=5310
* Basic throbber support code. The throbber is shared between windows and must beChris Young2008-09-111-1/+1
| | | | | | | | | | | | | stored as Resources/Throbber in animation.datatype supported format. The default animation is a small IFF ANIM which is only good for testing purposes. This throbber code is likely to be replaced by custom animation code in the future as using animation.datatype has issues and restrictions (only 8-bit formats, using NewDTObject() twice on the same file doesn't seem to work correctly, clicking on the anim starts it playing etc) svn path=/trunk/netsurf/; revision=5303
* Moved menu selection code to menu.cChris Young2008-09-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=5230
* Add shift and ctrl click support, set file comments to url.Chris Young2008-09-011-0/+1
| | | | svn path=/trunk/netsurf/; revision=5228
* 401 authentication/login support.Chris Young2008-08-301-0/+7
| | | | svn path=/trunk/netsurf/; revision=5222
* Added support for scaling bitmaps, filled polygons, filled circles and clipping.Chris Young2008-08-301-4/+5
| | | | | | Fixes major display issues with eg. www.bbc.co.uk amongst others. svn path=/trunk/netsurf/; revision=5221
* Basic download windowChris Young2008-08-231-10/+21
| | | | svn path=/trunk/netsurf/; revision=5185
* Implemented mouse dragging and code for select forms (which works but the ↵Chris Young2008-08-181-0/+5
| | | | | | | | | menu is not created with the correct entries yet). Now looks in options for screen and window size and position. svn path=/trunk/netsurf/; revision=5153
* Close fonts properly and default back to initial RastPort font.Chris Young2008-08-171-1/+2
| | | | svn path=/trunk/netsurf/; revision=5136
* Updated for hubbub, redraws now scheduled for next input loopChris Young2008-08-151-0/+2
| | | | svn path=/trunk/netsurf/; revision=5128
* Modified to use space.gadget and blit directly to the window's rastport, ↵Chris Young2008-08-111-0/+1
| | | | | | | | also added scrollbar functionality (thanks to Ami603) svn path=/trunk/netsurf/; revision=5034
* Added code to set correct font.Chris Young2008-08-101-0/+2
| | | | svn path=/trunk/netsurf/; revision=4986
* Added support for multiple windows.Chris Young2008-08-091-0/+32
| | | | svn path=/trunk/netsurf/; revision=4972
* Rewritten to use window.class and bitmap.image instead of writing directly ↵Chris Young2008-08-081-0/+4
| | | | | | | | to the window bitmap. Basic GUI added to allow URLs to be entered. svn path=/trunk/netsurf/; revision=4965
* Basic plotter functions and support code for the plotters.Chris Young2008-08-071-0/+2
| | | | svn path=/trunk/netsurf/; revision=4948
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+28
svn path=/trunk/netsurf/; revision=4864