summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/tile.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-4/+4
| | | | | christmas\!) (bzr r11986)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-2/+2
| | | (bzr r11736)
* Fix for 747998 : Align unit menu in Rows Columns dialogJohn Smith2012-09-021-8/+14
| | | (bzr r11639)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-061-4/+2
| | | (bzr r10946)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-5/+5
| | | (bzr r10827)
* increase max values in rows&cols dialog. increase significant digitsJohan B. C. Engelen2011-11-051-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/268576 (bzr r10726)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-8/+8
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-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)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
| | | (bzr r10347.1.2)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* upgrade the spinboxes in tile dialog. (alignment is a bit awkward, have ↵Johan B. C. Engelen2011-04-161-48/+26
| | | | | tried to fix it, but didnt work out) (bzr r10172)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | (bzr r10067)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem2010-12-291-7/+14
| | | (bzr r9989)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-12/+13
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-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)
* | 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-27/+33
| | | | | | | | selection. Fixes bug #556233. Fixed bugs: - https://launchpad.net/bugs/556233 (bzr r9297)
* Separated "Arrange" as button caption from "Arrange" as menu itemAlexandre Prokoudine2009-06-161-1/+1
| | | (bzr r8087)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-2/+2
| | | (bzr r7332)
* Fix some console warning spam (most cannot be fixed, unfortunately)Krzysztof Kosi??ski2009-02-091-4/+4
| | | (bzr r7257)
* Warning and whitespace cleanup.Jon A. Cruz2009-01-061-6/+4
| | | (bzr r7083)
* Merge from fe-movedTed Gould2008-11-211-0/+884
(bzr r6891)