summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-2/+4
|
* split browser gui operations upVincent Sanders2014-01-153-9/+15
|
* move remaining gui operations to tableVincent Sanders2014-01-142-87/+103
|
* move download operations to download tableVincent Sanders2014-01-143-4/+15
|
* move teh final optional window operations into the tableVincent Sanders2014-01-136-23/+14
|
* move four more optional window operations to tableVincent Sanders2014-01-132-26/+32
|
* move two more mandantory window operations to tableVincent Sanders2014-01-131-3/+4
|
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-2/+4
|
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-122-1/+5
|
* move more optional window operations into table including removing unused ↵Vincent Sanders2014-01-121-21/+7
| | | | hide_pointer operation altogether
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-123-36/+29
|
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-122-0/+12
|
* move window creation and destruction into tableVincent Sanders2014-01-113-3/+9
|
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-3/+9
|
* Fix some log statementsDaniel Silverstone2014-01-051-1/+1
|
* Change gui_file_gadget_interface to pass gui_window not browser_window, add ↵Rob Kendrick2014-01-051-1/+1
| | | | GTK implementation that of course does not work.
* Add new gui entry point for file open dialogue requestsRob Kendrick2014-01-051-0/+8
|
* Remove asserts for default cases from all content message handlers; this is ↵Rob Kendrick2014-01-051-6/+0
| | | | laborious and is no longer useful for catching bugs.
* fix mngectony makefilesVincent Sanders2014-01-041-0/+1
|
* remove all references to using libMNGVincent Sanders2014-01-041-1/+0
|
* 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
|