summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
...
* Copy and update SearchEngines fileChris Young2009-12-191-1/+28
* Save favicon as part of icon for save_complete drawers and PDFsChris Young2009-12-193-1/+92
* Don't fail on non-HTML/CSS types - we just don't want an icon saving so is no...Chris Young2009-12-191-1/+1
* Make favicons work properly with tabsChris Young2009-12-192-18/+33
* Preliminary favicon support - doesn't display properly due to endian issue inChris Young2009-12-192-0/+42
* Simple web search implementationChris Young2009-12-182-4/+23
* Fix compilationChris Young2009-12-181-4/+4
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-177-1399/+298
* 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-153-9/+11
* 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-032-1/+91
* Basic keyboard scrollingChris Young2009-11-021-3/+38
* New key handling code borrowed from the treeview branch.Chris Young2009-11-021-114/+117
* Support file://(/)localhost/ as well as file://(/)Chris Young2009-11-011-16/+13
* Amiga print UIChris Young2009-11-016-7/+338
* Fix odd missing charsChris Young2009-10-241-2/+2
* Add a note on how to obtain the sources.Chris Young2009-10-212-0/+8
* Revert previous change, causing instability.Chris Young2009-10-162-3/+3
* Fix-up the timer.device scheduler and reinstate it as default. Unfortunately...Chris Young2009-10-153-12/+13
* Fix download progress title corruptionChris Young2009-10-152-1/+4
* Implement the ability to stay in memory if all windows are closed. This and ...Chris Young2009-10-032-10/+22
* Add options for "no quit on last window close" (disabled - not implemented) andChris Young2009-09-293-31/+66
* Added application.library messages New Doc and Open Doc.Chris Young2009-09-283-36/+98
* Register with application.library.Chris Young2009-09-281-5/+70
* fix text cursor positioning some moreChris Young2009-09-231-5/+5
* 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-152-23/+47
* Doc updatesChris Young2009-09-132-5/+8
* Fix crash when switching to tabs that are still loadingChris Young2009-09-081-2/+9
* ensure current_redraw_browser is setChris Young2009-09-071-0/+2
* Indicate when tabs are loading. Currently this only works with the AISS them...Chris Young2009-09-063-3/+24
* Make throbber operate correctly according to the tab currently displayed.Chris Young2009-09-062-17/+51
* Click position improvementsChris Young2009-09-051-5/+12
* Fix missing charactersChris Young2009-09-051-15/+6
* More simpleChris Young2009-09-051-11/+3
* Simplify and fix some long-standing highlight/layout issuesChris Young2009-09-051-23/+44
* 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-303-68/+96
* revert accidental changeChris Young2009-08-301-1/+1
* Show printing progressChris Young2009-08-302-1/+69