summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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