summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* More split fixeryChris Young2013-05-251-2/+2
* Another attempt to fix the moving split position when a string fits exactly.Chris Young2013-05-251-4/+3
* Prevent ASL from causing delayed menusChris Young2013-05-255-1/+15
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-0/+5
* revert text split changeChris Young2013-05-201-1/+2
* Bring ARexx items to new alloc functionChris Young2013-05-181-18/+19
* Move hotlist entries to new allocation functionChris Young2013-05-181-37/+26
* Menu refactorChris Young2013-05-183-272/+212
* Remove unused variableChris Young2013-05-181-1/+0
* Try to avoid the split point jumping around when it occurs exactly on the bou...Chris Young2013-05-181-3/+2
* Remove friend BitMap as it doesn't solve the problem intended, and I'm concer...Chris Young2013-05-181-7/+0
* put it back in a state where it stays enabledChris Young2013-05-121-2/+0
* more futile attempts to get the copy option to behaveChris Young2013-05-121-5/+12
* Update the edit menu after every click, to be safe.Chris Young2013-05-121-0/+2
* more fix of edit menu updatesChris Young2013-05-121-1/+1
* stop the build whinging about NETSURF_USE_JS := AUTOChris Young2013-05-121-0/+6
* attempt fix edit menu item disableChris Young2013-05-121-7/+7
* attempt fix cut disable on context menuChris Young2013-05-121-1/+1
* git being annoyingChris Young2013-05-121-2/+1
* change zoom button window dimensions test suffChris Young2013-05-121-3/+8
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-108-9/+0
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need i...Michael Drake2013-05-101-1/+1
* Remove search context from browser window, simplify search interface for fron...Michael Drake2013-05-071-19/+9
* fixup message splitting with updated toolVincent Sanders2013-05-021-5/+5
* Allocate the off-screen BitMap as a friend of the screen BitMap in the increa...Chris Young2013-04-281-2/+9
* Fix a potential crash when plotting glyphsChris Young2013-04-281-6/+6
* Fix upgrades from 2.9 to 3.0Chris Young2013-04-251-14/+14
* Increase AmigaOS revision numberChris Young2013-04-232-5/+5
* 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