summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-3/+3
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Default X and Y aspect ratio to 0. This will make NetSurf assume that the ↵Chris Young2012-01-061-2/+2
| | | | | | | | screen has square pixels, which is true in 99% of cases on OS4. svn path=/trunk/netsurf/; revision=13377
* When dragging text selections to WB, pass the selection pointer to the save ↵Chris Young2012-01-021-2/+2
| | | | | | routine. svn path=/trunk/netsurf/; revision=13363
* Remove unnecessary cache of scroll positionChris Young2011-12-241-4/+0
| | | | svn path=/trunk/netsurf/; revision=13344
* Stop ELF binary sections aligning to 64K boundariesChris Young2011-12-241-1/+3
| | | | svn path=/trunk/netsurf/; revision=13343
* Search for DejaVu Serif Italic before DejaVu Serif Oblique, this fixes the ↵Chris Young2011-12-241-1/+9
| | | | | | | | | fonts used on the splash screen if newer DejaVu fonts have been installed and the old ones removed. svn path=/trunk/netsurf/; revision=13342
* Fix scrollbar scrollChris Young2011-12-241-0/+7
| | | | svn path=/trunk/netsurf/; revision=13341
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-234-0/+5
| | | | svn path=/trunk/netsurf/; revision=13335
* Pass keyboard scroll events to the coreChris Young2011-12-231-50/+81
| | | | svn path=/trunk/netsurf/; revision=13334
* Complete treeview context menu.Chris Young2011-12-182-107/+165
| | | | | | | | | Fix mouse trapping. Remove remaining buttons (from non-SSL trees). May return as a graphical toolbar at some point, but for now I'm glad to be rid of them. All the options are in the context menu. svn path=/trunk/netsurf/; revision=13295
* Start popuating treeview context menuChris Young2011-12-173-25/+97
| | | | | | Remove add folder/bookmark buttons from hotlist svn path=/trunk/netsurf/; revision=13287
* Add some missing UTF-8 conversionChris Young2011-12-161-12/+25
| | | | svn path=/trunk/netsurf/; revision=13284
* More prep for treeview context menusChris Young2011-12-161-0/+26
| | | | svn path=/trunk/netsurf/; revision=13283
* Install "if equals" comparisons are = not ==Chris Young2011-12-161-5/+5
| | | | svn path=/trunk/netsurf/; revision=13281
* Check if launch-handler config already has NetSurfChris Young2011-12-151-11/+30
| | | | svn path=/trunk/netsurf/; revision=13274
* Add proposed small caps "x" and "q" mappings.Chris Young2011-12-051-0/+2
| | | | svn path=/trunk/netsurf/; revision=13247
* Support small caps using the font's designed characters.Chris Young2011-12-041-1/+92
| | | | | | TODO: fallback to generated characters. svn path=/trunk/netsurf/; revision=13245
* Avoid memory leak when requested font cannot be opened.Chris Young2011-12-041-7/+8
| | | | svn path=/trunk/netsurf/; revision=13243
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-0411-29/+29
| | | | svn path=/trunk/netsurf/; revision=13236
* Don't use a designed font for oblique, only italic.Chris Young2011-12-041-2/+28
| | | | svn path=/trunk/netsurf/; revision=13226
* Global list for diskfont.library fontengine cacheChris Young2011-12-041-2/+4
| | | | svn path=/trunk/netsurf/; revision=13225
* Support dragging from global history to hotlistChris Young2011-12-024-10/+19
| | | | svn path=/trunk/netsurf/; revision=13219
* Use core file drop.Chris Young2011-12-021-127/+47
| | | | | | | | | | | | Loop through entire list of dropped files. If multiple files are dropped and not handled by core, open in tabs; Activate the window on first file drop to workaround a bug where the window needed to be clicked before the file would appear. As using core functionality, DataTypes no longer used to parse dropped files (likely to be rarely needed anyway). svn path=/trunk/netsurf/; revision=13218
* Pass mouse scrollwheel events to the core firstChris Young2011-11-291-14/+42
| | | | svn path=/trunk/netsurf/; revision=13201
* Update frontends for r13185. Enabled new functionality, where it is not ↵Chris Young2011-11-271-2/+2
| | | | | | | | logical it can be switched off. svn path=/trunk/netsurf/; revision=13186
* Propagate mouse position during drags down to the core (needed for redraw eventsChris Young2011-11-131-0/+3
| | | | | | during drags, eg. selection bounding box, indication of node drop location, etc) svn path=/trunk/netsurf/; revision=13147
* Trap RMB and select the node under the pointer if no other node selectedChris Young2011-11-111-1/+28
| | | | svn path=/trunk/netsurf/; revision=13146
* Clicks become drags only after 2pxChris Young2011-11-101-14/+20
| | | | svn path=/trunk/netsurf/; revision=13145
* Revert r13138Chris Young2011-11-101-4/+3
| | | | svn path=/trunk/netsurf/; revision=13144
* Amiga frontend update for r13139Chris Young2011-11-102-6/+33
| | | | svn path=/trunk/netsurf/; revision=13140
* Update the title of the initial tab, even when the tab bar is hidden ↵Chris Young2011-11-091-3/+4
| | | | | | | | (ensures the correct title will be present if it is made visible) svn path=/trunk/netsurf/; revision=13138
* Reimplement the previous hotlist menu refresh code, as the bug causing the ↵Chris Young2011-11-072-10/+9
| | | | | | | | previous problems was fixed ages ago. Make the timing configurable for now but default to off. svn path=/trunk/netsurf/; revision=13135
* Remove any need for LangNames to be imported as a Messages fileChris Young2011-10-291-4/+8
| | | | svn path=/trunk/netsurf/; revision=13099
* Stop abusing Messages with continual load of LangNamesChris Young2011-10-291-10/+8
| | | | svn path=/trunk/netsurf/; revision=13098
* SimplifyChris Young2011-10-291-8/+5
| | | | svn path=/trunk/netsurf/; revision=13097
* Allow usage of a resource.map file to map resource: requests to other files.Chris Young2011-10-292-31/+74
| | | | svn path=/trunk/netsurf/; revision=13096
* Search the current theme dir for resources.Chris Young2011-10-291-12/+29
| | | | svn path=/trunk/netsurf/; revision=13091
* Only one of these save ops needs the file opened hereChris Young2011-10-271-43/+43
| | | | svn path=/trunk/netsurf/; revision=13086
* Complete extended context menusChris Young2011-10-236-74/+129
| | | | svn path=/trunk/netsurf/; revision=13076
* Revert r13074 - doesn't actually fix the problemChris Young2011-10-221-3/+0
| | | | svn path=/trunk/netsurf/; revision=13075
* Fix the plotting of tiled bitmaps. EraseRect() appears to have a bug where ↵Chris Young2011-10-221-0/+3
| | | | | | | | it won't draw anything if ymin==ymax svn path=/trunk/netsurf/; revision=13074
* Fix save_completeChris Young2011-10-221-39/+41
| | | | svn path=/trunk/netsurf/; revision=13073
* Avoid horizontal pixel-height lines of the background appearing when "fast ↵Chris Young2011-10-221-4/+2
| | | | | | | | | | | | | | scrolling" down the page. There is a similar problem with scrolling up pages which may be a bug in ami_do_redraw_limits or plotters (probably bitmap tile plotter), as drawing additional pixel lines after scrolling is not redrawing the affected area. Example sites where this problem is apparent: http://www.nintendolife.com (border pattern does not redraw) http://www.amigaos.net/content/72/supported-hardware (clouds show through the main text area) svn path=/trunk/netsurf/; revision=13072
* Move non-requester user file operations to file.cChris Young2011-10-155-42/+255
| | | | svn path=/trunk/netsurf/; revision=13065
* Move all main file req save ops to file.cChris Young2011-10-153-179/+15
| | | | svn path=/trunk/netsurf/; revision=13064
* Start to consolidate user file operation into one fileChris Young2011-10-157-92/+44
| | | | svn path=/trunk/netsurf/; revision=13062
* Be more flexible with the aspect ratios we correct to.Chris Young2011-10-113-9/+14
| | | | svn path=/trunk/netsurf/; revision=13036
* page context menu (mostly non-functioning)Chris Young2011-10-091-4/+74
| | | | svn path=/trunk/netsurf/; revision=13025
* Add keyboard shortcuts that already exist. These are handled in gui.c -Chris Young2011-10-081-0/+6
| | | | | | popupmenu.class does not appear to act on them. svn path=/trunk/netsurf/; revision=13015