summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Gadgets can exisit outside forms, so now they store their own ref to the cont...Michael Drake2014-02-175-29/+15
* Fix unchecked return. Coverity #1175740.Michael Drake2014-02-171-1/+5
* Fix redraw when selections are deleted.Michael Drake2014-02-171-10/+30
* GTK: add some support for input methods.John-Mark Bell2014-02-173-19/+109
* GTK: more endian fixes for bitmap conversion.John-Mark Bell2014-02-161-4/+48
* GTK: fix pre-multiplication of alpha.John-Mark Bell2014-02-161-3/+3
* GTK: make image component manipulation endian-safe.John-Mark Bell2014-02-161-41/+50
* Remove unused includes.Michael Drake2014-02-151-16/+0
* Remove unused includes.Michael Drake2014-02-151-2/+0
* Remove a load of unused includes.Michael Drake2014-02-151-9/+0
* More build fixing.Michael Drake2014-02-152-2/+2
* Fix build.Michael Drake2014-02-151-2/+2
* Make history internal to browser_window module.Michael Drake2014-02-1530-670/+724
* Clear signal variableChris Young2014-02-151-0/+1
* Save a call to lwc_string_length.Michael Drake2014-02-151-3/+2
* Ensure allocation includes space for fragment.Michael Drake2014-02-151-4/+6
* Correct caseChris Young2014-02-151-1/+1
* Process the ShutdownMsgId message sent by the AmigaGuide help system, and cle...Chris Young2014-02-152-2/+6
* Fix buildFrançois Revol2014-02-131-1/+1
* Update test suite for corestrings and log module changes. Update test data f...Michael Drake2014-02-112-11/+33
* Reject creation of http(s) urls without hosts.Michael Drake2014-02-111-25/+53
* Fix builds.Michael Drake2014-02-102-6/+3
* 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