summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Errorcodes: Remove redundant MNG error.Michael Drake2017-08-283-6/+0
|
* Whitespace: Tidy up errorcodes.Michael Drake2017-08-281-53/+22
|
* Browser favicon: Handle errorcode in the hlcache callback.Michael Drake2017-08-281-0/+1
|
* HTML script handling: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-8/+3
|
* HTML content handler: Ensure script fetch hlcache callback handles errorcode.Michael Drake2017-08-281-0/+3
|
* HTML content handler: Ensure object fetch hlcache callback handles errorcode.Michael Drake2017-08-281-0/+1
|
* CSS content handler: Ensure fetch hlcache callback handles errorcode.Michael Drake2017-08-281-0/+1
|
* Plain text content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-6/+2
|
* SVG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-4/+1
|
* RSVG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-282-15/+8
|
* PNG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-282-11/+6
|
* Sprite content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-5/+2
|
* initialise event struct correctly to avoid compiler warningVincent Sanders2017-08-271-1/+3
|
* remove unecessary textarea includeVincent Sanders2017-08-271-1/+1
|
* ICO content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-272-8/+5
|
* GIF content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-272-9/+8
|
* BMP content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-272-9/+6
|
* CSS content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-12/+5
|
* Content API: Avoid content message copy in content user callback.Michael Drake2017-08-264-22/+47
|
* Content API: Make content_broadcast take pointer to content_msg_data.Michael Drake2017-08-2623-94/+98
|
* Fix bug 0002555: "No GC" alert when resizing the windowFrançois Revol2017-08-211-3/+0
| | | | | We don't need to touch the GC when invalidating anyway, so just drop those calls.
* clean up atari treeview code, stop it including headers it does not needVincent Sanders2017-08-102-443/+465
|
* fix options document formattingVincent Sanders2017-07-311-207/+113
|
* fix redraw on window resizeJames Woodcock2017-07-301-3/+1
| | | | | | | A race condition with WM_PAINT can cause win32_window_set_scroll() to use the old window size. If this happens, the page data will not get drawn from the top left of the window but offset quite a large distance down and to the right.
* Fix windows word splittingmjw2017-07-301-1/+1
| | | | | mjw on IRC pointed out that the windows word splitting code was not checking a return code properly resulting in broken word splitting.
* fix number of corestrings to testVincent Sanders2017-07-261-1/+8
|
* update cookie database tests to not use expired cookie dataVincent Sanders2017-07-263-48/+51
|
* Updated Italian translation from SamirChris Young2017-06-281-111/+116
|
* Don't double-convert stringChris Young2017-06-281-3/+1
|
* fix resource leak on error in local history initialisationVincent Sanders2017-06-121-14/+15
|
* remove depricated local history display APIVincent Sanders2017-06-114-384/+356
| | | | | | Move local history display into separate module using corewindow API. Note this is purely the rendering and teh browser history module still constructs the history data.
* rationalise the RISC OS browser window implementationVincent Sanders2017-06-118-2990/+3078
|
* cleanup use of internal frames scrollbar widget headerVincent Sanders2017-06-113-6/+18
|
* 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
| | | | Hint popup still broken though :(
* Migrate Amiga local history to corewindowChris Young2017-06-105-318/+247
|
* Split local history data from viewer in headersVincent Sanders2017-06-107-147/+192
| | | | | | This separates the local history data object API from the viewing API. It also changes the api to return nsurl references instead of strings.
* Core window: Ensure all front ends initialise drag_status.Michael Drake2017-06-108-9/+12
|
* GTK: Ensure drag status is initialised in core windows.Michael Drake2017-06-101-0/+1
|
* HTML handler: Avoid unnecessary dom_string_caseless_isequal call.Michael Drake2017-06-101-9/+11
|
* 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
| | | | Caused local history to give up after the first bitmap plot.
* 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
|
* Description of OPTIONSDaniel Silverstone2017-06-101-0/+8
|
* 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
|