Commit Graph

  • a43d0cec7a Add concept of browser scroll offset saving in local history Daniel Silverstone 2017-09-20 18:58:19 +0100
  • f86e9e505d Treeview: When expanding nodes in search view, adjust height only for matching entries. Michael Drake 2017-09-22 09:39:47 +0100
  • f653c33147 Treeview: Ensure we know our treeview when doing treeview node collapse. Michael Drake 2017-09-22 09:39:02 +0100
  • 73adebf263 Treeview: Cancel any search when treeview is detatched from its corewindow. Michael Drake 2017-09-22 09:37:50 +0100
  • 798bfbf80f Treeview: Split out search cancel functionality. Michael Drake 2017-09-22 09:37:25 +0100
  • 643f217bac Rework browser_window_set_scroll() slightly to record new scroll offsets dsilvers/scrolloffset Daniel Silverstone 2017-09-21 10:36:43 +0100
  • 2c36eb4e21 Add concept of browser scroll offset saving in local history Daniel Silverstone 2017-09-20 18:58:19 +0100
  • d3493b138f Initialise DPI earlier so that it works for treeviews Daniel Silverstone 2017-09-19 15:13:51 +0100
  • 3b1992d3f4 Treeview: Destroy search first on treeview destruction. Michael Drake 2017-09-18 23:32:36 +0100
  • ec4b9a5dd0 Hotlist (bookmarks): Include the URL field in search. Michael Drake 2017-09-18 23:15:41 +0100
  • 9b0a3cc35e Global history: Flag the URL field as searchable, as well. Michael Drake 2017-09-18 23:14:15 +0100
  • e8b9678d3e Cookie manager: Flag the domain field as searchable; more use than name. Michael Drake 2017-09-18 23:13:39 +0100
  • fae758f5a9 Treeview: Avoid searching empty treeview. Michael Drake 2017-09-18 23:11:51 +0100
  • bfdabbf478 Cookie manager: Enable search feature. Michael Drake 2017-09-18 23:03:40 +0100
  • fb5344df09 Hotlist (bookmarks): Enable search feature. Michael Drake 2017-09-18 23:02:20 +0100
  • 88c9a2e12d Global history: Enable search feature. Michael Drake 2017-09-18 22:57:30 +0100
  • 4e224135ec Treeview: Handle node expansion on switch between search and normal view. Michael Drake 2017-09-18 22:53:06 +0100
  • 39ab8b6233 Treeview: Update search filtered display on treeview changes. Michael Drake 2017-09-18 20:19:00 +0100
  • 2a294adfb1 Textarea: Add API to access current textarea contents. Michael Drake 2017-09-18 20:18:20 +0100
  • 4d84222654 Treeview: Update search bar display when it loses focus. Michael Drake 2017-09-14 20:14:28 +0100
  • f211b6c89a Treeview: Only let search textarea consume mouse if not dragging. Michael Drake 2017-09-14 20:13:44 +0100
  • 89dd127a80 Treeview: Update mouse handling details for filtered view. Michael Drake 2017-09-14 20:11:53 +0100
  • 283fb36339 Treeview: Update treeview walker to handle walking the filtered display. Michael Drake 2017-09-14 20:10:30 +0100
  • f142b3684c Treeview: Track height of display in search view. Michael Drake 2017-09-14 20:07:42 +0100
  • 45a7e6269b Treeview: Slight simplification of treeview_walk_internal(). Michael Drake 2017-09-11 19:52:07 +0100
  • 0a0ad71bdb Treeview: Fix function namespace. Michael Drake 2017-09-11 18:29:54 +0100
  • db6b3441c4 Treeview: Scroll to top when treeview search bar is modified. Michael Drake 2017-09-11 18:27:10 +0100
  • 0a6e8fc0b0 fix beos throbber allocation Vincent Sanders 2017-09-11 17:42:49 +0100
  • ff312f214e fix format specifiers signedness in atari settings Vincent Sanders 2017-09-11 17:33:35 +0100
  • b9bdc8d312 fix image cache format specifiers signedness Vincent Sanders 2017-09-11 17:29:57 +0100
  • 8afeffedad fix warning due to undefined bitmap structure Vincent Sanders 2017-09-11 16:44:46 +0100
  • d2d5ef276b annotate error case fall through in switch to supress warnings Vincent Sanders 2017-09-11 16:43:25 +0100
  • 4cea5a853b remove test for removed API Vincent Sanders 2017-09-11 10:35:38 +0100
  • 8fb2fc6fc3 rationalise history icon bitmap handling to ensure correct lifetime Vincent Sanders 2017-09-10 16:05:41 +0100
  • c20ad21273 Treeview: Add support for rendering search filter matches as-you-type. Michael Drake 2017-09-10 15:50:35 +0100
  • c478f35c81 Treeview: Split tree-style treeview rendering out into helper. Michael Drake 2017-09-10 13:12:35 +0100
  • f41f7486ba Treeview: Add node matching to search text modification callback. Michael Drake 2017-09-10 12:02:36 +0100
  • d627b930f2 Treeview: API: Allow treeview fields to be flagged searchable. Michael Drake 2017-09-10 11:58:47 +0100
  • 50688cde51 Treeview: Improve some code wrapping. Michael Drake 2017-09-10 11:57:02 +0100
  • 37127c4a52 Treeview: Ensure window extents take account of search bar presence. Michael Drake 2017-09-10 11:55:25 +0100
  • 43cdd74221 Treeview: Add keypress handling to the search bar. Michael Drake 2017-09-09 21:23:32 +0100
  • 3a02a4ea48 Treeview: Handle mouse clicks on search bar. Michael Drake 2017-09-09 21:24:29 +0100
  • adbcb7f1b9 Treeview: Update treeview mouse handling to offset for search bar presence. Michael Drake 2017-09-09 18:45:22 +0100
  • f877069399 Treeview: Add search bar rendering to redraw function. Michael Drake 2017-09-09 18:42:35 +0100
  • 3d2adf4330 Treeview: Create and destroy a textarea for search. Michael Drake 2017-09-09 18:35:24 +0100
  • 1420d01a21 Treeview: Add search drag type to enumeration. Michael Drake 2017-09-09 21:18:19 +0100
  • 521651ea51 Treeview: API: Add searchable flag for treeview creation. Michael Drake 2017-09-09 18:24:18 +0100
  • 8123e65351 Finalise nslog layer properly in closedown Daniel Silverstone 2017-09-10 14:22:05 +0100
  • ec94d5f812 move history bitmap thumbnail into the page information structure Vincent Sanders 2017-09-10 10:30:27 +0100
  • 02a8b5bca0 Treeview: Split out textarea construction helper. Michael Drake 2017-09-09 14:38:13 +0100
  • d17b710fa9 GTK: Corewindow: Fix modifier keys on mouse click. Michael Drake 2017-09-09 14:31:22 +0100
  • 1eb19587bf Fix up tests with nslog changes Daniel Silverstone 2017-09-09 10:59:21 +0100
  • 4837ffb0ad add some basic logging documentation Vincent Sanders 2017-09-09 09:31:34 +0100
  • 053fd7b583 Fix atari INFO macro name collision Vincent Sanders 2017-09-08 21:57:15 +0100
  • c1c8ed794d Revert "Hopefully quash INFO confusion on Atari MINT platform" Vincent Sanders 2017-09-08 21:49:59 +0100
  • bb056e55b1 Sort out the logging so that -v etc do the right thing Daniel Silverstone 2017-09-08 21:15:41 +0100
  • 8b88e44090 fix time_t logging Vincent Sanders 2017-09-08 20:47:22 +0100
  • b525293a95 Fix up log call parameters Vincent Sanders 2017-09-08 20:42:12 +0100
  • 9c93ed1bca Hopefully quash INFO confusion on Atari MINT platform Daniel Silverstone 2017-09-08 19:56:23 +0100
  • a1dc9ab55f Hopefully quash LOG compile errors in Windows Daniel Silverstone 2017-09-08 19:46:29 +0100
  • 0ad2f2de6f Hopefully quash LOG compile errors in BeOS Daniel Silverstone 2017-09-08 19:45:13 +0100
  • 50cbb98941 Hopefully quash warning about time_t formatting on openbsd Daniel Silverstone 2017-09-08 19:38:11 +0100
  • f89f7192ef fix size+t formatting in logging Vincent Sanders 2017-09-07 21:08:02 +0100
  • 3f3e7de6d9 do not attempt to log when output is not enabled Vincent Sanders 2017-09-07 21:07:03 +0100
  • 3a633acc3f fixup junk comment close Vincent Sanders 2017-09-07 18:33:07 +0100
  • 86c3f3e005 update layout logging to use a catagory Vincent Sanders 2017-09-07 18:26:53 +0100
  • 5d6f189d8b Fixup everything the semantic patch missed Vincent Sanders 2017-09-07 18:12:09 +0100
  • 2b0a5ef2e7 update framebuffer toolkit logging to use a ctagory Vincent Sanders 2017-09-07 16:57:58 +0100
  • 3faaf00ca3 revert semantic patch change to framebuffer font tool Vincent Sanders 2017-09-07 16:47:45 +0100
  • b9bdc279f2 Update scheduler logging to use catagory Vincent Sanders 2017-09-07 15:30:08 +0100
  • b346790cf6 update plotter logging to use a catagory Vincent Sanders 2017-09-06 18:23:14 +0100
  • 71225624f6 update fetch debug logging to use catagory Vincent Sanders 2017-09-05 14:08:48 +0100
  • 72e6050eb3 add low level cache category and use it Vincent Sanders 2017-09-04 14:31:12 +0100
  • 63f5ba6f62 update bindings with logging changes Vincent Sanders 2017-09-03 23:19:11 +0100
  • 9e81082355 Use coccinelle to change logging macro calls in c++ Vincent Sanders 2017-09-06 18:27:19 +0100
  • 75018632a9 Use coccinelle to change logging macro calls in c files Vincent Sanders 2017-09-06 18:28:12 +0100
  • 8d9b2efc11 use nslog library for logging if available. Vincent Sanders 2017-08-31 07:57:35 +0100
  • f8cdbbce19 slightly amend how user config is included Vincent Sanders 2017-08-30 23:27:28 +0100
  • b72b9d1f1f clean up whitespace and indentation Vincent Sanders 2017-08-30 23:10:07 +0100
  • d1eb578ffe add logging library to required libraries Vincent Sanders 2017-08-30 23:09:15 +0100
  • 7136b535ed add dnf package management Vincent Sanders 2017-08-30 23:08:44 +0100
  • c6717f1ade Messages: Correct code comment. Michael Drake 2017-08-30 09:47:49 +0100
  • c2ac1a713f Errorcodes: Add SPRITE_ERROR and use it in sprite content handler. Michael Drake 2017-08-30 09:43:13 +0100
  • 1670dc33af Sprite content handler: Ensure we broadcast error on librosprite error. Michael Drake 2017-08-29 11:57:34 +0100
  • a9d18a8efd Sprite content handler: Fix leaked rosprite_mem_context on rosprite_load error. Michael Drake 2017-08-29 11:55:46 +0100
  • 41f30992aa Messages: Return the unknown message if we get to the unhandled errorcode. Michael Drake 2017-08-28 12:21:03 +0100
  • ba0283f526 RSVG content handler: Remove unused assignement. Michael Drake 2017-08-28 12:16:24 +0100
  • 8de5625193 HTML CSS handler: event->data.error is invalid for errorcode. Michael Drake 2017-08-28 12:12:08 +0100
  • b35b3c1364 Search web: Ensure hlcache callbacks handle errorcode. Michael Drake 2017-08-28 12:10:27 +0100
  • c0205478c0 HTML object hlcache callback: Ensure final fetch completion triggers reformat. Michael Drake 2017-08-28 12:06:09 +0100
  • 2ad990f3d5 HTML object hlcache callback: Errorcode without box is OK. Michael Drake 2017-08-28 12:04:23 +0100
  • 4a014fecde hlcache content callback: Use designated initialiser for hlcache_event. Michael Drake 2017-08-28 11:52:54 +0100
  • 7ba93407ad Messages: Do message lookups for all errorcodes. Michael Drake 2017-08-28 11:39:21 +0100
  • cebfa6c2cc Tests: Squash warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE". Michael Drake 2017-08-28 11:15:06 +0100
  • 3a0e87e89f Errorcodes: Remove redundant MNG error. Michael Drake 2017-08-28 11:11:40 +0100
  • 9fd0e06501 Whitespace: Tidy up errorcodes. Michael Drake 2017-08-28 11:08:18 +0100
  • 7385f74141 Browser favicon: Handle errorcode in the hlcache callback. Michael Drake 2017-08-28 11:04:42 +0100
  • 771fe0d44c HTML script handling: Convert to using content_broadcast_errorcode(). Michael Drake 2017-08-28 11:01:30 +0100
  • 830d7ec6b6 HTML content handler: Ensure script fetch hlcache callback handles errorcode. Michael Drake 2017-08-28 10:55:03 +0100
  • a30ae27e5c HTML content handler: Ensure object fetch hlcache callback handles errorcode. Michael Drake 2017-08-28 10:53:07 +0100