summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-092-30/+14
| | | | svn path=/trunk/netsurf/; revision=12341
* Beginnings of some more advanced mimetypingChris Young2011-05-084-23/+78
| | | | svn path=/trunk/netsurf/; revision=12323
* Remove redraw_tiledChris Young2011-05-082-49/+27
| | | | svn path=/trunk/netsurf/; revision=12322
* missing copyChris Young2011-05-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=12310
* Sticky menus shouldn't be default as they are non-standardChris Young2011-05-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=12309
* Simple initialisation splash screenChris Young2011-05-071-0/+39
| | | | svn path=/trunk/netsurf/; revision=12303
* Register additional MIME types for DataTypesChris Young2011-05-073-0/+91
| | | | | | | | Default file contains all image MIME Types NetSurf is capable of handling natively (plus JPEG2000) to ensure disabling features in NetSurf won't lose support. svn path=/trunk/netsurf/; revision=12287
* Rename DataTypes related code/files/defines to avoid confusion and aid ↵Chris Young2011-05-068-76/+123
| | | | | | | | | | adding support for other DataType classes. Disable MNG/WebP by default as they aren't common and the required libs are quite large; DataTypes can handle these formats for now. svn path=/trunk/netsurf/; revision=12284
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-0613-161/+339
| | | | svn path=/trunk/netsurf/; revision=12283
* Allow the user to set screen resolution in DPI in preferencesChris Young2011-05-022-5/+40
| | | | svn path=/trunk/netsurf/; revision=12269
* Correct width of the em-square for non-72dpi settingsChris Young2011-05-021-8/+13
| | | | | | Fix warnings svn path=/trunk/netsurf/; revision=12268
* Every five minutes, close any fonts not used in the last five minutesChris Young2011-05-013-8/+47
| | | | svn path=/trunk/netsurf/; revision=12267
* Better loggingChris Young2011-05-011-3/+14
| | | | svn path=/trunk/netsurf/; revision=12266
* If a designed font is defined but not available, error outChris Young2011-05-011-0/+4
| | | | svn path=/trunk/netsurf/; revision=12265
* Don't open fonts until they are neededChris Young2011-04-304-124/+105
| | | | svn path=/trunk/netsurf/; revision=12264
* Ensure selection drags to NetSurf text boxes are always UTF-8Chris Young2011-04-301-3/+7
| | | | svn path=/trunk/netsurf/; revision=12263
* Ensure drags to string gadgets are in local charsetChris Young2011-04-301-2/+7
| | | | svn path=/trunk/netsurf/; revision=12262
* Convert _from_ UTF-8 and translate the converted string, not the originalChris Young2011-04-301-3/+4
| | | | svn path=/trunk/netsurf/; revision=12261
* Avoid crash if conversion to local charset fails.Chris Young2011-04-301-2/+15
| | | | | | | Attempt to convert nbsp to normal spaces when converting to local charset for clipboard svn path=/trunk/netsurf/; revision=12260
* Fix DSI when drag savingChris Young2011-04-294-42/+77
| | | | | | Allow selection drags to URL and search gadgets svn path=/trunk/netsurf/; revision=12259
* Documentation update: softstylesChris Young2011-04-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=12238
* Make Y DPI a configurable option. Default is 72 (AmigaOS standard)Chris Young2011-04-254-4/+9
| | | | svn path=/trunk/netsurf/; revision=12237
* Fix treeview displayChris Young2011-04-221-0/+2
| | | | svn path=/trunk/netsurf/; revision=12233
* Logically, this ratio should be x/y not y/xChris Young2011-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=12232
* Aspect-corrected font DPI (files missing from previous commit)Chris Young2011-04-222-3/+3
| | | | svn path=/trunk/netsurf/; revision=12231
* Aspect-corrected font DPI. Needs testing on a mode with non-square pixels ↵Chris Young2011-04-221-15/+40
| | | | | | | | and on a widescreen monitor. svn path=/trunk/netsurf/; revision=12230
* Set font DPI from nscss_screen_dpi to ensure it is always in syncChris Young2011-04-223-8/+17
| | | | | | | Reset font DPI when opening screens to allow us to correct for aspect ratio in the future svn path=/trunk/netsurf/; revision=12229
* Also add softstyle for italicsChris Young2011-04-221-9/+31
| | | | | | Move the values into defines at the top of the file to make them easier to change svn path=/trunk/netsurf/; revision=12228
* Use bold softstyle when no designed bold font is definedChris Young2011-04-221-8/+23
| | | | svn path=/trunk/netsurf/; revision=12225
* Use PROGDIR: instead of current dir when setting the path to the executable forChris Young2011-04-221-3/+5
| | | | | | AmiUpdate svn path=/trunk/netsurf/; revision=12223
* Script to create a resources dir in the build tree, for running NetSurf from ↵Chris Young2011-04-091-0/+21
| | | | | | | | | the build tree or running makepackage (which assume a resources dir with the appropriate links in place) svn path=/trunk/netsurf/; revision=12175
* Enable the ask overwrite checkbox so it can actually be changed, correct the ↵Chris Young2011-03-261-13/+14
| | | | | | | | | gadget ID so it works and swap clipboard and search bar options as it makes the interface look neater svn path=/trunk/netsurf/; revision=12139
* copy documentationChris Young2011-03-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=12137
* Remove unused ColorMap to CLUT functionChris Young2011-03-262-24/+0
| | | | svn path=/trunk/netsurf/; revision=12136
* Implement ask overwriteChris Young2011-03-2614-68/+188
| | | | svn path=/trunk/netsurf/; revision=12135
* Remove "search from url bar" as it doesn't do anything.Chris Young2011-03-251-40/+30
| | | | | | Move clipboard group into vacated space svn path=/trunk/netsurf/; revision=12132
* Fix crash when adding to hotlistChris Young2011-03-241-7/+7
| | | | svn path=/trunk/netsurf/; revision=12129
* Use webp.library instead of libwebp.soChris Young2011-03-211-2/+2
| | | | svn path=/trunk/netsurf/; revision=12117
* Update to use official libwebp 0.1Chris Young2011-03-203-4/+2
| | | | | | Remove libvpx references as no longer needed. svn path=/trunk/netsurf/; revision=12115
* print caret at scroll position netsurf believes the page is at, rather than ↵Chris Young2011-03-191-2/+2
| | | | | | | | where the gui says it is svn path=/trunk/netsurf/; revision=12108
* Redraw the area under a caret when it is cleared, rather than relying on a ↵Chris Young2011-03-192-13/+9
| | | | | | | | potentially out-of-date off-screen copy of what used to be there. svn path=/trunk/netsurf/; revision=12107
* Don't add NetSurf as FTP (launch-)handler.Chris Young2011-03-171-1/+1
| | | | | | | Probably need to document how to add another app to handle FTP though, as it's not obvious but could be useful. svn path=/trunk/netsurf/; revision=12104
* Enable fast scrolling for non-HTML contentsChris Young2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12103
* Remove what should now be redundant special casing of text/plain.Michael Drake2011-03-171-6/+0
| | | | svn path=/trunk/netsurf/; revision=12099
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Localise About req buttons (OK/Credits/Licence)Chris Young2011-03-162-22/+36
| | | | svn path=/trunk/netsurf/; revision=12078
* Move remaining popupmenu.class stuff to context_menu.c, and #ifdef it forChris Young2011-03-162-64/+99
| | | | | | __amigaos4__ only. svn path=/trunk/netsurf/; revision=12077
* Only extend the clipping area for plain text contentsChris Young2011-03-151-2/+8
| | | | svn path=/trunk/netsurf/; revision=12063
* Fix local history redrawChris Young2011-03-151-2/+2
| | | | svn path=/trunk/netsurf/; revision=12054
* give up trying to create fs links as it doesn't work properly either with or Chris Young2011-03-142-2/+0
| | | | | | without escaping the punctuation... svn path=/trunk/netsurf/; revision=12053