summaryrefslogtreecommitdiff
path: root/gtk/gtkmagnifierprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
| | | | The conversion was done by guard2one.
* magnifier: Drop the Private structMatthias Clasen2020-09-191-14/+0
|
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-6/+6
|
* magnifier: Redo with GtkWidgetPaintableBenjamin Otte2018-04-051-2/+2
|
* GtkMagnifier: Add a resizing modeMatthias Clasen2014-12-201-0/+4
| | | | | | | | | In addition to the fixed-size mode that is used by the text view, add a mode in which the magnifier requests enough size to render the entire inspected widget at the current magnification. In this mode, the magnifier will update its size when the size of the inspected widget changes. Also, make the magnifier redraw on its own whenever the inspected widget draws.
* Add GtkMagnifierCarlos Garnacho2014-01-221-0/+64
This is a private widget that takes another widget on construction, and is able to render parts of it, possibly at a different magnification level.