summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright header dates for recent commits.Steve Fryatt2014-01-024-11/+8
|
* In framesets, F8 views source for frame under pointer if applicable.Steve Fryatt2014-01-021-28/+36
|
* Add confirm_hotlist_remove option to allow users to turn URL removal query off.Steve Fryatt2013-12-312-4/+14
|
* Implement user confirmation before removing hotlist entries from the URL bar.Steve Fryatt2013-12-312-3/+71
|
* Add default clause to squash compiler warning.Steve Fryatt2013-12-311-0/+3
|
* Fix broken dragging mouse pointer introduced in mouse tracking changes.Steve Fryatt2013-12-301-1/+15
|
* Remove excessive logging from hotlist code.Steve Fryatt2013-12-301-8/+0
|
* Provide some interactive help for the URL Bar's favicon and hotlist indicator.Steve Fryatt2013-12-301-0/+10
|
* Update the URL hotlist icon when entries are deleted from the hotlist.Steve Fryatt2013-12-303-0/+24
| | | | This does not currently spot entries which are edited.
* Tidy up hotlist icon interfaces and make consistant with rest of toolbar.Steve Fryatt2013-12-307-54/+70
|
* Fix indentation.Steve Fryatt2013-12-301-6/+6
|
* Bring hotlist icon event handling in line with other toolbar actions.Steve Fryatt2013-12-305-33/+69
| | | | | | - Make hotlist icon return click events to clients. - Move URL add and remove code into browser window toolbar event handler. - Pass hotlist icon URL add/remove via RISC OS hotlist interface.
* Fix hotlist icon in browser URL bar.Steve Fryatt2013-12-292-6/+8
| | | | | - Change URL container to Double/Click/Drag so that mouse actions get passed on. - Correctly parse return code from hotlist_add_url() to identify successful adds.
* Make view source menu option open the frame source, rather than frameset.Michael Drake2013-12-191-1/+8
|
* Update hotlist indicator when current page is added to hotlist.Michael Drake2013-11-235-2/+60
|
* Make RO hotlist add function take nsurl.Michael Drake2013-11-223-14/+10
|
* Remove forward declarations.Michael Drake2013-11-221-195/+190
|
* Flag a TODO.Michael Drake2013-11-221-0/+3
|
* Always show hotlist indicator.Michael Drake2013-11-221-7/+2
|
* Update URL bar's hotlist indicator as you type.Michael Drake2013-11-221-3/+35
|
* Start URL bar hotlist indicator button implementation.Michael Drake2013-11-223-47/+292
| | | | | - Clicking to hotlist add/remove doesn't work. - Doesn't update while typing in URL bar.
* Improve responsiveness of drags.Michael Drake2013-10-272-9/+6
|
* improve gtk source save to use gtk overwrite protection feature coverity 1109873Vincent Sanders2013-10-251-2/+2
|
* Move BITMAP_SAVE_FULL_ALPHA out of core to RISC OS front end, where it belongs.Michael Drake2013-10-032-0/+3
|
* Remove BITMAP_READY flag.Michael Drake2013-10-031-2/+1
|
* Remove unused structure member.Michael Drake2013-10-031-3/+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-038-741/+38
| | | | 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
|
* Add undo (F8) and redo (F9) keys. If caret is not in textarea, F8 is still ↵Michael Drake2013-10-011-0/+7
| | | | view source.
* Set treeview text size to 12pt.Michael Drake2013-09-091-1/+7
|
* 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.
* Don't allow what treeview initialisation sets as the dimensions to be ↵Michael Drake2013-09-031-6/+6
| | | | overwritten with defaults of 0.
* Port to new recursive expand/contract functions.Michael Drake2013-09-033-31/+31
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-027-40/+54
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Remove cookies, history_global, and hotlist_old _initialise and _cleanup ↵Michael Drake2013-09-024-20/+0
| | | | functions.
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-025-14/+3
|
* Remove bulk of old treeview implementation.Michael Drake2013-09-027-42/+13
|
* Use TREE_HOTLIST directly.Michael Drake2013-09-021-1/+1
|
* Use TREE_HISTORY directly.Michael Drake2013-09-021-1/+1
|