summaryrefslogtreecommitdiff
path: root/frontends/gtk/res/localhistory.gtk3.ui
Commit message (Collapse)AuthorAgeFilesLines
* Make GTK UI resources more consistentVincent Sanders2020-09-041-46/+0
| | | | | | | | | | | | | | The GTK UI resources have to be different resources between major versions. When kept in one directory with slightly different filenames they were difficult to distinguish and resource definition was difficult to update. The resources for both gtk versions were stored in both builds resulting in unneccessary increased binary size. The new stratagy lists the UI files once in a single gresources file and only includes what is required. If a UI file is added it must be provided in both gtk2 and 3 or a build failure will occour rather than a runtime error.
* GTK: Add transient popup behaviour for local history tooDaniel Silverstone2020-05-091-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* GTK3: Permit Local History to be focussedDaniel Silverstone2020-02-211-1/+1
| | | | | | | | | In order to let keypresses operate the local history window on GTK3 we have to permit the drawing area to get focus so that the keypresses actually make their way into the event loop in the correct place. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* update gtk frontend to use corewindow local historyVincent Sanders2017-02-171-0/+45