summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-1029-129/+90
* Add some explanation for the future.Chris Young2014-02-101-0/+2
* Force downloads to abort on quitChris Young2014-02-101-9/+8
* Tidy-up; ami_try_quit is checking the window list nowChris Young2014-02-101-90/+29
* Fix warningChris Young2014-02-101-0/+1
* Try quitting after downloading if there are no windows openChris Young2014-02-103-0/+4
* screen_signal should be reset to -1Chris Young2014-02-101-1/+1
* Force the GUI opts window closed on quitChris Young2014-02-102-0/+5
* Free help before attempting to close the screen, as it doesn't consider itsel...Chris Young2014-02-101-2/+1
* Don't wait for the screen to close unless we're actually quitting.Chris Young2014-02-101-3/+4
* Comment out debug for nowChris Young2014-02-102-2/+2
* Ensure we always free the screen notification signalChris Young2014-02-101-1/+5
* Need to get, rather than set, the signalChris Young2014-02-101-1/+1
* Get and process AmigaGuide help messagesChris Young2014-02-103-9/+27
* Add ability to process AmigaGuide messages whilst the help system is runningChris Young2014-02-102-3/+34
* SA_PubSig needs setting at screen open time.Chris Young2014-02-101-19/+24
* Missed a file.Michael Drake2014-02-101-4/+4
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-1047-376/+343
* Fix #2071: handle parse completion creating style or script nodes.John-Mark Bell2014-02-102-8/+29
* Just make new windows have default scale, since I can't see how to get at the...Michael Drake2014-02-091-1/+1
* Unset tab flag in kiosk mode.Michael Drake2014-02-091-1/+1
* Move broser_window_initialise_common to browser_private.hMichael Drake2014-02-092-3/+3
* Add flag for cloning a window.Michael Drake2014-02-091-6/+14
* Fix build.Michael Drake2014-02-091-1/+1
* Fix error.Michael Drake2014-02-091-1/+1
* Fix errors.Michael Drake2014-02-091-2/+2
* Clean up gui_window creation API.Michael Drake2014-02-0913-82/+117
* Fix amiga build.Michael Drake2014-02-081-2/+3
* Simplify local history interface.Michael Drake2014-02-0817-123/+67
* Use API to get scale.Michael Drake2014-02-081-11/+17
* Use API to get bw extents.Michael Drake2014-02-081-11/+10
* Use API to get extents.Michael Drake2014-02-081-5/+5
* Avoid dereffing bw in a few places.Michael Drake2014-02-081-11/+5
* Don't use bw internals.Michael Drake2014-02-081-19/+19
* Remove unused variable.Michael Drake2014-02-081-3/+0
* Shouldn't need browser_privare now. (Untested.)Michael Drake2014-02-081-1/+1
* Don't need browser_private.h any more.Michael Drake2014-02-081-1/+1
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-089-28/+37
* Use get_scale function instead of derefing the bw.Michael Drake2014-02-081-18/+23
* Use browser_window_get_extents function.Michael Drake2014-02-081-5/+4
* Add function to get browser window's extents.Michael Drake2014-02-083-0/+38
* Move browser_window_update_extent to browser_private.hMichael Drake2014-02-083-9/+11
* Use browser_window_has_content.Michael Drake2014-02-081-2/+1
* Use browser_window_has_content.Michael Drake2014-02-081-2/+2
* Function to determine whether bw has a content.Michael Drake2014-02-082-0/+21
* Remove pointless variable.Michael Drake2014-02-081-2/+1
* Use browser_window URL accessor.Michael Drake2014-02-081-6/+7
* Use clean accessor for bw URL.Michael Drake2014-02-081-2/+1
* Remove includes of browser_private.h and hlcache.hMichael Drake2014-02-081-9/+2
* Add function to get bw's URL.Michael Drake2014-02-084-0/+42