summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid includes of desktop/browser_private.h and content/hlcache.hMichael Drake2014-02-081-10/+4
* Simplify browser_window_refresh_url_bar.Michael Drake2014-02-085-71/+73
* Initialise AmigaGuide help system only at the point of first use.Chris Young2014-02-074-7/+7
* Only allocate printing resources for the period of time we need them.Chris Young2014-02-072-12/+11
* BracketsChris Young2014-02-061-1/+1
* Only allocate a signal for screen closure at the point we need it. This ensur...Chris Young2014-02-061-8/+11
* Formatting.Chris Young2014-02-061-7/+6
* Avoid a potential crash when two tabs are opened and one of them is closed.Chris Young2014-02-061-0/+6
* Use libcurl's cache if it's new enough. Fixes #2064.John-Mark Bell2014-02-061-7/+32
* Ensure pkg-config pulls in all the curl libs we needChris Young2014-02-041-1/+1
* remove uncessary include os render/html.hVincent Sanders2014-02-041-4/+3
* beos: Fix build (missing include)François Revol2014-02-041-0/+1
* remove unecessary desktop/browser.h includesVincent Sanders2014-02-042-6/+3
* remove unecessary includeVincent Sanders2014-02-041-3/+1
* fix sign extension issue on 64bit platforms (coverity 1109898)Vincent Sanders2014-02-041-2/+4
* atari fix for undefined PATH_MAXVincent Sanders2014-02-031-3/+4
* try to make atari limits.h set PATH_MAXVincent Sanders2014-02-031-0/+2
* atari limits includeVincent Sanders2014-02-032-1/+4
* fix atari PATH_MAX includeVincent Sanders2014-02-031-3/+3
* fix remaining include errorsVincent Sanders2014-02-035-5/+5
* fixup missing includesVincent Sanders2014-02-0311-6/+22
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-0312-16/+33