summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* Improved file drop, use browser_window_navigate as fallback.Ole Loots2013-11-251-24/+51
|
* Updated header file for new toolbar functions.Ole Loots2013-11-241-0/+4
|
* Added bookmark indicator and SSL/crypto indicator to toolbar.Ole Loots2013-11-244-198/+333
|
* Improve Keyboard Shortcut parsing.Ole Loots2013-11-241-8/+50
| | | | Handle standard keyboard shortcut format.
* Added commentsOle Loots2013-11-242-0/+9
|
* Added documentation for gemtk_obj_create_popup_treeOle Loots2013-11-241-1/+18
|
* set GUI timeout button to "not selectable".Ole Loots2013-11-242-2/+2
|
* Fix "View Source" by setting first byte of cmdline to length of cmdlineOle Loots2013-11-241-32/+11
|
* Process AP_TERM message.Ole Loots2013-11-241-0/+4
|
* Removed invalid character, prototype for read_locales() fixed.Ole Loots2013-11-241-2/+2
|
* free() popup tree's when done.Ole Loots2013-11-241-0/+10
|
* Added GUI pol timeout selection popup.Ole Loots2013-11-236-4/+39
| | | | | The user must decide for himself. Default to 0, which eats GUI resources but speeds-up rendering.
* Generate language popup from language fileOle Loots2013-11-233-50/+79
|
* Copy language file into installation package.Ole Loots2013-11-231-0/+1
|
* Added language identifier file to atari resources.Ole Loots2013-11-231-0/+261
|
* Removed font driver popup from resource file.Ole Loots2013-11-233-16/+9
|
* Do not use static resource for font engine popup.Ole Loots2013-11-231-13/+40
| | | | | Instead use gemtk_obj_create_popup_tree to create the popup dynamically.
* Added gemtk_obj_create_popup_tree util.Ole Loots2013-11-232-0/+137
|
* Set throbber background to be transparent, again.Ole Loots2013-10-263-4/+4
|
* Handle the fact that / is NOT the root of the filesystem on MiNT.Ole Loots2013-10-262-124/+50
| | | | | | (/ means current drive!) This may break under Classic TOS versions, because it may rely on the U: drive. However, that can be fixed later on.
* Translate NK_UNDO to KEY_UNDO.Ole Loots2013-10-261-0/+4
|
* improve gtk source save to use gtk overwrite protection feature coverity 1109873Vincent Sanders2013-10-251-1/+1
|
* Reverted local adjustments to Makefile.target.Ole Loots2013-10-062-126/+6
|
* Removed unused files.Ole Loots2013-10-062-4401/+0
|
* Removed old files.Ole Loots2013-10-062-427/+0
|
* Option atari_transparency is int, not bool - use nsoption_set_int().Ole Loots2013-10-061-1/+1
|
* Added commentsOle Loots2013-10-062-0/+13
|
* ldg stubs not needed anymore since windom removalOle Loots2013-10-061-3/+0
|
* 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
|
* Added comments.Ole Loots2013-09-112-1/+13
|
* Also setup slider info before tree creation.Ole Loots2013-09-111-11/+20
|
* Set window ref before calling tree_create. Fixes crash during startup.Ole Loots2013-09-101-7/+21
| | | | | (tree_create causes an resize event which requires the window handle to be available).
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-023-9/+14
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.