summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add an Add Tab button.Chris Young2010-02-141-12/+56
* New window/tab now opens a blank window/tab rather than one showing the curre...Chris Young2010-02-141-6/+8
* Tidy up includesChris Young2010-02-141-66/+83
* Improved tabs for OS4.1u1:Chris Young2010-02-141-61/+139
* Fix new warnings. Not sure if I should be declaring all the gadgets as Objec...Chris Young2010-02-131-98/+122
* Proper download notification code, should also open the file if the notificat...Chris Young2010-02-131-2/+17
* Remove status bar checks which are now in the core.Chris Young2010-02-111-18/+14
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
* Prevent crash if screen could not be opened and prefs are subsequently changed.Chris Young2010-01-151-4/+4
* Prevent status bar text overflowChris Young2010-01-081-0/+10
* Search and a couple of other new optionsChris Young2009-12-231-1/+4
* Functional search bar; search icon doesn't refresh if the search area is resizedChris Young2009-12-221-1/+13
* Non-functional search barChris Young2009-12-211-3/+81
* Vertically centre the main row of toolbar gadgets as it looks much neater.Chris Young2009-12-201-0/+5
* Make favicons work properly with tabsChris Young2009-12-191-18/+32
* Preliminary favicon support - doesn't display properly due to endian issue inChris Young2009-12-191-0/+41
* Simple web search implementationChris Young2009-12-181-2/+16
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-1/+18
* Allow hiding of Docky icon by setting hide_docky_icon:1Chris Young2009-12-131-1/+4
* Added keyboard navigation of tabs, using Alt+Left/RightChris Young2009-12-131-0/+38
* Fix some potential issues with lists not being freed properlyChris Young2009-11-151-1/+0
* Missing breakChris Young2009-11-041-0/+1
* Added F5 for reload, purely because I'm getting fed up of people asking for it.Chris Young2009-11-041-0/+9
* PageUp/Down, Home/End etc page scrolling now working.Chris Young2009-11-031-0/+90
* Basic keyboard scrollingChris Young2009-11-021-3/+38
* New key handling code borrowed from the treeview branch.Chris Young2009-11-021-114/+117
* Amiga print UIChris Young2009-11-011-2/+21
* Revert previous change, causing instability.Chris Young2009-10-161-1/+1
* Fix-up the timer.device scheduler and reinstate it as default. Unfortunately...Chris Young2009-10-151-8/+8
* Implement the ability to stay in memory if all windows are closed. This and ...Chris Young2009-10-031-9/+22
* Add options for "no quit on last window close" (disabled - not implemented) andChris Young2009-09-291-2/+3
* Added application.library messages New Doc and Open Doc.Chris Young2009-09-281-34/+80
* Register with application.library.Chris Young2009-09-281-5/+70
* Fix obviously wrong logic and tweak the status display area frame slightly so...Chris Young2009-09-171-22/+22
* Modify bottom border status gadget so that it has a frame. When the gadget isChris Young2009-09-151-23/+46
* Fix crash when switching to tabs that are still loadingChris Young2009-09-081-2/+9
* Indicate when tabs are loading. Currently this only works with the AISS them...Chris Young2009-09-061-3/+22
* Make throbber operate correctly according to the tab currently displayed.Chris Young2009-09-061-17/+50
* Make the new horizontal scroller work the same way as the old one and teh ver...Chris Young2009-09-041-10/+7
* Fix kiosk modeChris Young2009-09-041-22/+21
* Remove unnecessary RethinkLayout() for tabs under OS4.1 (removes flicker whenChris Young2009-08-311-3/+8
* Support AltChris Young2009-08-311-1/+6
* Fix fast scrolling when scaledChris Young2009-08-311-8/+18
* Fix box redraw when scaled, fast scrolling now works in the upwards direction...Chris Young2009-08-311-13/+26
* Increase mouse wheel scroll speed again. This should bring it up to the same...Chris Young2009-08-311-2/+2
* Fix scroll positionChris Young2009-08-301-3/+3
* Mostly working scale. Fast scrolling doesn't work when scaled, and neither doesChris Young2009-08-301-40/+55
* revert accidental changeChris Young2009-08-301-1/+1
* Show printing progressChris Young2009-08-301-1/+1
* Attempt to fix kiosk_mode, still not working.Chris Young2009-08-291-1/+2