summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* ldg stubs not needed anymore since windom removal.Ole Loots2013-10-061-15/+0
|
* Added about dialog, fixed scrolled treeview redraw.Ole Loots2013-10-0615-37/+384
|
* Removed old treeview filesOle Loots2013-10-064-487/+0
|
* Fixed warnings for incomptible pointer typeOle Loots2013-10-069-135/+139
| | | | The API expects to receive core_window as window handle now.
* Added SSL Cert Inspector WindowOle Loots2013-10-0615-38/+484
| | | | (based on treeview API)
* enabled history menu item.Ole Loots2013-10-061-1/+1
|
* Enabled atari_global_history_destry/initOle Loots2013-10-061-8/+3
|
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-10-0619-145/+1167
| | | | (The Cookie Manager window is a new one)
* Include desktop/core_window.hOle Loots2013-10-061-0/+1
|
* Treeview implementation adjustedOle Loots2013-10-067-40/+664
| | | | (still requires changes at several places in the atari frontent)
* Replaced atari_treeview wrapper with a new oneOle Loots2013-10-0618-1002/+5656
| | | | (removed all modules which used the old tree API)
* Fixed RECT_TO_GRECT macroOle Loots2013-10-061-4/+4
|
* Added RECT_TO_GRECT macroOle Loots2013-10-061-0/+7
|
* Added RECT_TO_GRECT macroOle Loots2013-10-061-2/+2
|
* moved font plotter allocationOle Loots2013-10-061-48/+52
| | | | | Delayed font plotter alloction until the requested font plotter is found.
* Added plot_get/set_text_plotter and commentsOle Loots2013-10-063-135/+165
|
* Tuned frontend Makefiles for local environment.Ole Loots2013-10-062-6/+10
|
* Added initialization/finalization of treeview framework.Ole Loots2013-10-061-0/+16
|
* Set unused channel to 0xff, so that rendering isn't broken in front ends ↵Michael Drake2013-10-051-11/+11
| | | | that don't heed the OPACITY flag.
* more tidy-upChris Young2013-10-051-5/+4
|
* tidy upChris Young2013-10-052-6/+3
|
* If bitmap is opaque, ensure we override the alpha channel as it may contain ↵Chris Young2013-10-052-11/+30
| | | | nonsense.
* Move BITMAP_SAVE_FULL_ALPHA out of core to RISC OS front end, where it belongs.Michael Drake2013-10-033-2/+3
|
* Remove BITMAP_READY flag.Michael Drake2013-10-032-3/+1
|
* Remove BITMAP_PERSISTENT flag.Michael Drake2013-10-032-4/+3
|
* Remove unused structure member.Michael Drake2013-10-031-3/+0
|
* Remove unused bitmap memory config window help text.Michael Drake2013-10-031-61/+0
|
* Remove old debug window template.Michael Drake2013-10-037-104/+2
|
* Optimise treeview redraw. It draws its own background, so don't need white ↵Michael Drake2013-10-034-4/+4
| | | | background in the template.
* Remove unused image cache config window template.Michael Drake2013-10-034-746/+0
|
* Remove image memory options.Michael Drake2013-10-031-2/+0
|
* Remove redundant bitmap compression/decompression/dropping-to-disc. The ↵Michael Drake2013-10-039-756/+48
| | | | core now has a converted bitmap cache that is pruned more agressively.
* Lose forward declaration.Michael Drake2013-10-031-320/+315
|
* Remove unused function.Michael Drake2013-10-032-49/+0
|
* Appease gtk front end's broken bitmap behaviour.Michael Drake2013-10-031-0/+10
|
* Init unused alpha channel to 0, even though we set the bitmaps as opaque.Michael Drake2013-10-031-11/+11
|
* Avoid NULL deref when deleting a node, causing empty ancestor nodes to be ↵Michael Drake2013-10-031-4/+4
| | | | deleted.
* Generate anti-aliased triangles in bitmaps and plot via bitmap plotter. ↵Michael Drake2013-10-021-101/+263
| | | | (Without anti-aliasing was too ugly to be endured.)
* Add accessors for individual colour channels.Michael Drake2013-10-021-1/+13
|
* Use polygon plotter for treeview furniture (node expansion/contraction ↵Michael Drake2013-10-021-23/+111
| | | | triangles), instead of triangle text glyphs.
* Add Undo/Redo to Amiga version. NB: Clear selection no longer has a shortcut ↵Chris Young2013-10-015-3/+44
| | | | key.
* Make undo and redo share common implementation.Michael Drake2013-10-011-72/+28
|
* Wipe undo buffer on textarea_set_text.Michael Drake2013-10-011-0/+3
|
* Ensure cut can be undone.Michael Drake2013-10-011-2/+2
|
* Add undo (F8) and redo (F9) keys. If caret is not in textarea, F8 is still ↵Michael Drake2013-10-011-0/+7
| | | | view source.
* Implement textarea undo and redo.Michael Drake2013-10-011-12/+89
|
* Fix Ctrl+Shift+Z.Michael Drake2013-10-011-3/+1
|
* Start implementing undo/redo. For now it just records changes, the actual ↵Michael Drake2013-09-301-11/+182
| | | | undo/redo handling is not yet done.
* Pass KEY_UNDO and KEY_REDO to core. (Currently ignored.)Michael Drake2013-09-301-0/+28
|
* Pass KEY_UNDO and KEY_REDO to core. (Currently ignored.)Michael Drake2013-09-301-0/+11
|