summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/tile.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-5/+0
| | | (bzr r15023.2.7)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Commit a merge to trunk, with probabal errorsMartin Owens2014-03-271-0/+14
|\ | | | | (bzr r11073.1.36)
| * Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | | | | | | has it. (bzr r12353)
| * Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
| * Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-131-0/+14
| | | | | | (bzr r12199)
| * Further migration to Gtk::GridAlex Valavanis2013-03-121-2/+2
| | | | | | (bzr r12196)
| * Fix for 747998 : Align unit menu in Rows Columns dialogJohn Smith2012-09-021-0/+3
| | | | | | (bzr r11639)
* | The Polar Arrange Tab of the Arrange Dialog now hides the parametricDenis Declara2012-05-191-0/+2
| | | | | | | | | | controls until the user selects the corresponding radio button (bzr r11073.1.35)
* | Code Refactoreing. Moved parts of the code from tile.cpp tile.h to ↵Denis Declara2012-04-271-175/+2
| | | | | | | | | | | | | | arrangetab.h, gridarrangetab(.cpp|.h), polararrangetab(.cpp|.h) Also modified the name of the verb used by the "Rows and Columns" dialog to SP_VERB_SELECTION_ARRANGE (bzr r11073.1.21)
* | Improved UI of PolarArrangement Tab and connected some widgets to events ↵Denis Declara2012-04-191-0/+5
| | | | | | | | | | (now parts of the GUI disable themselves when needed) (bzr r11073.1.18)
* | Improved User interface.Denis Declara2012-04-151-2/+13
| | | | | | | | | | Added controls for Center, Radius and Angles. Note that none of them actually do something yet (bzr r11073.1.14)
* | Added initial gui for polar arrangement tabDenis Declara2012-04-091-9/+46
| | | | | | (bzr r11073.1.13)
* | Brought old code, "Rows and Columns" in it's own class. Added a separate ↵Denis Declara2012-03-311-9/+47
| | | | | | | | | | class for the panel. Still some cleanup to do. (bzr r11073.1.8)
* | Integrated the newly created Anchor-Selection-Widget with the existing "Rows ↵Denis Declara2012-03-281-21/+4
| | | | | | | | | | | | | | 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/+3
|/ | | | | | | will be to wire everything together, btw, you can see the widget in the 'rows and columns' panel (bzr r11073.1.3)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+4
| | | (bzr r11018)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+0
| | | (bzr r10827)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-2/+2
| | | (bzr r10176)
* upgrade the spinboxes in tile dialog. (alignment is a bit awkward, have ↵Johan B. C. Engelen2011-04-161-14/+6
| | | | | tried to fix it, but didnt work out) (bzr r10172)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Fixed use of dialogs in more than one window, and tile problem with ↵Jon A. Cruz2010-04-061-4/+1
| | | | | | | | selection. Fixes bug #556233. Fixed bugs: - https://launchpad.net/bugs/556233 (bzr r9297)
* Merge from fe-movedTed Gould2008-11-211-0/+183
(bzr r6891)