summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when switching tabsChris Young2011-10-031-6/+9
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-2/+2
* Disable RAmiga-U temporarily as ActivateGadget() is causing a bizarre but fatalChris Young2011-09-291-1/+2
* Also read mimetype mappings from mimetypes.userChris Young2011-09-251-0/+1
* increase keyboard scroll speed to 10pxChris Young2011-09-251-4/+6
* When pressing mouse button don't try to go forwards in history first... inste...Chris Young2011-09-241-1/+1
* Remove gui_multitaskJohn Mark Bell2011-09-211-12/+4
* Remove AMINS_FRAMEChris Young2011-09-161-3/+2
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-4/+0
* Fix search icon disappearing when layout size bar draggedChris Young2011-09-121-0/+20
* Convert keypresses to UCS4. Fixes issue with typing Euro symbol (ยค). Proba...Chris Young2011-09-121-1/+3
* Change option to get accepted languages from Locale into a checkbox so it upd...Chris Young2011-09-111-1/+2
* Setting screen signals this late doesn't work, so revert r12486 completely an...Chris Young2011-09-101-19/+5
* Select fonts, sizes and colours for splash screen text rather than relying on...Chris Young2011-09-071-3/+25
* Use Michael Drake's proper splash screenChris Young2011-09-071-4/+29
* Avoid button flickerChris Young2011-09-061-16/+22
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-6/+0
* Remove more checks for browser_window_typeChris Young2011-09-041-2/+1
* Remove browser_window type from ami_create_menu()Chris Young2011-09-041-1/+1
* Fix indentation.Michael Drake2011-09-041-339/+339
* Delete a whole bunch of redundant tests for browser_window_type. Front ends ...Michael Drake2011-09-041-93/+11
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-8/+0
* Squash warnings resulting from mismatched type expectationsJohn Mark Bell2011-09-021-1/+1
* Avoid calling AllocSignal() until the last minute, as it causes PM_OPEN to in...Chris Young2011-09-021-14/+16
* Don't refresh buttons when enabling/disabling. Fixes bitmap alpha/overprintingChris Young2011-08-311-5/+5
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-8/+0
* Fix warningsChris Young2011-07-231-15/+15
* Ensure buttons update (stop button activates) when new URL starts to loadChris Young2011-07-161-0/+2
* Fix up Amiga for r12574 API change.Michael Drake2011-07-061-5/+3
* Correctly select FILLPEN or FOREGROUNDPEN for scroller knob colourChris Young2011-07-031-8/+0
* Pick scroller gadget colours from the screen's DrawInfo pensChris Young2011-07-031-0/+1
* Fix AppIcons for non-HTML contentsChris Young2011-07-031-0/+1
* Make AmiDock icon behave a little more sensibly when all windows are iconified.Chris Young2011-07-031-0/+3
* Iconfication; only enabled when running on WB screen at presentChris Young2011-07-031-42/+25
* When opening new tabs next to the active one, open them sequentially until th...Chris Young2011-07-021-1/+9
* Add an option to open new tabs next to the current tab. Needs some additiona...Chris Young2011-07-021-1/+8
* Put a search icon where the old search favicon wasChris Young2011-07-021-0/+18
* Fix compilationChris Young2011-06-301-2/+1
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-4/+10
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-2/+2
* Shortcut backspace = go back one page in historyChris Young2011-06-251-0/+4
* Remove gui_window_set_scale().Michael Drake2011-06-241-6/+0
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-1/+1
* Ensure the WB screen gets unlocked, avoid passing a NULL to CloseScreenChris Young2011-06-191-5/+6
* screen type should be PUBLICSCREEN not CUSTOMSCREENChris Young2011-06-181-5/+5
* initialise context menus regardless of user's preferences on startupChris Young2011-06-181-3/+3
* Reinstate waiting for visitor windows to close if the public screen could not beChris Young2011-06-161-5/+23
* remove no_iframesChris Young2011-06-151-2/+0
* up = down and down = upChris Young2011-06-031-4/+4
* Make 4th mouse button go back in history, and 5th go forward. Untested.Chris Young2011-06-031-12/+32