summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/anchor-selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Fix a win compiling bug and coding styleJabiertxo Arraiza Cenoz2018-07-251-18/+14
|
* Fix codding styleJabiertxo Arraiza Cenoz2018-07-251-39/+38
|
* Fixing coding styleJabier Arraiza2018-07-211-1/+1
|
* adding gtk-themeJabier Arraiza2018-07-211-4/+3
|
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-2/+2
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-2/+4
|
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-10/+0
|\ | | | | (bzr r15038)
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-10/+0
| | | | | | (bzr r15023.2.6)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
|/ | | (bzr r15025)
* Migrate more widgets to Gtk::GridAlex Valavanis2014-08-231-1/+15
| | | (bzr r13341.1.169)
* Renamed files to better match coding conventionsDenis Declara2012-05-091-0/+19
| | | (bzr r11073.1.31)
* Edited include order (putting gtkmm in first place) in the hope that it will ↵Denis Declara2012-04-161-1/+1
| | | | | fix the compilation issues on launchpad. (bzr r11073.1.17)
* Anchor widget now reads the last alignment from the settings. Anchor ↵Denis Declara2012-04-021-1/+10
| | | | | 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-68/+14
| | | | | | | 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/+123
will be to wire everything together, btw, you can see the widget in the 'rows and columns' panel (bzr r11073.1.3)