summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fill in conspiciusly-empty else; fix warningsChris Young2011-07-231-11/+12
* Fix warningsChris Young2011-07-2313-84/+91
* Fix ASL hook functionChris Young2011-07-231-10/+18
* Fix transition from LOADING to ERROR state after content has been locked for ...John Mark Bell2011-07-205-12/+22
* Plug another hole in the logic for stopping HTML contentsJohn Mark Bell2011-07-201-0/+4
* Make html_stop handle being called during construction of the box tree (i.e. ...John Mark Bell2011-07-191-3/+36
* Fix race when stopping an HTML content mid-loadJohn Mark Bell2011-07-193-30/+61
* Revert r12609 and assert parent content state.Michael Drake2011-07-191-4/+4
* Don't try to redraw newly fetched objects' areas in parent html document if p...Michael Drake2011-07-191-1/+4
* Correct aspect ratio correctly and support widescreen displaysChris Young2011-07-173-6/+19
* Ensure buttons update (stop button activates) when new URL starts to loadChris Young2011-07-161-0/+2
* Update from Samir HawamdehChris Young2011-07-161-12/+13
* 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