summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includeChris Young2013-04-161-1/+0
* Use internal curl scheduled fetcherChris Young2013-04-161-1/+1
* The scheduled callback function doesn't need to do anything, because NetSurf ...Chris Young2013-04-151-1/+5
* missing includeChris Young2013-04-151-0/+1
* Schedule an immediate fetch poll if fetch is activeChris Young2013-04-151-0/+6
* Remove no-longer-needed codeChris Young2013-04-153-35/+1
* test using amiga frontendChris Young2013-04-151-1/+1
* Fix memory leak and make a point of ignoring UTF-16 surrogatesChris Young2013-04-143-13/+62
* Don't recalculate next char positionChris Young2013-04-141-2/+2
* Fix buildChris Young2013-04-111-0/+1
* Remove scheduled redraws for destroyed windowsChris Young2013-04-111-0/+6
* Avoid multiple schedules of redrawsChris Young2013-04-112-1/+8
* Default DPI to 85 as that is more correct than 72Chris Young2013-04-111-1/+1
* Make "resize with contents" a user optionChris Young2013-04-103-2/+12
* If we are reformatting, delay the redraw slightly to avoid excessive consectu...Chris Young2013-04-091-1/+3
* Test enable "resize with contents" now we have queued/delayed redraws.Chris Young2013-04-091-1/+1
* avoid potential crah on exitChris Young2013-04-091-1/+2
* document and add missing includeChris Young2013-04-042-2/+11
* Schedule browser-initiated reformats too, with the caveat that a message of s...Chris Young2013-04-041-1/+1
* Schedule redraws from local history too, hide ami_do_redraw and friends as on...Chris Young2013-04-044-10/+9
* Schedule redraws to prevent expected redraws from not happening when no event...Chris Young2013-04-041-19/+33
* ensure the closest character is pickedChris Young2013-03-241-5/+8
* update posn_in_string loop to be similar to nsfont_splitChris Young2013-03-241-38/+18
* Handle UTF-16 multi-length characters properlyChris Young2013-03-241-97/+98
* Fix leaked utf16 string.Michael Drake2013-03-201-0/+2
* Ensure that actual_x is set when string fits inside available_width.Michael Drake2013-03-201-34/+27
* Fix error.Michael Drake2013-03-201-2/+1
* More meddling.Michael Drake2013-03-201-10/+6
* Another attempt.Michael Drake2013-03-201-4/+10
* Try fixing Amiga nsfont_split. (Untested!)Michael Drake2013-03-201-6/+5
* This needs to be set as CustomScreen to ensure it isn't classed as a "visitor...Chris Young2013-03-201-1/+1
* We are opening on a public screen, not a custom screen (even our own screen i...Chris Young2013-03-2010-19/+19
* Fix can paste/copy tests.Michael Drake2013-03-181-2/+2
* Support old picture.datatypeChris Young2013-03-093-3/+33
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-2/+3
* Fix drag saving text selectionsChris Young2013-02-221-1/+2
* Remove obsolete ami_selection_to_textChris Young2013-02-223-41/+4
* Remove struct selection from ami_file_save and anywhere that feeds into itChris Young2013-02-228-30/+37
* More fixup for new core selection treatment.Michael Drake2013-02-221-2/+2
* Update for new core selection stuff. Save handling still needs fixing. Core...Michael Drake2013-02-221-2/+2
* Update for new core selection handling.Michael Drake2013-02-221-2/+2
* remove alloc.cChris Young2013-02-211-1/+1
* Remove this; it's worse in real-life situations than the buggy newlib version.Chris Young2013-02-211-36/+0
* Deactivate alloc replacement; it refuses to work when other libs are involved...Chris Young2013-02-211-1/+0
* Attempt replacement of memory allocation functions with primitive working alt...Chris Young2013-02-212-1/+38
* memory leakChris Young2013-02-201-0/+3
* Remove spurious error message after closing AboutChris Young2013-02-181-12/+14
* Add missing flagChris Young2013-02-181-1/+2
* fix remaining errors introduced in refactorVincent Sanders2013-02-181-1/+1
* fix errors introduced in refactorVincent Sanders2013-02-182-6/+7