summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into svenw/cocoaSven Weidauer2017-06-2255-4381/+5331
|\
| * rationalise the RISC OS browser window implementationVincent Sanders2017-06-118-2990/+3078
| * cleanup use of internal frames scrollbar widget headerVincent Sanders2017-06-112-2/+12
| * Windows: Ensure core windows are fully initialised.Michael Drake2017-06-114-4/+4
| * RISC OS: Ensure core windows are fully initialised.Michael Drake2017-06-114-4/+4
| * GTK: Ensure core windows are fully initialised.Michael Drake2017-06-114-4/+4
| * Framebuffer: Ensure local history corewindow is fully initialised.Michael Drake2017-06-111-1/+1
| * Use the correct function to get the URL at positionChris Young2017-06-101-19/+21
| * Migrate Amiga local history to corewindowChris Young2017-06-105-318/+247
| * Split local history data from viewer in headersVincent Sanders2017-06-102-10/+28
| * Core window: Ensure all front ends initialise drag_status.Michael Drake2017-06-107-7/+10
| * GTK: Ensure drag status is initialised in core windows.Michael Drake2017-06-101-0/+1
| * Framebuffer: Return on successful non-repeating bitmap plot.Michael Drake2017-06-101-0/+1
| * Framebuffer: Fix bitmap plotter return value.Michael Drake2017-06-101-1/+3
| * update framebuffer to have corewindow interface and use it for localhistoryVincent Sanders2017-06-108-167/+668
| * Initial monkey farmer example, needs to be genericisedDaniel Silverstone2017-06-101-0/+363
| * Add ability to set options in monkeyDaniel Silverstone2017-06-101-1/+11
| * SET_SCROLL only wants x/y not x0y0x1y1Daniel Silverstone2017-06-101-2/+2
| * Look for resources in useful folder nameDaniel Silverstone2017-06-101-1/+1
| * Fix commentsDaniel Silverstone2017-06-101-2/+2
| * Reflow monkey code, it was annoying me too muchDaniel Silverstone2017-06-1012-874/+866
| * Include time in GENERIC POLL TIMEDDaniel Silverstone2017-06-101-1/+1
| * RISC OS: Local history now behaves the same as other core windows.Michael Drake2017-06-101-1/+1
| * GTK: Don't need to treat local history specially now.Michael Drake2017-06-101-1/+1
| * Local history: Pass clip rectangle around as struct.Michael Drake2017-06-103-13/+14
| * Fix windows frontend click and invalidate region scroll offsetsVincent Sanders2017-06-091-9/+39
| * fix gtk bitmap doccomment to be truthfulVincent Sanders2017-06-091-2/+2
| * Windows: Core window: No need to erase the invalidated region on scroll.Michael Drake2017-06-091-2/+2
| * Update documentation removing junk and moving to markdown for most text filesVincent Sanders2017-06-094-5/+4
| * Free the structure with the correct function callChris Young2017-06-081-1/+1
* | Check the return value for NSERROR_OK when plotting bitmaps. Fixes display of...Sven Weidauer2017-06-081-1/+1
* | Merge remote-tracking branch 'origin/master' into svenw/cocoaSven Weidauer2017-06-071-1/+1
|\|
| * Correct alignment (thx Jaime Cagigal)Chris Young2017-06-071-1/+1
* | Add helpers for retain/release and use in bitmap.mSven Weidauer2017-06-073-60/+60
* | Convert URLFieldCell to use dragging sessions instead of the deprecated dragI...Sven Weidauer2017-06-071-8/+40
* | Only adjust frame when minimum size actually changes. Fixes high CPU load.Sven Weidauer2017-06-071-2/+4
* | Update project file (Xcode 9, generate testament.h when building using the Xc...Sven Weidauer2017-06-071-1/+33
* | Replace deprecated APISven Weidauer2017-06-051-7/+11
* | Use newer API for alert.Sven Weidauer2017-06-051-22/+18
* | Pass actions from the browser window controller to the browser view controller.Sven Weidauer2017-06-051-6/+9
* | Reformat headers as well.Sven Weidauer2017-06-0531-362/+344
* | Start modernising ObjCSven Weidauer2017-06-0521-273/+232
* | Reformat code using clang-format.Sven Weidauer2017-06-0544-7349/+7670
* | Fix up cocoa frontend.Sven Weidauer2017-06-0556-2678/+2517
* | Fix detection of the OS X SDK.Sven Weidauer2017-06-051-1/+1
* | Revert "remove cocoa frontend"Sven Weidauer2017-06-05144-0/+22723
|/
* make windows frontend use corewindow API for local history windowVincent Sanders2017-06-019-513/+380
* update RISC OS frontend to use core window for local historyVincent Sanders2017-05-289-364/+545
* fix risc os dialog opening relative to parentVincent Sanders2017-05-282-5/+6
* fixup windows invalidate callVincent Sanders2017-05-231-3/+1