summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Option atari_transparency is int, not bool - use nsoption_set_int().mono/atari_treeview_reworkOle Loots2013-10-061-1/+1
|
* Added commentsOle Loots2013-10-052-0/+13
|
* ldg stubs not needed anymore since windom removalOle Loots2013-09-281-3/+0
|
* ldg stubs not needed anymore since windom removal.Ole Loots2013-09-281-15/+0
|
* Added about dialog, fixed scrolled treeview redraw.Ole Loots2013-09-2615-37/+384
|
* Removed old treeview filesOle Loots2013-09-254-487/+0
|
* Fixed warnings for incomptible pointer typeOle Loots2013-09-229-135/+139
| | | | The API expects to receive core_window as window handle now.
* Added SSL Cert Inspector WindowOle Loots2013-09-2115-38/+484
| | | | (based on treeview API)
* enabled history menu item.Ole Loots2013-09-211-1/+1
|
* Enabled atari_global_history_destry/initOle Loots2013-09-211-8/+3
|
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-09-2119-145/+1167
| | | | (The Cookie Manager window is a new one)
* Include desktop/core_window.hOle Loots2013-09-171-0/+1
|
* Treeview implementation adjustedOle Loots2013-09-177-40/+664
| | | | (still requires changes at several places in the atari frontent)
* Replaced atari_treeview wrapper with a new oneOle Loots2013-09-1618-1002/+5656
| | | | (removed all modules which used the old tree API)
* Fixed RECT_TO_GRECT macroOle Loots2013-09-161-4/+4
|
* Added RECT_TO_GRECT macroOle Loots2013-09-161-0/+7
|
* Added RECT_TO_GRECT macroOle Loots2013-09-161-2/+2
|
* moved font plotter allocationOle Loots2013-09-151-48/+52
| | | | | Delayed font plotter alloction until the requested font plotter is found.
* Added plot_get/set_text_plotter and commentsOle Loots2013-09-153-135/+165
|
* Tuned frontend Makefiles for local environment.Ole Loots2013-09-152-6/+10
|
* Added initialization/finalization of treeview framework.Ole Loots2013-09-151-0/+16
|
* We return client data, not node.Michael Drake2013-09-143-3/+63
|
* Add functions to get first selected hotlist/global_history node data.Michael Drake2013-09-136-0/+77
|
* Use a simulated keypress rather than a simulated mouseclickChris Young2013-09-121-6/+1
|
* Make the hotlist toolbar workChris Young2013-09-121-10/+5
|
* Make hotlist toolbar use the new functionsChris Young2013-09-121-50/+25
|
* Pass generic userdataChris Young2013-09-123-11/+12
|
* Move the hotlist menu creator into hotlist.c and make it more genericChris Young2013-09-123-65/+79
|
* Add hotlist menu items at the correct offsetChris Young2013-09-121-3/+2
|
* Remove context menu some more as it's irrepairably broken anywayChris Young2013-09-121-1/+2
|
* Fix buttons in the least convaluted way possibleChris Young2013-09-121-5/+4
|
* Remove some very useful drag stuff that doesn't seem to yet have an ↵Chris Young2013-09-121-2/+4
| | | | equivalalent in the new treeveiw
* Botched fixes just to get it to compile againChris Young2013-09-121-2/+7
|
* Disable the treeview context menu for now, as it needs fixing.Chris Young2013-09-121-0/+2
|
* 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).
* Set treeview text size to 12pt.Michael Drake2013-09-091-1/+7
|
* Enable front end to select treeview text size.Michael Drake2013-09-093-4/+7
|
* Protect against attempt to initialise twice.Michael Drake2013-09-091-0/+8
|
* Squash warning from older GCC.Michael Drake2013-09-081-2/+2
|
* Fix use after unref.Michael Drake2013-09-081-1/+5
|
* Destroy treeviews.Michael Drake2013-09-087-0/+43
|
* Remove dotted box from treeview move drags, as core draws location arrow for us.Steve Fryatt2013-09-081-1/+1
|
* Correct constraining rectangle for treeview drags so that pointer can't ↵Steve Fryatt2013-09-081-2/+1
| | | | leave window.
* gui_current_drag_type now only used for data transfer protocol routing; fix ↵Steve Fryatt2013-09-087-27/+22
| | | | | | | button bar drag handler. Remove all references to gui_current_drag_type outside of gui.c which are not related to routing DataSaveAck messages. Update button bar drag code so that it uses ro_mouse.
* Allow ro_mouse to enable null polls; remove unused global variables.Steve Fryatt2013-09-087-34/+66
| | | | | Implement ro_mouse_poll_interval() to allow ro_mouse to influence null polling. Remove unused calls to drag type globals.
* Move all mouse tracking into ro_mouse module.Steve Fryatt2013-09-0812-139/+257
| | | | | | Add Pointer Entering Window events to wimp_event module and add handlers to all modules requiring mouse tracking. Updated: Treeview, URL Complete, History and GUI Window. Delete all handling for Pointer Entering/Leaving from ro_gui.
* Restructure handling of DragEnd events.Steve Fryatt2013-09-0813-102/+277
| | | | | | | | | | | Add ro_mouse module to process mouse events during drags and on null polls. Implement support in ro_mouse for tracking the mouse during drags and passing on DragEnd events. Remove ro_gui_drag_end() and update all of its clients so that they use ro_mouse. Remove the unused ro_gui_window_frame_resize_end(). Termination of save drags with Escape is unimplemented, but appears broken anyway. The use of gui_drag_type is still required to handle Message_DatasaveAck processing. Mouse tracking is still handled via gui.c.
* make the scroll bar disappear if size is -1 (untested)Chris Young2013-09-051-8/+20
|