summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-275-0/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | (bzr r10067)
* NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-10/+22
| | | (bzr r10065)
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-1/+1
| | | (bzr r10064)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-217-141/+152
| | | (bzr r10060)
* Bucket. Lowering the maximum shrink value (see Bug #587769, Paint Bucket: ↵Nicolas Dufour2011-02-181-1/+1
| | | | | Upper/lower value in context menu of Grow/shrink are unrealistic). (bzr r10057)
* Translations. Context removed in filter-enums (context support too complex ↵Nicolas Dufour2011-02-031-3/+3
| | | | | to be added here) and replaced with context in input and toolbox where needed. inkscape.pot and fr.po updated accordingly. (bzr r10030)
* update to latest 2geom !Johan B. C. Engelen2011-02-025-7/+7
| | | (bzr r10025)
* check for element modification before filling undo stackAdib Taraben2010-12-301-36/+72
| | | | | | Fixed bugs: - https://launchpad.net/bugs/510618 (bzr r9991)
* Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" ↵Kris De Gussem2010-12-233-13/+32
| | | | | dialogs (Bug 170765) (bzr r9981)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-232-1/+2
| | | | | header. (bzr r9978.1.1)
* Handle missing, inaccessible and misnamed cache directories.Jon A. Cruz2010-12-211-26/+38
| | | (bzr r9974)
* Unify stat type for older glib.Jon A. Cruz2010-12-211-0/+8
| | | (bzr r9972)
* Enable icon disk cache by default.Jon A. Cruz2010-12-211-1/+1
| | | (bzr r9970)
* Clear cached items when state is invalid.Jon A. Cruz2010-12-211-3/+145
| | | (bzr r9955.1.12)
* C++-ification.Jon A. Cruz2010-12-182-124/+146
| | | (bzr r9955.1.8)
* Fix other fallback icon lookup.Jon A. Cruz2010-12-181-12/+13
| | | (bzr r9955.1.7)
* Add missing include\.Jon A. Cruz2010-12-181-0/+1
| | | (bzr r9955.1.6)
* Fix fallback icon loading order for icons with legacy names.Jon A. Cruz2010-12-181-91/+70
| | | (bzr r9955.1.5)
* Use subdirectories with icon sizes.Jon A. Cruz2010-12-181-17/+42
| | | | | Perform work only when cache loading is enabled. (bzr r9955.1.4)
* Prune initial timer work.Jon A. Cruz2010-12-181-27/+0
| | | (bzr r9955.1.3)
* Merge from trunk.Jon A. Cruz2010-12-181-20/+16
|\ | | | | (bzr r9955.1.2)
| * Simple tracking of time to display dialogs and main window.Jon A. Cruz2010-12-181-0/+18
| | | | | | (bzr r9966)
* | Simple first pass for rough timingJon A. Cruz2010-12-172-20/+105
|/ | | (bzr r9955.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-1215-177/+196
|\ | | | | (bzr r9945.1.1)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-122-2/+3
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-032-4/+4
| | | | | | (bzr r9546.1.4)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-029-69/+69
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-018-19/+19
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-294-19/+18
| | | | | | | | | | 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)
* | Fix version check for wheel selector.Jon A. Cruz2010-12-081-0/+4
| | | | | | (bzr r9943)
* | Workaround for GTK not scaling the color wheel to match available space.Jon A. Cruz2010-12-071-0/+47
| | | | | | (bzr r9942)
* | Remove custom color wheel widget in favor of the (relatively) recent GtkHSV. ↵Jon A. Cruz2010-12-066-1259/+28
| | | | | | | | | | | | | | | | Fixes bug #170046. Fixed bugs: - https://launchpad.net/bugs/170046 (bzr r9941)
* | Stop background rendering once crash handler is triggered.Jon A. Cruz2010-12-061-4/+7
| | | | | | (bzr r9940)
* | C++ cleanup on patch.Jon A. Cruz2010-12-021-14/+9
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/665316 - https://launchpad.net/bugs/669537 (bzr r9932)
* | Fix crashes caused by spinbutton focus problems.Krzysztof Kosi??ski2010-11-251-9/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Patch from Adnois Papaderos. Fixed bugs: - https://launchpad.net/bugs/665316 - https://launchpad.net/bugs/669537 (bzr r9923)
| * | Fix Bug #669537 - crash when activating "snap to path"Adonis Papaderos2010-11-251-9/+10
| | | | | | | | | | | | | | | mode after changing stroke width (no focus-out-event) (bzr r9917.3.1)
* | | Fix Bug #447385 - Drag'n'drop from swatches doesn't always workAdonis Papaderos2010-11-251-18/+7
|/ / | | | | (bzr r9917.1.1)
* | Fix ruler redraw issue on GTK 2.22Krzysztof Kosi??ski2010-11-181-506/+176
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/627134 (bzr r9905)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-1743-43/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | Cleanups from backports.Jon A. Cruz2010-10-292-24/+22
| | | | | | (bzr r9863)
* | UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 )Kris De Gussem2010-10-253-21/+21
| | | | | | (bzr r9851)
* | Fix for bug #362995 (Default Units in Document Properties ignored).Nicolas Dufour2010-09-241-2/+37
| | | | | | (bzr r9780)
* | Prevent opacity slider changes from going into undo as separate items. Fixes ↵Jon A. Cruz2010-09-151-15/+12
| | | | | | | | | | | | | | | | bug #629300. Fixed bugs: - https://launchpad.net/bugs/629300 (bzr r9762)
* | Stop overrun.Jon A. Cruz2010-09-121-4/+0
| | | | | | (bzr r9756)
* | Connected two toolbar buttons with the associated verbsJasper van de Gronde2010-09-071-6/+12
| | | | | | (bzr r9747)
* | Automatically add shortcuts to tooltipsJasper van de Gronde2010-09-062-6/+8
| | | | | | (bzr r9745)
* | i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-223-19/+6
| | | | | | (bzr r9722)
* | Correct behavior of gradient stops to extract color from swatch when color ↵Jon A. Cruz2010-07-181-27/+10
| | | | | | | | | | is drag-n-drop'ed or selected. (bzr r9620)
* | CSS length attributes must have units.Tavmjong Bah2010-07-101-2/+2
| | | | | | (bzr r9605)