summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Stop images disappearing when they are half-way off the screen.Chris Young2009-02-251-2/+1
* Fix memory leak and make freeing bitmaps that might be cached a little safer.Chris Young2009-02-251-6/+6
* Move native bitmap creation/caching routine into bitmap.cChris Young2009-02-253-240/+112
* Force AmiUpdate to pick the part-Cairo version on OS4.1, as it hasn't seen an...Chris Young2009-02-251-3/+4
* The native bitmap caching was eating memory, this should be correct now.Chris Young2009-02-251-13/+20
* Optimise tile plotterChris Young2009-02-241-26/+82
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-222-4/+0
* Tidy-up and clarificationsChris Young2009-02-221-41/+47
* File should be named "NetSurf" in all circumstances.Chris Young2009-02-211-0/+1
* Oops. Fixed this in the wrong file, so got missed from previous commit.Chris Young2009-02-211-1/+1
* Fix some things which didn't work correctly when installing over an existing ...Chris Young2009-02-211-16/+5
* Show which build we are using, modify install script to give an option of whi...Chris Young2009-02-213-14/+219
* Don't show the option for AISS theme is AISS is not installedChris Young2009-02-211-6/+12
* Remove default theme's dependency on AISSChris Young2009-02-1820-25/+48
* Destroy bitmap if thumbnailing fails.John Mark Bell2009-02-181-0/+1
* Port our UTF-8 routines to parserutils (only enabled when building against Hu...John Mark Bell2009-02-171-6/+4
* Divorce PDF export and printing.John Mark Bell2009-02-171-1/+3
* Fix a bug where public screens would remain open if NetSurf was the last visitorChris Young2009-02-141-0/+5
* make schedule_run return if it has active jobs to scheduleVincent Sanders2009-02-111-2/+4
* Don't bother trying to render things that are completely off the screenChris Young2009-02-101-0/+3
* Fix assert when there is no hotlist fileChris Young2009-02-081-1/+1
* Fix animated GIF displayChris Young2009-02-081-1/+1
* Really stop overwriting window borders (also fix fast scrolling down, and bre...Chris Young2009-02-071-14/+27
* Enable/disable caching of native bitmaps in gfx board memChris Young2009-02-073-13/+43
* Some attempt at faster scrolling - can be enabled with option faster_scroll:1Chris Young2009-02-052-29/+28
* Try to stop rendering of things that can't be seenChris Young2009-02-041-4/+22
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-032-6/+6
* Unexport pdf_scale variable (use pdf_set_scale to set it) and initialize it t...John Tytgat2009-02-021-1/+0
* Tidy-up of redraw codeChris Young2009-02-011-110/+21
* gui_window_update_box and gui_window_redraw now only update the relevant area...Chris Young2009-02-011-35/+42
* Remove the caret by replacing it with the area under the caret, rather than t...Chris Young2009-02-011-1/+1
* - C strings have always an implicit NUL character at the end, no need to spec...John Tytgat2009-02-011-2/+2
* Oops, probably shouldn't double-convert textChris Young2009-02-011-1/+1
* Convert UTF-8 titles to local charset for display in tabsChris Young2009-02-011-2/+5
* Change to use names instead of numbers for keypressesChris Young2009-02-013-20/+86
* Next batch of menu changes; clarify some key pressesAdrian Lees2009-02-011-1/+1
* Added context menu option to download the link target.Chris Young2009-01-316-16/+94
* This change belonged to r6323.John Tytgat2009-01-311-1/+1
* This is the actual fix for the crashing, although this is temporary as theChris Young2009-01-261-3/+3
* This appears to fix an odd crash Chris Young2009-01-251-6/+3
* Handle key-presses manually for greater control, and to remove some keyboardChris Young2009-01-251-15/+44
* It's probably a good idea to free memory once we've finished with it.Chris Young2009-01-241-5/+10
* Implement bold and italic font rendering for Unicode display and make it the ...Chris Young2009-01-205-21/+83
* position in string was off by oneChris Young2009-01-181-3/+29
* Clear render area properly when switching tabsChris Young2009-01-171-1/+1
* Complete Unicode text display implementation bar styles (bold, italic)Chris Young2009-01-171-17/+48
* Most nsfont placement routines done for UTF-8 printing, missing the odd chara...Chris Young2009-01-171-23/+122
* nsfont_width implemented for Unicode textChris Young2009-01-164-57/+68
* Saving hotlist immedaitely after adding now saves it to the correct fileChris Young2009-01-161-1/+1
* Add copy and select all itemsChris Young2009-01-162-0/+37