summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Don't busy the pointer when removing the caret - it's pointless and flickeryChris Young2013-01-151-1/+1
|
* Disable compositing if simple refresh is enabled; set it back to "like WB" ↵Chris Young2013-01-131-3/+6
| | | | if simple refresh is disabled.
* Expand the damaged area rectangle by one pixel each side to stop missing linesChris Young2013-01-131-8/+8
|
* Prevent deadlock during simple refresh damaged area redrawChris Young2013-01-132-17/+18
|
* Fix fast scroll upChris Young2013-01-121-4/+2
|
* Make logic compare clearerChris Young2013-01-101-3/+3
|
* Fix reading of clipboardChris Young2013-01-101-2/+3
|
* Get CSET using PropChunk rather than StopChunkChris Young2013-01-091-28/+11
|
* Remove unused variablesChris Young2013-01-091-5/+3
|
* Convert to UTF-8 before doing length calculations (untested)Chris Young2013-01-091-47/+52
|
* Re-implement reading the clipboard using CollectionChunk; this removes the ↵Chris Young2013-01-081-41/+70
| | | | need for an initial UTF8 chunk scan and allows the chunks to be collated before sending back to the core. Untested and length calculations ignore charset conversion.
* Fix drag selectionChris Young2013-01-081-4/+3
|
* remove gui_copy_to_clipbaord call - this needs fixingChris Young2013-01-081-2/+3
|
* re-enable ami_drag_selectionChris Young2013-01-081-2/+0
|
* fix typoChris Young2013-01-081-1/+1
|
* Update copy to new API (untested), pasting needs work, ami_drag_selection ↵Chris Young2013-01-081-84/+41
| | | | needs thought.
* Remove unused globalChris Young2013-01-061-1/+0
|
* Set the default pointer, not the busy pointer, after completing a redrawChris Young2013-01-061-1/+1
|
* Only set the busy pointer after we've decided not to bail out earlyChris Young2013-01-061-2/+2
|
* Track the mouse pointer on a per-window basisChris Young2013-01-0612-82/+62
|
* Change the mouse pointer back to what it was (and what NetSurf thinks it is) ↵Chris Young2013-01-039-27/+52
| | | | instead of to the default pointer. Additionally don't use ami_update_pointer for treeview windows as AmigaOS has a pointer setting per window, but NetSurf is only storing the current one as a single global variable.
* gui_window_2 var should be gwin for consistencyChris Young2013-01-031-48/+46
|
* Set the busy pointer during redrawsChris Young2013-01-032-1/+14
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
|
* Ensure the menu checked state remain in sync with realityChris Young2012-12-154-2/+33
|
* Update menu checked stateChris Young2012-12-152-0/+39
|
* Check the checked state of the menu items a more correct wayChris Young2012-12-151-3/+21
|
* Add some options to the browser menuChris Young2012-12-152-17/+68
|
* These values shouldn't be declared staticChris Young2012-12-152-4/+4
|
* Work around a speedbar.gadget layout bugChris Young2012-12-151-3/+10
|
* split target defaults outVincent Sanders2012-12-131-0/+40
|
* make macro name more correctVincent Sanders2012-12-131-6/+6
|
* Update the current pressed qualifier keys at every RAWKEY event, as the ↵Chris Young2012-12-101-2/+2
| | | | update doesn't work during IDCMP_IDCMPUPDATE
* Add dither quality options to GUIChris Young2012-12-091-0/+21
|
* Add simple refresh option to GUIChris Young2012-12-091-0/+23
|
* Add font anti-aliasing option to GUIChris Young2012-12-091-35/+57
|
* Toggle the tab bar to the correct state if the option to always show it is ↵Chris Young2012-12-093-0/+34
| | | | changed and only one tab is currently open
* Add options for always showing tabbar and warning on closing multiple tabsChris Young2012-12-091-0/+30
|
* Move tabbed browsing options to new tabChris Young2012-12-091-28/+39
|
* Enable persistent tab bar through tab_always_show optionChris Young2012-12-091-1/+1
|
* Prevent multiple tabbarsChris Young2012-12-091-1/+1
|
* Reverse the logic as well as the req textChris Young2012-12-092-2/+2
|
* non-working "always show tabbar" optionChris Young2012-12-092-4/+10
|
* Switch Yes/No Replace/Don'tReplace so Esc operates the "don't do anything" ↵Chris Young2012-12-092-2/+2
| | | | operation as expected.
* Only bother with the delayed requester on OS4Chris Young2012-12-091-1/+3
|
* Missing double-quoteChris Young2012-12-091-3/+3
|
* Set the file comment for the included ARexx scripts as part of the install, ↵Chris Young2012-12-091-0/+4
| | | | as these tend to get lost and don't exist at all in Git.
* Allow ctrl-click on hotlist toolbar to open in a new tabChris Young2012-12-091-1/+7
|
* Warn the user and give them an option to stop NetSurf shutting down, if the ↵Chris Young2012-12-081-1/+26
| | | | TCP/IP stack has signalled that it is about to exit.
* Warn when closing multiple tabsChris Young2012-12-085-4/+17
|