summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update from Samir HawamdehChris Young2011-07-151-7/+8
* Remove assumption of gui window from search.Michael Drake2011-07-143-11/+48
* Don't need current_redraw_browser for box scrollbars any more.Michael Drake2011-07-131-1/+1
* Fix up Amiga front end.Michael Drake2011-07-133-4/+4
* Fix up BeOS front end.Michael Drake2011-07-131-3/+4
* Fix up Windows front end. Stop it poking inside selection contexts.Michael Drake2011-07-131-6/+8
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-1318-169/+294
* Caret position is already scaled in core.Michael Drake2011-07-111-3/+1
* Scale caret height in coreMichael Drake2011-07-111-1/+1
* Refactor http utilitiesJohn Mark Bell2011-07-0827-580/+1380
* Direct access of png_structp members is deprecatedJohn Mark Bell2011-07-071-1/+1
* Remove remaining internal browser window usage from render/textinput.Michael Drake2011-07-071-97/+86
* Remove unused structure.Michael Drake2011-07-071-18/+0
* Remove unnecessary #include.Michael Drake2011-07-071-1/+0
* Function namespacing.Michael Drake2011-07-072-80/+98
* Remove ghost caret.Michael Drake2011-07-073-116/+2
* Fix build.Michael Drake2011-07-071-23/+1
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with brow...Michael Drake2011-07-0711-2178/+2314
* Reduce forward declaration of functions.Michael Drake2011-07-071-1183/+1158
* Remove pointless content_msg_data.Michael Drake2011-07-061-4/+0
* Pass struct rect to browser_window_update_box(), rather than union content_ms...Michael Drake2011-07-062-17/+17
* Fix up Windows for r12574 API change.Michael Drake2011-07-061-6/+5
* Fix up RISC OS for r12574 API change.Michael Drake2011-07-061-6/+5
* Fix up Monkey for r12574 API change.Michael Drake2011-07-061-4/+3
* Fix up GTK for r12574 API change.Michael Drake2011-07-061-6/+5
* Fix up Framebuffer for r12574 API change.Michael Drake2011-07-061-7/+5
* Fix up Cocoa for r12574 API change.Michael Drake2011-07-061-4/+3
* Fix up BeOS for r12574 API change.Michael Drake2011-07-061-5/+3
* Fix up Atari for r12574 API change.Michael Drake2011-07-061-6/+6
* Fix up Amiga for r12574 API change.Michael Drake2011-07-061-5/+3
* Pass struct rect to gui_window_update_box(), rather than union content_msg_data.Michael Drake2011-07-062-10/+13
* Fix update_box coords when issued from scaled iframe.Michael Drake2011-07-061-4/+4
* Use prescribed method for discovering browser window position.Michael Drake2011-07-061-15/+4
* Iframe scrollbars.Michael Drake2011-07-054-24/+401
* Set focus browser_window in place_caret.Michael Drake2011-07-042-5/+3
* Correctly select FILLPEN or FOREGROUNDPEN for scroller knob colourChris Young2011-07-032-12/+22
* Pick scroller gadget colours from the screen's DrawInfo pensChris Young2011-07-032-0/+17
* Pass correct plotter table for Drawfile export.Michael Drake2011-07-031-1/+1
* Fix an issue with GETTITLE returning an incorrect string on occasionChris Young2011-07-031-8/+10
* Don't crash when freeing diskobjectChris Young2011-07-031-2/+2
* Fix AppIcons for non-HTML contentsChris Young2011-07-032-14/+25
* 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-035-42/+75
* When opening new tabs next to the active one, open them sequentially until th...Chris Young2011-07-023-2/+11
* Don't prompt for build selection if there is no static build presentChris Young2011-07-021-14/+20
* Add an option to open new tabs next to the current tab. Needs some additiona...Chris Young2011-07-028-3/+33
* Put a search icon where the old search favicon wasChris Young2011-07-027-1/+51
* Update to new APIChris Young2011-07-022-2/+2
* Function to find out if browser window has a selection. Front ends should us...Michael Drake2011-07-023-9/+31
* Minor selection changes.Michael Drake2011-07-022-9/+4