summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug where having a font-family with an uninstalled font (or with aTavmjong Bah2011-07-221-95/+96
| | | | | list of fonts) prevented changing the font family, style, or weight. (bzr r10491)
* Add two new snap icons, and fix toggling bug for a single buttonDiederik van Lierop2011-07-191-1/+1
| | | (bzr r10479)
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-86/+86
| | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
* Merge from trunkKrzysztof Kosi??ski2011-07-061-30/+61
|\ | | | | (bzr r10347.1.5)
| * Implement decent snapping to text (baseline & anchor), and provide a toggle ↵Diederik van Lierop2011-06-301-0/+18
| | | | | | | | | | button for this (as requested in LP bug #727281 ) (bzr r10392)
| * - Add a third group of snap sources/targets, called ¨others¨ (before we ↵Diederik van Lierop2011-06-261-4/+23
| | | | | | | | | | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372)
| * Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-15/+15
| |\ | | | | | | (bzr r10365)
| | * Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-15/+15
| | | | | | | | | (bzr r10350.1.8)
| * | Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-3/+3
| |\| | | | | | | (bzr r10363)
| | * Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-3/+3
| | | | | | | | | (bzr r10350.1.5)
| * | warning cleanup (no functional changes)Campbell Barton2011-06-251-2/+2
| | | | | | | | | | | | | | | | | | - enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359)
| * | Removed outdated callback function.Jon A. Cruz2011-06-241-6/+0
| |/ | | | | (bzr r10356)
* / Remove more of libnrKrzysztof Kosi??ski2011-06-231-4/+4
|/ | | (bzr r10347.1.2)
* Merge Cairo rendering branchKrzysztof Kosi??ski2011-06-201-1/+1
|\ | | | | (bzr r10326)
| * Merge from trunkKrzysztof Kosi??ski2011-06-191-22/+93
| |\ | | | | | | (bzr r9508.1.89)
| * \ Merge from trunkKrzysztof Kosi??ski2011-04-071-133/+175
| |\ \ | | | | | | | | (bzr r9508.1.73)
| * \ \ Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-82/+80
| |\ \ \ | | | | | | | | | | (bzr r9508.1.72)
| * \ \ \ Merge from trunkKrzysztof Kosi??ski2010-11-251-10/+16
| |\ \ \ \ | | | | | | | | | | | | (bzr r9508.1.70)
| * \ \ \ \ merge from trunkKrzysztof Kosi??ski2010-08-081-3/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r9508.1.52)
| * | | | | | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r9508.1.48)
* | | | | | | add "Units:" label to the units selection widget for the measurement toolFelipe Corr??a da Silva Sanches2011-06-201-2/+13
| | | | | | | | | | | | | | | | | | | | | (bzr r10324)
* | | | | | | i18n. inkscape.pot update.Nicolas Dufour2011-06-191-1/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n. String fix in the Tweak tool. Translations. Ukrainian translation update by Yuri Chornoivan. Translations. French translation update. (bzr r10321)
* | | | | | Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-4/+4
| | | | | | | | | | | | | | | | | | (bzr r10302.1.2)
* | | | | | toggle units in the measure toolFelipe Corr??a da Silva Sanches2011-06-141-1/+20
| | | | | | | | | | | | | | | | | | (bzr r10302)
* | | | | | more improvements in the measurement tool:Felipe Corr??a da Silva Sanches2011-06-131-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * select elements crossed by the line segment drawn with the tool * allow user to select font size for the length labels (in the toolbar) * use temporary canvas items (bzr r10284)
* | | | | | Replace deprecated GtkSignalAlex Valavanis2011-06-131-2/+2
| | | | | | | | | | | | | | | | | | (bzr r10282.1.1)
* | | | | | Replace deprecated GtkTooltipsAlex Valavanis2011-06-121-14/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10277)
| * | | | | | Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* | | | | | | Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches2011-06-061-1/+14
|/ / / / / / | | | | | | | | | | | | (bzr r10259)
* | | | | | Don't adjust the shink/grow value because we're saving the units.Martin Owens2011-05-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/781244 (bzr r10207.1.1)
* | | | | | Restore modularity to adjustment action.Jon A. Cruz2011-04-191-0/+15
| |_|_|_|/ |/| | | | | | | | | (bzr r10184)
* | | | | Spray:Nicolas Dufour2011-03-291-46/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Spray context code clean-up (coding style and unused code removal). * Shift+k and Shift+l shortcuts inverted to reflect the mode order on azerty and qwerty keyboards. * Up and down keys now modify the population parameter. * Tooltips and status messages consistency fixes. * Old Q_() context replaced with C_() context macro. * Fix default values error in the parameters sliders. * Initial fix for duplicate window parameters update (the pressure button now updates as expected). * Fix a bug when spraying with GDK_SCROLL_DOWN (population value was reset to 100). * Default selcue set to 1, default gradient drag set to 0. Eraser: * Reodering the eraser tool parameters for UI consistency. * Default mode set to Cut out a path, default width set to 10. (bzr r10132)
* | | | | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-46/+57
| | | | | | | | | | | | | | | (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-021-1/+1
| | | | | | | | | | | | | | | (bzr r10025)
* | | | | check for element modification before filling undo stackAdib Taraben2010-12-301-36/+72
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/510618 (bzr r9991)
* | | | Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-73/+75
|\ \ \ \ | | | | | | | | | | (bzr r9945.1.1)
| * | | | SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * | | | New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-45/+45
| |/ / / | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | | | 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 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)
* | | 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)
* | | Cleanups from backports.Jon A. Cruz2010-10-291-2/+2
| | | | | | | | | (bzr r9863)
* | | 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-061-3/+3
| |/ |/| | | (bzr r9745)
* | CSS length attributes must have units.Tavmjong Bah2010-07-101-2/+2
| | | | | | (bzr r9605)
* | Added hidden preference to re-enable floating dialogs on problematic window ↵Jon A. Cruz2010-07-021-1/+2
|/ | | | | managers. (bzr r9557)
* Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz2010-06-161-51/+0
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/170781 - https://launchpad.net/bugs/171663 (bzr r9503)
* Added icons for Superscript and Subscript.Tavmjong Bah2010-06-071-2/+2
| | | (bzr r9490)