summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-3014-2/+80
| | | | svn path=/trunk/netsurf/; revision=11155
* Squash some warnings, don't attempt to free data we don't ownJohn Mark Bell2010-12-301-6/+9
| | | | svn path=/trunk/netsurf/; revision=11154
* Back out r11152 -- we're going to do this differentlyJohn Mark Bell2010-12-303-9/+9
| | | | svn path=/trunk/netsurf/; revision=11153
* Sprinkle some _t suffixes aroundJohn Mark Bell2010-12-293-9/+9
| | | | svn path=/trunk/netsurf/; revision=11152
* Squash warningJohn Mark Bell2010-12-291-0/+2
| | | | svn path=/trunk/netsurf/; revision=11151
* First cut at cross compilation support for the Amiga frontendJohn Mark Bell2010-12-291-17/+35
| | | | svn path=/trunk/netsurf/; revision=11149
* Add LOG() to warn_user().James Bursa2010-12-261-0/+2
| | | | svn path=/trunk/netsurf/; revision=11122
* Pass space down to ami_add_to_clipboardChris Young2010-12-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=11116
* Don't show a drag icon for text selectionChris Young2010-12-201-1/+2
| | | | svn path=/trunk/netsurf/; revision=11105
* Squash warningChris Young2010-12-192-3/+1
| | | | svn path=/trunk/netsurf/; revision=11101
* Prefill incorrect login detailsChris Young2010-12-192-12/+39
| | | | svn path=/trunk/netsurf/; revision=11100
* Dynamically enable/disable buttons and menusChris Young2010-12-191-1/+52
| | | | svn path=/trunk/netsurf/; revision=11098
* Allow snapshotting of treeview windowsChris Young2010-12-192-22/+119
| | | | svn path=/trunk/netsurf/; revision=11096
* Make drag scrolls work more reliably and only within 10px of render areaChris Young2010-12-183-30/+44
| | | | svn path=/trunk/netsurf/; revision=11093
* Stop empty mouse events being reported, remove spurious extra button pressesChris Young2010-12-171-7/+7
| | | | svn path=/trunk/netsurf/; revision=11091
* Allow double-clicks in main browser and middle button double-clicks in treeviewChris Young2010-12-163-5/+79
| | | | svn path=/trunk/netsurf/; revision=11083
* Copy shared libraries tooChris Young2010-12-161-0/+32
| | | | svn path=/trunk/netsurf/; revision=11082
* Small refactor to change icon names to being passed in from frontends ↵Vincent Sanders2010-12-145-4/+12
| | | | | | instead of core treeview globals svn path=/trunk/netsurf/; revision=11053
* Purge Aliases file stuff.Michael Drake2010-12-041-1/+0
| | | | svn path=/trunk/netsurf/; revision=10982
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-10/+0
| | | | svn path=/trunk/netsurf/; revision=10980
* Schoolboy error. When editing things for testing, remember to change them back.Chris Young2010-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=10954
* Fix serious crash if NetSurf is running twice (once with the FORCE switch) on aChris Young2010-11-211-13/+3
| | | | | | | NetSurf-created public screen, and the sessions are quit in the reverse order to which they were launched. svn path=/trunk/netsurf/; revision=10950
* Fix copy of iconChris Young2010-11-201-3/+12
| | | | svn path=/trunk/netsurf/; revision=10946
* Update to newer libcurl, avoids libssl conflicts (credit: MickJT)Chris Young2010-11-102-2/+2
| | | | svn path=/trunk/netsurf/; revision=10943
* Tweak package, use newer libsslChris Young2010-11-073-3/+3
| | | | svn path=/trunk/netsurf/; revision=10941
* Fix crash on multi-select dragsChris Young2010-11-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=10940
* Show correct drag iconsChris Young2010-11-031-4/+17
| | | | svn path=/trunk/netsurf/; revision=10939
* Add libvpx.so.0.9.5Chris Young2010-11-032-2/+2
| | | | svn path=/trunk/netsurf/; revision=10938
* Remove libhpdf.so (as pdf export disabled currently) and libvpx.so (as we ↵Chris Young2010-11-022-4/+3
| | | | | | | | | have to static link due to unspecified problems). Clear up the commented-out list of shared objects. svn path=/trunk/netsurf/; revision=10934
* NetSurf drawer icon (credit: Martin Merz)Chris Young2010-11-012-1/+1
| | | | svn path=/trunk/netsurf/; revision=10932
* Keyboard shortcut section (credit: Samir Hawamdeh)Chris Young2010-10-311-12/+40
| | | | svn path=/trunk/netsurf/; revision=10930
* Support ColourIconsChris Young2010-10-316-95/+167
| | | | svn path=/trunk/netsurf/; revision=10928
* Previous commit should have all gone to trunkChris Young2010-10-304-6/+0
| | | | svn path=/trunk/netsurf/; revision=10926
* 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