summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* apply printing w32 patch ↵Adib Taraben2009-04-241-63/+0
| | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/176 (bzr r7768)
* apply printing w32 patch ↵Adib Taraben2009-04-241-1/+4
| | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/174 (bzr r7767)
* translator comments and minor string fixesIvan Mas??r2009-04-234-11/+14
| | | (bzr r7763)
* Partial fix for bug 193926 , thanks to Preben Soeberg.Jasper van de Gronde2009-04-211-2/+1
| | | (bzr r7752)
* Korean translation update by yongdoriaNicolas Dufour2009-04-201-0/+1
| | | (bzr r7746)
* Restore 0.46 placement of node alignment buttonsKrzysztof Kosi??ski2009-04-161-5/+5
| | | (bzr r7720)
* Fix two legacy icon IDsKrzysztof Kosi??ski2009-04-131-5/+2
| | | (bzr r7711)
* Really fix node alignment icons; add clarifying comment to source.Krzysztof Kosi??ski2009-04-131-4/+7
| | | (bzr r7710)
* Fix compatibility with much older Glibmm version.Jon A. Cruz2009-04-101-4/+56
| | | (bzr r7680)
* Whitespace cleanupJon A. Cruz2009-04-101-41/+41
| | | (bzr r7678)
* Adding initial system info listing.Jon A. Cruz2009-04-102-7/+29
| | | (bzr r7677)
* Changed to more accurate names for toolbar icon sizes (which normally map to ↵Jon A. Cruz2009-04-071-1/+1
| | | | | large toolbar, small toolbar, and menu size) (bzr r7657)
* Fix for bug #338521 - align node buttons did not match 0.46 ordering or ↵Ed Halley2009-04-061-2/+2
| | | | | names. IDs got swapped. (bzr r7633)
* Fix inverted node alignment actionsKrzysztof Kosi??ski2009-04-031-2/+2
| | | (bzr r7610)
* correct labelsbulia byak2009-03-241-2/+2
| | | (bzr r7556)
* Cleaning up PIXMAP_DIR usage.Jon A. Cruz2009-03-241-16/+17
| | | (bzr r7554)
* Track stroke and fill of selected object and flag style palette entries in ↵Jon A. Cruz2009-03-232-2/+138
| | | | | use. Fixes wishlist bug #172179. (bzr r7548)
* Make drag-n-drop preview a gradient image for gradients.Jon A. Cruz2009-03-231-12/+30
| | | (bzr r7545)
* Make simple clicks and menu set match the drag-n-drop color setting.Jon A. Cruz2009-03-221-8/+19
| | | (bzr r7540)
* Fixed warning from double append.Jon A. Cruz2009-03-221-1/+0
| | | (bzr r7538)
* Added rought preview of gradients in swatches.Jon A. Cruz2009-03-212-11/+57
| | | (bzr r7537)
* Cleaning up interface. Moved internals out of .h file.Jon A. Cruz2009-03-212-60/+60
| | | (bzr r7536)
* Added explicit tagging of "solid color gradients" and base context menu to ↵Jon A. Cruz2009-03-212-23/+131
| | | | | add and edit. (bzr r7535)
* Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz2009-03-203-11/+13
| | | (bzr r7528)
* Limit things to single-color gradients until we get gradient previews goingJon A. Cruz2009-03-181-6/+12
| | | (bzr r7516)
* Purged use of INKSCAPE_PIXMAPDIRJon A. Cruz2009-03-181-6/+10
| | | (bzr r7515)
* Initial read-only generation of per-document paletteJon A. Cruz2009-03-172-27/+149
| | | (bzr r7510)
* part of bug #339660; can not use Add/Rename dialog to create layer with no ↵Ed Halley2009-03-091-4/+9
| | | | | proper inkscape:label attribute, otherwise GUI is confused (bzr r7452)
* part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley2009-03-082-3/+4
| | | (bzr r7443)
* deleting layer also hid layers, missing 'break' statementEd Halley2009-03-081-0/+1
| | | (bzr r7441)
* Reworked internals of color and drag-n-drop.Jon A. Cruz2009-03-081-109/+19
| | | (bzr r7439)
* Moving dnd data generation into the generic ColorDef class.Jon A. Cruz2009-03-071-140/+51
| | | (bzr r7433)
* Hide the new 'clear' swatch for nowJon A. Cruz2009-03-051-1/+1
| | | (bzr r7423)
* Adding clear-color swatch to complement no-color.Jon A. Cruz2009-03-052-11/+30
| | | (bzr r7422)
* Add option to only flash paths for node tool when none is selected. Applies ↵Jon A. Cruz2009-03-052-0/+3
| | | | | patch from bug #336490. (bzr r7420)
* Removed boolean "remove" from swatch, used new type enum in ColorDef.Jon A. Cruz2009-03-042-28/+48
| | | (bzr r7411)
* Cleanup and prep for more workJon A. Cruz2009-03-042-44/+19
| | | (bzr r7410)
* Adding some no-color to drag-n-dropJon A. Cruz2009-03-031-5/+69
| | | (bzr r7402)
* Added work-around for broken themes that fill in with gtk_paint_border, ↵Jon A. Cruz2009-02-272-0/+7
| | | | | including gtk-qt-engine. Fixes bug #281809. (bzr r7387)
* reenable inkboard compilationtheAdib2009-02-261-7/+7
| | | (bzr r7383)
* fix win buildJohan B. C. Engelen2009-02-241-1/+4
| | | (bzr r7365)
* add spellcheck page, copyedit on other pagesbulia byak2009-02-242-29/+115
| | | (bzr r7362)
* Fix whiteboard compilation.Krzysztof Kosi??ski2009-02-241-6/+6
| | | (bzr r7360)
* Snapping of guides now turned on by default, and fixed initialization of the ↵Diederik van Lierop2009-02-221-1/+2
| | | | | that checkbox (bzr r7352)
* Translators updatedNicolas Dufour2009-02-211-0/+1
| | | (bzr r7342)
* fix typo that breaks buildAdib Taraben2009-02-211-1/+1
| | | (bzr r7341)
* Update the author list in aboutbox.Krzysztof Kosi??ski2009-02-211-12/+44
| | | (bzr r7339)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-2120-26/+3859
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+1
| | | | | rather than for every subdirectory. (bzr r7336)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-196-110/+93
| | | (bzr r7332)