summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-2220-611/+680
* More reasonable tile size defaultsChris Young2012-03-031-2/+2
* Fix scaled fast scrolling. Curiously this has solved the form select menuChris Young2012-03-032-14/+14
* Fix offsets when page scaled and scrolledChris Young2012-03-031-17/+16
* allow both x and y dimensions of redraw tiles to be configuredChris Young2012-02-295-20/+28
* revert r13281, meant to put it in 2.9 branchChris Young2012-02-281-3/+13
* Readme for 2.9Chris Young2012-02-281-13/+3
* Disable print menu optionChris Young2012-02-281-0/+2
* random changesChris Young2012-02-261-4/+11
* adjust scrolbars when window is resizedChris Young2012-02-261-0/+1
* Don't do schedule message handling on a while loop.. it sometimes causesChris Young2012-02-261-1/+1
* Convert treeview to tiled drawChris Young2012-02-262-6/+40
* Documentation updateChris Young2012-02-251-2/+6
* Fix thumbnailsChris Young2012-02-251-1/+1
* Add tiled refresh, with tiles of max size option_redraw_tile_size. ThisChris Young2012-02-254-119/+98
* More simple refresh. This would work (provided the user hasn't scrolled),Chris Young2012-02-241-6/+29
* typoChris Young2012-02-241-1/+1
* option_screen_compositing to enable switching compositing for NetSurf's ownChris Young2012-02-243-5/+66
* Fix bug #3481624: this was needlessly complexJohn Mark Bell2012-02-231-0/+1
* Remove "NetSurf" from release version string, that's on the splash anyway.Chris Young2012-02-121-2/+2
* Don't break the clipboard when copying 'nothing'.Chris Young2012-02-121-7/+9
* Shift status bar text over by a pixel and reposition the frame slightly.Chris Young2012-02-111-4/+4
* 8*4=32, NOT 24. Copied UTF-8 text will now paste correctly into RA-OWB.Chris Young2012-01-151-3/+3
* Accept codeset 1 (undefined) as 106 (UTF-8) when pasting from theChris Young2012-01-151-2/+5
* Fix buildChris Young2012-01-151-4/+4
* Allow confining the pointer to part of the window during drags. ActuallyChris Young2012-01-112-1/+67
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-3/+3
* Default X and Y aspect ratio to 0. This will make NetSurf assume that the sc...Chris Young2012-01-061-2/+2
* When dragging text selections to WB, pass the selection pointer to the save r...Chris Young2012-01-021-2/+2
* Remove unnecessary cache of scroll positionChris Young2011-12-241-4/+0
* Stop ELF binary sections aligning to 64K boundariesChris Young2011-12-241-1/+3
* Search for DejaVu Serif Italic before DejaVu Serif Oblique, this fixes the fo...Chris Young2011-12-241-1/+9
* Fix scrollbar scrollChris Young2011-12-241-0/+7
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-234-0/+5
* Pass keyboard scroll events to the coreChris Young2011-12-231-50/+81
* Complete treeview context menu.Chris Young2011-12-182-107/+165
* Start popuating treeview context menuChris Young2011-12-173-25/+97
* Add some missing UTF-8 conversionChris Young2011-12-161-12/+25
* More prep for treeview context menusChris Young2011-12-161-0/+26
* Install "if equals" comparisons are = not ==Chris Young2011-12-161-5/+5
* Check if launch-handler config already has NetSurfChris Young2011-12-151-11/+30
* Add proposed small caps "x" and "q" mappings.Chris Young2011-12-051-0/+2
* Support small caps using the font's designed characters.Chris Young2011-12-041-1/+92
* Avoid memory leak when requested font cannot be opened.Chris Young2011-12-041-7/+8
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-0411-29/+29
* Don't use a designed font for oblique, only italic.Chris Young2011-12-041-2/+28
* Global list for diskfont.library fontengine cacheChris Young2011-12-041-2/+4
* Support dragging from global history to hotlistChris Young2011-12-024-10/+19
* Use core file drop.Chris Young2011-12-021-127/+47