summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)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
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* 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 ↵Chris Young2013-05-181-3/+2
| | | | boundary requested
* Remove friend BitMap as it doesn't solve the problem intended, and I'm ↵Chris Young2013-05-181-7/+0
| | | | concerned that it will cause problems on gfx cards which only have LE modes
* 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 ↵Michael Drake2013-05-101-1/+1
| | | | it now.
* Remove search context from browser window, simplify search interface for ↵Michael Drake2013-05-071-19/+9
| | | | | | | | | | | | | | | | | | | | | | front ends. Added content interface for search. Removed bw->cur_search search context. Desktop layer now does nothing except pass search requests from front end onto the bw's current_content via the content interface. Search API reduced to a pair of functions at each level: {desktop|content|html|textplain}_search and {desktop|content|html|textplain}_search_clear Updated front ends to use simplified search API. Only tested GTK and RO builds. These confine the search stuff to render/. However search still uses struct selection. The handling for which is still spread over desktop/ and render/. Also the render/search code itself still fiddles inside html and textplain privates.
* 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 ↵Chris Young2013-04-281-2/+9
| | | | increasingly diminishing number of cases where this works correctly. This should stop NetSurf using memory on the wrong graphics card when two are installed.
* 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
| | | | is going to call hlcache_poll anyway after it returns.
* 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 ↵Chris Young2013-04-091-1/+3
| | | | consectutive redraws
* 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 ↵Chris Young2013-04-041-1/+1
| | | | some description needs to arrive at the message port before the reformat will be queued (think this only affects scale changes).
* Schedule redraws from local history too, hide ami_do_redraw and friends as ↵Chris Young2013-04-044-10/+9
| | | | only gui.c needs to call those directly now
* Schedule redraws to prevent expected redraws from not happening when no ↵Chris Young2013-04-041-19/+33
| | | | events are occuring
* ensure the closest character is pickedChris Young2013-03-241-5/+8
|