summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on startup when "always show tabs" is enabled.Chris Young2014-12-191-1/+1
* Remove redundant checkChris Young2014-12-101-3/+1
* Get scale after memory allocatedChris Young2014-12-041-1/+1
* Don't need browser window private header now.Michael Drake2014-12-041-1/+1
* Use API to get at a browser window's content.Michael Drake2014-12-041-12/+10
* Fix missmatched bracket.Michael Drake2014-12-041-1/+1
* Use browser_window_get_extents to simplify window content size handling.Michael Drake2014-12-041-10/+20
* Use browser_window_get_url()Michael Drake2014-12-041-1/+1
* Store scale in gui_window. Remove a lot of bw dereferencing for scale.Michael Drake2014-12-041-35/+45
* Revert "Revert "Write out to the backing store asynchronously.""Chris Young2014-11-221-2/+2
* New schedulerChris Young2014-11-221-22/+23
* Initial steps for a scheduler processChris Young2014-11-221-4/+3
* Revert "Should be a while loop in case of multiple simultaneous event triggers."Chris Young2014-11-221-2/+2
* Should be a while loop in case of multiple simultaneous event triggers.Chris Young2014-11-211-2/+2
* Revert "Write out to the backing store asynchronously."Chris Young2014-11-191-2/+2
* Write out to the backing store asynchronously.Chris Young2014-11-181-2/+2
* Remove no longer used poll option from schedule runnerChris Young2014-11-171-1/+1
* update commentsChris Young2014-11-161-1/+4
* Allocate screen title when first needed and keep it private to amiga/gui.cChris Young2014-11-161-6/+15
* Make win_destroyed variable private to amiga/gui.cChris Young2014-11-161-16/+16
* Replace curbw (current browser_window, used mostly for ARexx support) with cu...Chris Young2014-11-161-8/+8
* Remove any pending favicon refresh to avoid a crash on exit/window closeChris Young2014-11-161-0/+1
* Fix amiga/gui.c to not ref gui_window via browser_windowChris Young2014-11-161-186/+185
* Remove a loop which appears to do nothingChris Young2014-11-161-17/+0
* Change clicktab userdata to hold gui_window instead of browser_windowChris Young2014-11-161-31/+30
* Don't make the app id a global varChris Young2014-11-161-0/+7
* Make the SPACE_RenderBox compatibility functions publicChris Young2014-11-151-3/+4
* Use SPACE_RenderBox if available, as SPACE_AreaBox is "dangerous".Chris Young2014-11-151-36/+133
* Doxygen cleanups in frontendsVincent Sanders2014-11-111-0/+1
* Call open/close timer from schedule init/free functionsChris Young2014-11-101-3/+4
* New function for an error requester with the correct imagery which doesn't at...Chris Young2014-11-101-5/+5
* Move some init functions together for the sake of clarityChris Young2014-11-101-11/+6
* Move MIME cleanup before NetSurf's internal exit.Chris Young2014-11-101-3/+3
* Remove gui_init and merge the contents into main()Chris Young2014-11-101-26/+22
* Remove die()Chris Young2014-11-101-12/+24
* Fix warningsChris Young2014-11-091-1/+1
* Terminate execution if an essential library fails to openChris Young2014-11-091-1/+3
* Open libraries *before* we need them...Chris Young2014-11-091-2/+3
* Fix headersChris Young2014-11-091-0/+1
* Add new libs file to centrally open/close required libraries, and move a coup...Chris Young2014-11-091-21/+4
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-6/+9
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-2/+2
* Change min stack (again) to 128KChris Young2014-10-301-1/+1
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-2/+3
* Move scroller check into update_extent, where it makes more senseChris Young2014-10-261-1/+2
* Check scroller requirements as part of the reformat.Chris Young2014-10-261-7/+4
* Avoid a crash on exit in kiosk modeChris Young2014-10-261-1/+3
* Expand status bar to entire window widthChris Young2014-10-261-83/+47
* Make the new hscroller work properlyChris Young2014-10-261-24/+6
* Move the hscrollbar inside the windowChris Young2014-10-261-20/+76