Commit Graph

  • e4421933ea Added RECT_TO_GRECT macro Ole Loots 2013-09-16 02:06:49 +0200
  • a178aa5082 Added RECT_TO_GRECT macro Ole Loots 2013-09-16 02:04:29 +0200
  • 3e32688d01 moved font plotter allocation Ole Loots 2013-09-15 04:15:26 +0200
  • 6026061e70 Added plot_get/set_text_plotter and comments Ole Loots 2013-09-15 01:44:04 +0200
  • fda18c4977 less over-zealous code removal Chris Young 2013-09-15 00:05:52 +0100
  • a6060a520e Tuned frontend Makefiles for local environment. Ole Loots 2013-09-15 01:04:07 +0200
  • 436580cfde Added initialization/finalization of treeview framework. Ole Loots 2013-09-15 00:59:24 +0200
  • 04a118c415 treeview deferred redraw Chris Young 2013-09-14 12:44:32 +0100
  • c32c68f4ed Support drag for global history too Chris Young 2013-09-14 12:29:34 +0100
  • 250338ba7c Re-implement dragging to/from treeview (not working) Chris Young 2013-09-14 12:12:12 +0100
  • b96222d857 We return client data, not node. Michael Drake 2013-09-14 23:22:13 +0100
  • 951ad51cd4 Add functions to get first selected hotlist/global_history node data. Michael Drake 2013-09-13 14:24:25 +0100
  • 653cf8fa1f Use a simulated keypress rather than a simulated mouseclick Chris Young 2013-09-12 17:12:45 +0100
  • 69b0350a3c Make the hotlist toolbar work Chris Young 2013-09-12 12:35:55 +0100
  • 0bc226def9 Make hotlist toolbar use the new functions Chris Young 2013-09-12 12:29:47 +0100
  • ccdaabfa38 Pass generic userdata Chris Young 2013-09-12 12:15:00 +0100
  • fda365fb2d Move the hotlist menu creator into hotlist.c and make it more generic Chris Young 2013-09-12 12:08:50 +0100
  • 177b46e873 Add hotlist menu items at the correct offset Chris Young 2013-09-12 11:27:45 +0100
  • ffb024f66d Remove context menu some more as it's irrepairably broken anyway Chris Young 2013-09-12 11:10:37 +0100
  • 667dc146ae Fix buttons in the least convaluted way possible Chris Young 2013-09-12 11:09:05 +0100
  • 5b457faf5f Remove some very useful drag stuff that doesn't seem to yet have an equivalalent in the new treeveiw Chris Young 2013-09-12 11:04:22 +0100
  • 0e5667e28e Botched fixes just to get it to compile again Chris Young 2013-09-12 10:58:19 +0100
  • 9af55136d0 Disable the treeview context menu for now, as it needs fixing. Chris Young 2013-09-12 10:51:39 +0100
  • 9c551589bd Added comments. Ole Loots 2013-09-11 00:12:42 +0200
  • c04cef649a Also setup slider info before tree creation. Ole Loots 2013-09-11 00:10:59 +0200
  • becc7fe064 Set window ref before calling tree_create. Fixes crash during startup. Ole Loots 2013-09-10 23:52:56 +0200
  • 65a658769e Set treeview text size to 12pt. Michael Drake 2013-09-09 22:19:18 +0100
  • 3d123d72fc Enable front end to select treeview text size. Michael Drake 2013-09-09 13:11:36 +0100
  • b10252e325 Protect against attempt to initialise twice. Michael Drake 2013-09-09 13:00:24 +0100
  • 172551870b Squash warning from older GCC. Michael Drake 2013-09-08 19:34:43 +0100
  • 7f31b2c776 Fix use after unref. Michael Drake 2013-09-08 19:28:57 +0100
  • f13a11e31f Destroy treeviews. Michael Drake 2013-09-08 19:04:45 +0100
  • 683ff4d1b5 Remove dotted box from treeview move drags, as core draws location arrow for us. Steve Fryatt 2013-09-08 16:26:18 +0100
  • bf3bea5874 Correct constraining rectangle for treeview drags so that pointer can't leave window. Steve Fryatt 2013-09-08 16:24:21 +0100
  • f3f2c5b481 gui_current_drag_type now only used for data transfer protocol routing; fix button bar drag handler. Steve Fryatt 2013-09-08 15:51:29 +0100
  • ee8fb6f39f Allow ro_mouse to enable null polls; remove unused global variables. Steve Fryatt 2013-09-08 13:27:11 +0100
  • a00e0f91c7 Move all mouse tracking into ro_mouse module. Steve Fryatt 2013-09-08 11:55:21 +0100
  • e87596ad1f Restructure handling of DragEnd events. Steve Fryatt 2013-09-08 00:47:55 +0100
  • 9871ca4a2d make the scroll bar disappear if size is -1 (untested) Chris Young 2013-09-05 20:37:39 +0100
  • 9c49eb3ccc Remove unused. NB: new routine untested Chris Young 2013-09-05 20:27:39 +0100
  • 454fc8dbaa Use the nsurl directly Chris Young 2013-09-05 20:26:28 +0100
  • f59a93f5ee Attempt re-write of Hotlist menu creation Chris Young 2013-09-05 20:24:01 +0100
  • fe67bd95d7 There must be a next widget for swap_siblings. Michael Drake 2013-09-05 14:24:17 +0100
  • 2468d00675 Check for error as soon as we have return value. Michael Drake 2013-09-05 13:06:53 +0100
  • 411e367add Various tidyups to make ownership more clear. Michael Drake 2013-09-05 12:54:15 +0100
  • 9c855df691 Remove dead assignment. Michael Drake 2013-09-05 12:01:13 +0100
  • 2fce8cccbc Remove dead assignement. Michael Drake 2013-09-05 11:58:49 +0100
  • 5d3362be81 Fix dead assignments. Michael Drake 2013-09-05 11:55:49 +0100
  • 84b90853b5 Fix dead assignement. Michael Drake 2013-09-05 11:53:19 +0100
  • 33c383357d Express logic to avoid confusing static analyser. Michael Drake 2013-09-05 11:39:44 +0100
  • 8007027f84 Express logic so that the static analyser can understand and not report NULL deref. Michael Drake 2013-09-05 11:34:38 +0100
  • e94528518d Remove a couple of dead stores. Michael Drake 2013-09-05 11:27:33 +0100
  • decb4d40f3 Ensure correct field is edited when more than one hidden field is editable. Michael Drake 2013-09-05 11:26:05 +0100
  • 8641d5cbda Fix a potential leak. Michael Drake 2013-09-05 11:13:08 +0100
  • b646592928 Allocate correct amount of mem for pointers to imagemaps. Michael Drake 2013-09-05 10:46:58 +0100
  • 267c630b88 Tidy up compatibility layer. Michael Drake 2013-09-04 15:13:53 +0100
  • e8071e676c Remove some redundancy. Michael Drake 2013-09-03 20:06:42 +0100
  • 393dee4fd7 Squash leak in error case. Michael Drake 2013-09-03 20:01:05 +0100
  • 541724fb0d Add hotlist iteration function. Michael Drake 2013-09-03 19:43:59 +0100
  • 1658554437 Don't allow what treeview initialisation sets as the dimensions to be overwritten with defaults of 0. Michael Drake 2013-09-03 17:12:08 +0100
  • bd38b712c6 Avoid an error. Michael Drake 2013-09-03 16:32:48 +0100
  • a9fd785581 Some cocoa build fixes. Michael Drake 2013-09-03 16:25:01 +0100
  • 80e8465e91 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2013-09-03 16:15:10 +0100
  • b9c2b5df65 make js library selection target dependant Vincent Sanders 2013-09-03 16:07:57 +0100
  • f477fd2570 Remove height getters from treeview client modules API. Michael Drake 2013-09-03 14:44:53 +0100
  • b9e3f7ae3d Ensure tree height is provided when treeview building is complete. Michael Drake 2013-09-03 14:38:01 +0100
  • 42afcf918f Make externally induced node expand/contract cause redraw. Michael Drake 2013-09-03 14:08:44 +0100
  • 1569e9e2a8 Change recursife node collapse behaviour slightly. Michael Drake 2013-09-03 13:32:46 +0100
  • f2b4a7a997 Port to new recursive expand/contract functions. Michael Drake 2013-09-03 12:36:55 +0100
  • 11b784a167 Node collapsing needs to happen when leaving nodes. Michael Drake 2013-09-03 12:36:29 +0100
  • c2375339a1 Add recursive expand/contract functions to hotlist, global history, and cookie manager modules. Michael Drake 2013-09-03 11:28:02 +0100
  • b56d684a31 Add a pair of recursive expand/contract functions. Michael Drake 2013-09-03 11:06:07 +0100
  • 472108576e Make it more clear that tree.c is deprecated. Michael Drake 2013-09-02 22:58:18 +0100
  • cf8ffa412a Remove old hotlist, cookies, and history_global_core modules. Michael Drake 2013-09-02 22:41:04 +0100
  • e9f65ff9cb Remove cookies, history_global, and hotlist_old _initialise and _cleanup functions. Michael Drake 2013-09-02 18:57:43 +0100
  • 4473f4b8a8 Remove tree icon_name globals from all the front ends. Michael Drake 2013-09-02 16:39:46 +0100
  • 49c7994d05 Remove bulk of old treeview implementation. Michael Drake 2013-09-02 16:19:16 +0100
  • 46e569c481 Use TREE_HOTLIST directly. Michael Drake 2013-09-02 14:42:53 +0100
  • 9f35fd3fee Use TREE_HISTORY directly. Michael Drake 2013-09-02 14:39:04 +0100
  • 128fdbec43 Select TREE_COOKIES directly. Michael Drake 2013-09-02 14:33:53 +0100
  • 5c7ca39ada Remove tree_url_node module. Had to disable treeview scanning in amiga and cocoa front ends. Amiga front end very likely broken. Michael Drake 2013-09-02 14:17:09 +0100
  • 28a948bd32 Reduce old hotlist to skeleton. Michael Drake 2013-09-02 13:35:49 +0100
  • 29328e5077 Reduce to skeleton. Michael Drake 2013-09-02 13:15:07 +0100
  • ec3547ec9d Remove unused type. Michael Drake 2013-09-02 13:08:36 +0100
  • 81b2a859c0 Reduce old cookie manager to skeleton. Michael Drake 2013-09-02 13:06:40 +0100
  • 452c89aa83 Remove unused hotlist_old_visited. Michael Drake 2013-09-02 12:53:47 +0100
  • 6a4a297b2f Remove temp_treeview_test option. Now it's always "enabled". Michael Drake 2013-09-02 12:47:36 +0100
  • fadaa306d0 Always redirect to the new treeview implementations. Michael Drake 2013-09-02 12:46:33 +0100
  • 5d76b448b1 Use new hotlist. Michael Drake 2013-09-02 12:44:40 +0100
  • 4ce2f6fd55 Update to use new hotlist and global history manager. Michael Drake 2013-09-02 12:29:16 +0100
  • 8f2f4ca2a8 Use new cookie manager. Michael Drake 2013-09-02 12:26:38 +0100
  • 9a59103c6a Polish node deletion. Michael Drake 2013-08-30 13:29:19 +0100
  • 09f5b0e95f Improve callback suppression options. Reduce unnecessary callback usage. Michael Drake 2013-08-30 12:51:40 +0100
  • e2fbd3a266 Avoid copying rectangle for redraw_request calls. Michael Drake 2013-08-30 11:38:02 +0100
  • b4a3c94cf0 Various redraw improvements. Michael Drake 2013-08-29 20:43:25 +0100
  • 67cbc779be Make client-requested node deletions issue a redraw request. Michael Drake 2013-08-29 19:58:43 +0100
  • db2f47ab27 Use treeview height instead of REDRAW_MAX for rectangle's y1. Michael Drake 2013-08-29 19:12:49 +0100
  • 8cc6ac8980 Redraw on node creation, unless suppressed. Michael Drake 2013-08-29 19:05:04 +0100
  • afaf24378b Add flag to suppress redraw on node creation. Michael Drake 2013-08-29 18:31:58 +0100
  • 895954a1e1 Don't bother trying to keep old hotlist in sync -- the old one isn't saved when new one is used anyway. Michael Drake 2013-08-29 14:13:09 +0100