summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* 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. ↵Michael Drake2013-02-221-2/+2
| | | | Core now gives a char * that the front end should free.
* 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 ↵Chris Young2013-02-211-1/+0
| | | | involved. Replacing the relevant malloc/realloc/free triplets in textarea.c does appear to work with the replacement, however.
* Attempt replacement of memory allocation functions with primitive working ↵Chris Young2013-02-212-1/+38
| | | | alternatives
* 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 ↵Chris Young2013-02-121-15/+15
| | | | allocated space
* 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
|
* ifdef some code that will never work under AmigaOS <4.0mono/windom-guiChris Young2013-01-305-5/+26
|
* Remove p96EncodeColour and ensure the alpha byte is set to 0xff.Chris Young2013-01-271-3/+15
|
* Ensure we free the same size raster that we allocatedChris Young2013-01-272-5/+5
|
* Disable help for now, as it causes the popupmenu.class deadlock againChris Young2013-01-241-4/+4
|
* Attempt fix screen close problemChris Young2013-01-241-5/+4
|
* Added more pages to AmigaGuide docChris Young2013-01-241-8/+98
|
* Add basic context-sensitive help.Chris Young2013-01-246-4/+127
|
* AmigaGuide class provided by Daniel JedlickaChris Young2013-01-242-0/+387
|
* Copy hotlist from the pre-3.0 to the 3.0 location during install, if it ↵Chris Young2013-01-201-0/+18
| | | | exists and there isn't one present in the new location already.
* Entering the search string now find the first occurence immediatelyChris Young2013-01-181-19/+20
|
* Activate the find window's string gadget on openChris Young2013-01-181-0/+3
|
* OS3 needs PBL tooChris Young2013-01-171-1/+1
|