summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/anchor-selector.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-08Clarify licensesMax Gaukler1-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
2018-07-25Fix a win compiling bug and coding styleJabiertxo Arraiza Cenoz1-18/+14
2018-07-25Fix codding styleJabiertxo Arraiza Cenoz1-39/+38
2018-07-21Fixing coding styleJabier Arraiza1-1/+1
2018-07-21adding gtk-themeJabier Arraiza1-4/+3
2017-07-06Gtkmm deprecation fixesAlexander Valavanis1-2/+2
2017-06-29Remove old icon handling codeAlexander Valavanis1-2/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28ui/widgets: Drop GTK2 fallbacksAlex Valavanis1-10/+0
(bzr r15023.2.6)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2014-08-23Migrate more widgets to Gtk::GridAlex Valavanis1-1/+15
(bzr r13341.1.169)
2012-05-09Renamed files to better match coding conventionsDenis Declara1-0/+19
(bzr r11073.1.31)
2012-04-16Edited include order (putting gtkmm in first place) in the hope that it will ↵Denis Declara1-1/+1
fix the compilation issues on launchpad. (bzr r11073.1.17)
2012-04-02Anchor widget now reads the last alignment from the settings. Anchor ↵Denis Declara1-1/+10
selection widget is also smaller now. (bzr r11073.1.10)
2012-03-28Integrated the newly created Anchor-Selection-Widget with the existing "Rows ↵Denis Declara1-68/+14
and Columns" panel. Code still needs documentation and cleenup however. (bzr r11073.1.5)
2012-03-26Added anchor-selection widget, it doesn't do much at the moment, next step ↵Denis Declara1-0/+123
will be to wire everything together, btw, you can see the widget in the 'rows and columns' panel (bzr r11073.1.3)