summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Clear display area when switching tabsChris Young2008-12-131-44/+87
* Fixed display of plain text files beyond the initial visible area.Chris Young2008-12-101-1/+2
* When a visitor window was present on NetSurf's public screen and NetSurf was ...Chris Young2008-12-071-9/+31
* Make NetSurf's screen a public screen with the name "NetSurf".Chris Young2008-12-061-0/+11
* NetSurf will now check if it is already running (ie. if ARexx port NETSURF ex...Chris Young2008-11-161-35/+90
* Allow opening of local files from anywhere, not just the parent of the curren...Chris Young2008-11-151-13/+18
* mime type overflow and tab switching fixes.Chris Young2008-11-091-2/+5
* AmigaOS implementation of complete page save.Chris Young2008-11-081-2/+19
* Minor fixes, changing some defaults to safer values, screen_modeid should now...Chris Young2008-11-031-4/+4
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-021-23/+30
* ARexx menu with items populated from arexx_dir.Chris Young2008-10-261-3/+28
* Track the current/last used browser window (at the moment, just for ARexx).Chris Young2008-10-251-3/+10
* Complete (but quite minimal at the moment) context menu implementation for Am...Chris Young2008-10-251-159/+11
* Initial context menus. Five possible options (copy link to clipboard, downlo...Chris Young2008-10-211-3/+10
* Prepare for context menusChris Young2008-10-201-0/+14
* Various fixes in relation to tabs.Chris Young2008-10-191-28/+48
* Basic theme support.Chris Young2008-10-181-39/+40
* Implemented the ability to add hotlist entries to the Hotlist menu. Modified...Chris Young2008-10-141-1/+1
* AmiUpdate support.Chris Young2008-10-131-2/+29
* Improved Amiga treeview support. Now creates trees for cookies and history (...Chris Young2008-10-111-4/+15
* List traversing tidy-up.Chris Young2008-10-061-13/+8
* Full quit function and associated ARexx command (QUIT)Chris Young2008-10-061-0/+37
* Closing entire windows instead of just tabs is now possibleChris Young2008-10-061-2/+43
* Fixed some problems with tabs, added a tab close gadget.Chris Young2008-10-051-16/+39
* Kiosk mode (borderless window, no gadgets or menu etc)Chris Young2008-10-051-184/+250
* AmigaOS tabs implementation.Chris Young2008-10-051-39/+112
* Incomplete support for tabbed browsing.Chris Young2008-10-041-171/+255
* Minimal ARexx port.Chris Young2008-09-291-1/+9
* - Accept a URL as an argument to open that page on startup (this is needed fo...Chris Young2008-09-281-50/+66
* When the treeview window is the last one on screen and it is closed, NetSurf nowChris Young2008-09-281-0/+5
* Treeview window event handling (currently just double-clicking hotlist items andChris Young2008-09-281-11/+17
* Improved text cursorChris Young2008-09-271-8/+12
* Experimental treeview implementation using listbrowser.gadget.Chris Young2008-09-271-10/+38
* If use_os_pointers is off and no Wait pointer image has been loaded from disk...Chris Young2008-09-231-1/+11
* 32-bit mouse pointer support.Chris Young2008-09-221-67/+165
* Fix signalling of events from 401 login windowChris Young2008-09-211-1/+0
* Fix schedule_run so it doesn't occur outside gui_poll.Chris Young2008-09-131-3/+1
* Improved throbber, works independently on multiple windows, stops when it sho...Chris Young2008-09-131-15/+87
* Added ability to load toolbar images from a different path.Chris Young2008-09-111-15/+55
* Basic throbber support code. The throbber is shared between windows and must beChris Young2008-09-111-2/+34
* Disabled the new scheduler by default as it is more unstable than I thought :(Chris Young2008-09-091-0/+3
* New mouse pointer images by Martin Merz (Mason)Chris Young2008-09-081-10/+11
* Scheduled events now signal when the scheduled time has passed.Chris Young2008-09-081-15/+36
* Support for dragging in files (for file upload forms etc)Chris Young2008-09-071-10/+108
* Much more efficient message handling/input loops, allows me to raise task pri...Chris Young2008-09-041-33/+75
* Moved menu selection code to menu.cChris Young2008-09-031-184/+130
* Add shift and ctrl click support, set file comments to url.Chris Young2008-09-011-9/+34
* Basic user-configurable pointer image support.Chris Young2008-08-311-9/+98
* Menu tidy-up, string correction and swap of Source and Text in the save/expor...Chris Young2008-08-311-7/+7
* 401 authentication/login support.Chris Young2008-08-301-25/+76