summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/gridarrangetab.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-09Renamed files to better match coding conventionsDenis Declara1-786/+0
(bzr r11073.1.31)
2012-04-27Code Refactoreing. Moved parts of the code from tile.cpp tile.h to ↵Denis Declara1-198/+6
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)
2012-04-24Added first support for elliptical arrangementsDenis Declara1-3/+24
(bzr r11073.1.19)
2012-04-19Improved UI of PolarArrangement Tab and connected some widgets to events ↵Denis Declara1-6/+72
(now parts of the GUI disable themselves when needed) (bzr r11073.1.18)
2012-04-15Added some POC code to move objects aroundDenis Declara1-0/+12
(bzr r11073.1.16)
2012-04-15Improved User interface.Denis Declara1-4/+27
Added controls for Center, Radius and Angles. Note that none of them actually do something yet (bzr r11073.1.14)
2012-04-09Added initial gui for polar arrangement tabDenis Declara1-8/+45
(bzr r11073.1.13)
2012-04-04Changed enum used for alignment, which hopefully will fix daily deb builds.Denis Declara1-1/+1
(bzr r11073.1.11)
2012-04-02Anchor widget now reads the last alignment from the settings. Anchor ↵Denis Declara1-0/+4
selection widget is also smaller now. (bzr r11073.1.10)
2012-03-31Brought old code, "Rows and Columns" in it's own class. Added a separate ↵Denis Declara1-35/+63
class for the panel. Still some cleanup to do. (bzr r11073.1.8)
2012-03-29Removed some commented code, which i replaced, and is therefore no longer used.Denis Declara1-69/+0
(bzr r11073.1.7)
2012-03-28Integrated the newly created Anchor-Selection-Widget with the existing "Rows ↵Denis Declara1-37/+19
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/+1
will be to wire everything together, btw, you can see the widget in the 'rows and columns' panel (bzr r11073.1.3)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
(bzr r11018)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2012-02-06(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-4/+2
(bzr r10946)
2012-01-03More deprecated GtkTooltipsAlex Valavanis1-5/+5
(bzr r10827)
2011-11-05increase max values in rows&cols dialog. increase significant digitsJohan B. C. Engelen1-4/+4
Fixed bugs: - https://launchpad.net/bugs/268576 (bzr r10726)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-8/+8
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen1-1/+1
item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
(bzr r10347.1.2)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-2/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2011-04-16upgrade the spinboxes in tile dialog. (alignment is a bit awkward, have ↵Johan B. C. Engelen1-48/+26
tried to fix it, but didnt work out) (bzr r10172)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
(bzr r10067)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(bzr r10025)
2010-12-29Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem1-7/+14
(bzr r9989)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-1/+1
SPDocument based methods (bzr r9546.1.3)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
(bzr r9546.1.2)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-9/+9
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2010-04-06Fixed use of dialogs in more than one window, and tile problem with ↵Jon A. Cruz1-27/+33
selection. Fixes bug #556233. Fixed bugs: - https://launchpad.net/bugs/556233 (bzr r9297)
2009-06-16Separated "Arrange" as button caption from "Arrange" as menu itemAlexandre Prokoudine1-1/+1
(bzr r8087)
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-2/+2
(bzr r7332)
2009-02-09Fix some console warning spam (most cannot be fixed, unfortunately)Krzysztof Kosi??ski1-4/+4
(bzr r7257)
2009-01-06Warning and whitespace cleanup.Jon A. Cruz1-6/+4
(bzr r7083)
2008-11-21Merge from fe-movedTed Gould1-12/+9
(bzr r6891)
2008-10-27From trunkTed Gould1-82/+73
(bzr r6885)
2008-10-11Merging from trunkTed Gould1-13/+10
(bzr r6884)
2008-09-19by default, try square arrangement, not 1 row as beforebulia byak1-5/+8
(bzr r6847)
2008-09-18Yet another NR ==> Geom changeMaximilian Albert1-31/+30
(bzr r6840)
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-9/+9
(bzr r6593)
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-8/+8
(bzr r6569)
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-8/+8
(bzr r5915)
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-1/+1
(bzr r5884)
2008-01-30rename grid arrange to rows and columnsbulia byak1-1/+1
(bzr r4617)
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-5/+5
started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
2007-11-22The dialog to panel refactoring:gustav_b1-7/+5
* Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
2007-11-10Warning cleanupJon A. Cruz1-1/+1
(bzr r4052)
2007-08-29Dockable dialogs patch applied gustav_b1-2/+2
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
2007-03-11Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY1-4/+4
recent bbox regressions. (bzr r2604)