summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-187-82/+82
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-184-37/+282
* browser_window_navigate refactorVincent Sanders2013-02-187-43/+308
* Identify JavaScript by extension as a fallbackChris Young2013-02-151-0/+4
* Set default JavaScript icon to report correct MIME typeChris Young2013-02-151-0/+1
* More logical splitting codeChris Young2013-02-151-14/+9
* rationalise the removal of the box redraw queueChris Young2013-02-132-15/+9
* Implement triple-clickChris Young2013-02-122-6/+19
* Set the split point to the end of the line if the entire string fits in the a...Chris Young2013-02-121-15/+15
* Bring nsfont_split up to core expectations. Slightly bodged.Chris Young2013-02-101-19/+29
* Queue fast scroll redraws same as any other box redrawChris Young2013-02-101-13/+15
* Correct SSL certificate accept/reject messages nameChris Young2013-02-061-2/+2
* Optimise box redraws some more by discarding simple subsetsChris Young2013-02-061-7/+15
* Don't add the same box redraw to the queue more than onceChris Young2013-02-051-10/+48
* Use last known scroll pos, not currentChris Young2013-02-031-8/+4
* Correct fast scroll co-ordinatesChris Young2013-02-031-4/+4
* Ensure scale can be accssed from the keyboardChris Young2013-02-031-1/+16
* Un-fix scaled box redraw, as it cause more problems than it solvesChris Young2013-02-031-2/+2
* Make fast scroll code easier to readChris Young2013-02-031-28/+38
* Fix scaled redraw of boxesChris Young2013-02-031-6/+7
* Defer the redraw of boxes. This fixes a redraw problem with form select menus.Chris Young2013-02-033-6/+47