summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Treeview: Split out search cancel functionality.Michael Drake2017-09-221-7/+32
|
* Initialise DPI earlier so that it works for treeviewsDaniel Silverstone2017-09-191-7/+7
|
* Treeview: Destroy search first on treeview destruction.Michael Drake2017-09-181-4/+6
|
* Hotlist (bookmarks): Include the URL field in search.Michael Drake2017-09-181-2/+4
|
* Global history: Flag the URL field as searchable, as well.Michael Drake2017-09-181-1/+3
|
* Cookie manager: Flag the domain field as searchable; more use than name.Michael Drake2017-09-181-1/+3
|
* Treeview: Avoid searching empty treeview.Michael Drake2017-09-181-0/+4
|
* Cookie manager: Enable search feature.Michael Drake2017-09-181-1/+3
|
* Hotlist (bookmarks): Enable search feature.Michael Drake2017-09-181-1/+1
|
* Global history: Enable search feature.Michael Drake2017-09-181-1/+2
|
* Treeview: Handle node expansion on switch between search and normal view.Michael Drake2017-09-181-17/+27
|
* Treeview: Update search filtered display on treeview changes.Michael Drake2017-09-181-175/+206
|
* Textarea: Add API to access current textarea contents.Michael Drake2017-09-182-0/+21
|
* Treeview: Update search bar display when it loses focus.Michael Drake2017-09-181-1/+5
|
* Treeview: Only let search textarea consume mouse if not dragging.Michael Drake2017-09-181-1/+3
|
* Treeview: Update mouse handling details for filtered view.Michael Drake2017-09-181-7/+12
| | | | | No moves are allowed in viltered view. Node indents are constant in filtered view.
* Treeview: Update treeview walker to handle walking the filtered display.Michael Drake2017-09-181-63/+137
|
* Treeview: Track height of display in search view.Michael Drake2017-09-181-6/+33
|
* Treeview: Slight simplification of treeview_walk_internal().Michael Drake2017-09-181-4/+2
|
* Treeview: Fix function namespace.Michael Drake2017-09-181-22/+22
|
* Treeview: Scroll to top when treeview search bar is modified.Michael Drake2017-09-181-1/+22
|
* fix beos throbber allocationVincent Sanders2017-09-111-1/+1
|
* fix format specifiers signedness in atari settingsVincent Sanders2017-09-111-14/+14
|
* fix image cache format specifiers signednessVincent Sanders2017-09-111-6/+9
|
* fix warning due to undefined bitmap structureVincent Sanders2017-09-111-0/+1
|
* annotate error case fall through in switch to supress warningsVincent Sanders2017-09-113-15/+26
|
* remove test for removed APIVincent Sanders2017-09-111-22/+0
|
* rationalise history icon bitmap handling to ensure correct lifetimeVincent Sanders2017-09-107-151/+147
|
* Treeview: Add support for rendering search filter matches as-you-type.Michael Drake2017-09-101-1/+230
|
* Treeview: Split tree-style treeview rendering out into helper.Michael Drake2017-09-101-122/+150
|
* Treeview: Add node matching to search text modification callback.Michael Drake2017-09-101-3/+131
|
* Treeview: API: Allow treeview fields to be flagged searchable.Michael Drake2017-09-101-5/+6
|
* Treeview: Improve some code wrapping.Michael Drake2017-09-101-10/+9
|
* Treeview: Ensure window extents take account of search bar presence.Michael Drake2017-09-101-2/+9
|
* Treeview: Add keypress handling to the search bar.Michael Drake2017-09-101-1/+18
|
* Treeview: Handle mouse clicks on search bar.Michael Drake2017-09-101-0/+17
|
* Treeview: Update treeview mouse handling to offset for search bar presence.Michael Drake2017-09-101-5/+10
|
* Treeview: Add search bar rendering to redraw function.Michael Drake2017-09-101-0/+34
|
* Treeview: Create and destroy a textarea for search.Michael Drake2017-09-101-43/+123
|
* Treeview: Add search drag type to enumeration.Michael Drake2017-09-101-1/+2
|
* Treeview: API: Add searchable flag for treeview creation.Michael Drake2017-09-101-1/+2
|
* Finalise nslog layer properly in closedownDaniel Silverstone2017-09-1010-1/+54
|
* move history bitmap thumbnail into the page information structureVincent Sanders2017-09-104-17/+24
|
* Treeview: Split out textarea construction helper.Michael Drake2017-09-091-22/+44
|
* GTK: Corewindow: Fix modifier keys on mouse click.Michael Drake2017-09-091-3/+7
| | | | Modifiers were getting unset for the click (release) events.
* Fix up tests with nslog changesDaniel Silverstone2017-09-093-0/+8
|
* add some basic logging documentationVincent Sanders2017-09-092-0/+95
|
* Fix atari INFO macro name collisionVincent Sanders2017-09-081-0/+1
|
* Revert "Hopefully quash INFO confusion on Atari MINT platform"Vincent Sanders2017-09-082-5/+1
| | | | This reverts commit 9c93ed1bca859e5b5cb3c018be327fb91213c558.
* Sort out the logging so that -v etc do the right thingDaniel Silverstone2017-09-086-16/+96
|