summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-306-50/+259
| | | | svn path=/trunk/netsurf/; revision=10925
* Drag icon codeChris Young2010-10-302-0/+372
| | | | svn path=/trunk/netsurf/; revision=10924
* missing headerChris Young2010-10-301-0/+22
| | | | svn path=/trunk/netsurf/; revision=10923
* Move drag icon stuff to own file; fix warningsChris Young2010-10-3012-308/+12
| | | | svn path=/trunk/netsurf/; revision=10922
* Allow drags of URLs from treeview windows to browser windows.Chris Young2010-10-303-17/+59
| | | | svn path=/trunk/netsurf/; revision=10921
* Fix content icons in treeviewsChris Young2010-10-291-0/+3
| | | | svn path=/trunk/netsurf/; revision=10918
* Allow getting the tree's drag property. This ensures we can see whether the ↵Chris Young2010-10-292-4/+18
| | | | | | | | current drag is something we might need to display an icon for. svn path=/trunk/netsurf/; revision=10917
* Futher simplification of the makefileVincent Sanders2010-10-291-24/+41
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Add an error message if GetVideo is not installed. Use v0.27's new "ask" ↵Chris Young2010-10-281-1/+7
| | | | | | | | function instead of assuming the user wants to save. svn path=/trunk/netsurf/; revision=10914
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+30
| | | | | | Provide makefile fragment for each target, isolates the target makefile changes into one place simplifying the top level makefile svn path=/trunk/netsurf/; revision=10910
* Don't feed negative values to the scrollerChris Young2010-10-251-2/+8
| | | | svn path=/trunk/netsurf/; revision=10909
* Selection drags now use clipboard unit 1 instead of 0. This stops the user'sChris Young2010-10-241-6/+26
| | | | | | clipboard being unexpectedly changed. svn path=/trunk/netsurf/; revision=10905
* Only allow auto-scroll on selection and selection dragsChris Young2010-10-245-4/+20
| | | | svn path=/trunk/netsurf/; revision=10904
* Auto-scroll on drags beyond window boundariesChris Young2010-10-194-30/+67
| | | | svn path=/trunk/netsurf/; revision=10894
* Clear bitmap before redrawing treeChris Young2010-10-171-0/+5
| | | | svn path=/trunk/netsurf/; revision=10893
* Use function instead of directly calling DTM_WRITEChris Young2010-10-101-8/+4
| | | | svn path=/trunk/netsurf/; revision=10879
* Fix full Cairo buildChris Young2010-10-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=10878
* Fix menu shortcutsChris Young2010-10-072-3/+6
| | | | svn path=/trunk/netsurf/; revision=10870
* Less ambiguous wording; update bug reporting optionsChris Young2010-10-071-6/+4
| | | | svn path=/trunk/netsurf/; revision=10869
* Copy icons to theme dirChris Young2010-10-061-1/+2
| | | | svn path=/trunk/netsurf/; revision=10867
* Merge treeview-redux to trunkJohn Mark Bell2010-10-0524-1652/+1254
| | | | svn path=/trunk/netsurf/; revision=10865
* Simplify detection of valid filetypes for ASLChris Young2010-10-031-14/+1
| | | | svn path=/trunk/netsurf/; revision=10861
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-032-1/+7
| | | | | | Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860
* Ensure kiosk_mode and frame windows are (a) handled the same wrt menus and ↵Chris Young2010-09-284-11/+26
| | | | | | | | (b) not trying to manipulate non-existant menus svn path=/trunk/netsurf/; revision=10855
* Change "cache native bitmaps" default back to 0. The userbase's graphics ↵Chris Young2010-09-281-1/+1
| | | | | | | | cards are worse than anticipated. svn path=/trunk/netsurf/; revision=10853
* Fix OS4 static (non-Cairo) buildChris Young2010-09-211-0/+2
| | | | svn path=/trunk/netsurf/; revision=10808
* Revert previous changeChris Young2010-09-191-1/+5
| | | | svn path=/trunk/netsurf/; revision=10800
* Try to avoid corruption when moving cursor around in text boxesChris Young2010-09-191-2/+6
| | | | svn path=/trunk/netsurf/; revision=10799
* Remove unused #includeChris Young2010-09-171-3/+0
| | | | svn path=/trunk/netsurf/; revision=10795
* Prevent assert on non-HTML contentsChris Young2010-09-161-1/+4
| | | | svn path=/trunk/netsurf/; revision=10789
* Stop launch-handler from reporting unknown protocols more than onceChris Young2010-09-121-4/+77
| | | | svn path=/trunk/netsurf/; revision=10760
* Use core file fetcherChris Young2010-09-124-394/+2
| | | | svn path=/trunk/netsurf/; revision=10759
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-091-5/+0
| | | | | | r=jmb svn path=/trunk/netsurf/; revision=10750
* Revert accidental change which was causing corruption down the right-hand ↵Chris Young2010-08-301-2/+2
| | | | | | | | side of images svn path=/trunk/netsurf/; revision=10723
* Debug plotters. It appears that the odd slowness on some sites (eg. ↵Chris Young2010-08-302-6/+64
| | | | | | | | sourceforge.net) can be eliminated by setting option_cache_bitmaps to 2, so make that the default. svn path=/trunk/netsurf/; revision=10722
* Alias W for WINDOW and T for TAB.Chris Young2010-08-282-24/+28
| | | | | | Add documentation on ARexx startup/shutdown scripts svn path=/trunk/netsurf/; revision=10720
* Add startup and shutdown ARexx scripts (default to startup.nsrx and ↵Chris Young2010-08-283-3/+25
| | | | | | | | shutdown.nsrx) Remove PROGDIR: from arexx_dir default as AM_EXECUTE can't find files in PROGDIR: svn path=/trunk/netsurf/; revision=10719
* Add ARexx commands CLOSE (close window/tab) and ACTIVE (current window/tab ↵Chris Young2010-08-283-2/+144
| | | | | | | | | | number to pass to other ARexx commands) Add CloseTabs.nsrx script to close all tabs in the current window except the active one svn path=/trunk/netsurf/; revision=10718
* Avoid libjpeg version conflictsChris Young2010-08-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=10711
* Absolute path for theme locationChris Young2010-08-192-4/+13
| | | | svn path=/trunk/netsurf/; revision=10710
* Remove todo comment for something already done.Michael Drake2010-08-141-1/+0
| | | | svn path=/trunk/netsurf/; revision=10705
* Fix some edit menu probsChris Young2010-08-082-1/+3
| | | | svn path=/trunk/netsurf/; revision=10684
* Correct font nameChris Young2010-08-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=10683
* off by oneChris Young2010-07-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=10673
* Add option to control whether drags have icons or just a pointer change.Chris Young2010-07-294-14/+28
| | | | svn path=/trunk/netsurf/; revision=10672
* Show an icon under the pointer for drag saves (missed from previous commit)Chris Young2010-07-281-1/+4
| | | | svn path=/trunk/netsurf/; revision=10671
* Show an icon under the pointer for drag save operations. Might need ↵Chris Young2010-07-283-2/+176
| | | | | | | | disabling under 4.0. svn path=/trunk/netsurf/; revision=10670
* Allow text selection dragging across (NetSurf) windows. DisplayBeep if it ↵Chris Young2010-07-274-13/+71
| | | | | | | | is dropped somewhere invalid. svn path=/trunk/netsurf/; revision=10665
* Fix clipping for non-HTML contentsChris Young2010-07-261-8/+8
| | | | svn path=/trunk/netsurf/; revision=10664
* ami_easy_clipboard just got easier, and a buffer overrun/memory leak got fixedChris Young2010-07-243-66/+18
| | | | svn path=/trunk/netsurf/; revision=10662