summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/anchor-selector.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-2/+2
|
* ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-11/+1
| | | (bzr r15023.2.6)
* Migrate more widgets to Gtk::GridAlex Valavanis2014-08-231-2/+18
| | | (bzr r13341.1.169)
* Renamed files to better match coding conventionsDenis Declara2012-05-091-0/+19
| | | (bzr r11073.1.31)
* Anchor widget now reads the last alignment from the settings. Anchor ↵Denis Declara2012-04-021-0/+2
| | | | | selection widget is also smaller now. (bzr r11073.1.10)
* Integrated the newly created Anchor-Selection-Widget with the existing "Rows ↵Denis Declara2012-03-281-9/+10
| | | | | | | and Columns" panel. Code still needs documentation and cleenup however. (bzr r11073.1.5)
* Added anchor-selection widget, it doesn't do much at the moment, next step ↵Denis Declara2012-03-261-0/+37
will be to wire everything together, btw, you can see the widget in the 'rows and columns' panel (bzr r11073.1.3)