summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...Jon A. Cruz2011-06-0416-30/+16
|\
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-0312-26/+12
* | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-046-14/+17
|/
* Queue swatch updates during periods of high UI usage, such as dragging gradie...Jon A. Cruz2011-05-302-3/+89
* add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen2011-05-262-2/+14
* Fixing bug 600267: "Languages are not sorted alphabetically in Inkscape prefe...Felipe Corr??a da Silva Sanches2011-05-231-0/+25
* actually fontforge flipping of y-axis for svgfont glyphs is compliant with th...Felipe Corr??a da Silva Sanches2011-05-222-5/+25
* Remove flipping of y-axis from methods that get curves from selection in the ...Felipe Corr??a da Silva Sanches2011-05-201-13/+0
* Reinstating version bump.Jon A. Cruz2011-05-202-22/+0
* Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-192-0/+22
* Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-182-22/+0
* Font Editor. Fix for Bug #706506 (Crash when kerning an empty pair).Nicolas Dufour2011-04-211-1/+4
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-172-13/+13
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-168-25/+27
* remove superfluous includesJohan B. C. Engelen2011-04-161-2/+0
* upgrade the spinboxes in tile dialog. (alignment is a bit awkward, have tried...Johan B. C. Engelen2011-04-162-62/+32
* convert guideline dialog to ui/widget/... newer widgets.Johan B. C. Engelen2011-04-142-77/+68
* add expression evaluator for spinbox input boxes. also knows a little about u...Johan B. C. Engelen2011-04-131-3/+0
* Use the subclassed SpinButton class for numeric inputs, such that '.' and ','...Johan B. C. Engelen2011-04-111-1/+1
* revert silly error in r10147Johan B. C. Engelen2011-04-111-1/+1
* Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment w...Nicolas Dufour2011-04-111-3/+3
* add a subclassed spinbutton class. this numeric entry box accepts both ',' an...Johan B. C. Engelen2011-04-082-6/+7
* allow other than numeric characters in guideline dialogJohan B. C. Engelen2011-04-081-3/+3
* automatically apply and close guideline dialog when pressing enter in X, Y an...Johan B. C. Engelen2011-04-081-3/+8
* remember status of relative checkbox for guideline dialogJohan B. C. Engelen2011-04-082-1/+6
* Filters: labels consistency fix.Nicolas Dufour2011-04-011-2/+3
* Last renamings of headers in Inkscape preferences (Bug #560751)Kris De Gussem2011-03-171-7/+7
* Preferences. Fix for Bug #686193 (Make linked offsets respect Relink duplicat...Nicolas Dufour2011-03-171-1/+1
* automatically enter current filename in windows save as dialog.Johan B. C. Engelen2011-03-151-0/+11
* fixing duplicate author name in about box: "Aurélio Adnauer Heckert"Felipe Corr??a da Silva Sanches2011-03-091-2/+1
* About. Fix for Bug #216386 (Help-window build-date text is clipped).Nicolas Dufour2011-03-031-1/+2
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-275-0/+5
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-225-50/+73
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-46/+52
* Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally d...Nicolas Dufour2011-02-216-290/+345
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-212-5/+5
* Fixed uninitialized member variables.Jon A. Cruz2011-02-071-4/+11
* Translations. Context removed in filter-enums (context support too complex to...Nicolas Dufour2011-02-031-1/+1
* update to latest 2geom !Johan B. C. Engelen2011-02-024-10/+10
* Translations. French translation minor update.Nicolas Dufour2011-02-021-273/+279
* OCAL. Fix for Bug #638844 (Errors printed to console if openclipart search fa...Nicolas Dufour2011-01-311-1/+1
* Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem2010-12-291-2/+2
* Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem2010-12-291-7/+14
* Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" dialo...Kris De Gussem2010-12-232-4/+7
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-1/+1
* Simple tracking of time to display dialogs and main window.Jon A. Cruz2010-12-181-2/+16
* Mnemonics in fill and stroke dialog and menuKris De Gussem2010-12-171-1/+1
* Win32 post-GSoC fixups.Jon A. Cruz2010-12-151-6/+6
* Prevent localized doubles from being written into filter matricesKrzysztof Kosi??ski2010-12-121-1/+4
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-1221-220/+276
|\