summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* warning cleanupJon A. Cruz2008-07-161-1/+1
| | | (bzr r6329)
* fix warningbulia byak2008-07-131-1/+2
| | | (bzr r6287)
* fix reading and setting presetsbulia byak2008-07-131-22/+41
| | | (bzr r6286)
* Add use of themed icon names in addition to older stock iconsJon A. Cruz2008-07-111-12/+53
| | | (bzr r6256)
* tolerance => smoothing, add presetsbulia byak2008-07-091-5/+6
| | | (bzr r6243)
* Fixed icon loading, cacheing and fallback to use stock mechanisms.Jon A. Cruz2008-07-091-40/+98
| | | | | Helps with bugs #167341, #172148 (bzr r6242)
* Use icons in tool overflow menu now that stock icon hook is inJon A. Cruz2008-07-071-1/+6
| | | (bzr r6201)
* Refactoring to be able to use standard themeable iconsJon A. Cruz2008-07-071-76/+82
| | | (bzr r6200)
* fix 245960, switch most of the rest of calligraphic controls to 0..100bulia byak2008-07-071-28/+28
| | | (bzr r6199)
* widgets/select-toolbar.h: Supply missing #includes/declarations so that we ↵Peter Moulder2008-07-051-4/+5
| | | | | don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6191)
* widgets/calligraphic-profile-rename.h: Supply missing #includes/declarations ↵Peter Moulder2008-07-051-0/+1
| | | | | so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6190)
* Warning cleanupJon A. Cruz2008-07-051-7/+7
| | | (bzr r6163)
* Patch so Inkscape will compile on Solaris 10 from LP ↵Joshua L. Blocher2008-07-031-1/+1
| | | | | https://bugs.launchpad.net/inkscape/+bug/245173 (bzr r6133)
* Add new shape 'crescendo' in dropdown box of pen toolMaximilian Albert2008-07-031-0/+1
| | | (bzr r6129)
* First shot at a dropdown selector for various shapes in pen/pencil tool, ↵Maximilian Albert2008-07-031-0/+56
| | | | | | | along the lines of Valerie's blueprint. TODO: more paths for the dropdown, read them from a separate file; show images for the choices, not text (bzr r6127)
* Use hscale instead of scalebutton by defaultJon A. Cruz2008-07-021-4/+0
| | | (bzr r6116)
* Adding use of GtkScaleButton when availableJon A. Cruz2008-07-011-9/+14
| | | (bzr r6105)
* make use of slidersbulia byak2008-06-301-10/+16
| | | (bzr r6104)
* Initial cut of sliders in toolbarsJon A. Cruz2008-06-301-35/+38
| | | (bzr r6096)
* Fixed i18n for overflow menu items.Jon A. Cruz2008-06-301-1/+1
| | | (bzr r6095)
* remove unused functionbulia byak2008-06-281-44/+0
| | | (bzr r6083)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-33/+1
| | | (bzr r6046)
* warning cleanupFelipe Corr??a da Silva Sanches2008-06-221-11/+5
| | | (bzr r6024)
* Changed tools toolbar to use stock GtkToolbar via simple wrapper actions.Jon A. Cruz2008-06-191-44/+225
| | | | | | | Fixes bug #166862. Fixes bug #168677. Fixes bug #168648. (bzr r6000)
* Fixed tool tooltipsJon A. Cruz2008-06-181-17/+19
| | | (bzr r5982)
* Conversion to toolbars and preserve size upon undockJon A. Cruz2008-06-183-69/+98
| | | (bzr r5981)
* patch 188381 for tolerance control on pencilbulia byak2008-06-141-2/+115
| | | (bzr r5942)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-8/+8
| | | (bzr r5884)
* Add 'Mode' label and icon for regular Bezier mode in pen/pencil toolbarMaximilian Albert2008-06-081-17/+64
| | | (bzr r5854)
* marked forgotten translatable messageAlexandre Prokoudine2008-06-041-1/+1
| | | (bzr r5804)
* New 'spiro spline mode' in pen/pencil tool which automatically adds the ↵Maximilian Albert2008-06-041-5/+29
| | | | | spiro spline LPE to newly drawn paths (bzr r5800)
* Added preferences for controlling external image editing and reload.Jon A. Cruz2008-05-181-1/+2
| | | | | Fixes bug #171824. (bzr r5687)
* Fixed warnings from deprecated functionJon A. Cruz2008-05-184-28/+34
| | | (bzr r5686)
* Added external image edit launch and refresh on changedJon A. Cruz2008-05-171-7/+16
| | | (bzr r5685)
* Warning cleanupJon A. Cruz2008-05-172-5/+5
| | | (bzr r5682)
* Warning cleanupJon A. Cruz2008-05-101-2/+2
| | | (bzr r5645)
* Updating deprecated type calls.Jon A. Cruz2008-05-066-80/+103
| | | (bzr r5617)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-042-2/+2
| | | (bzr r5594)
* Initial cut of eraser toolJon A. Cruz2008-04-261-0/+87
| | | (bzr r5524)
* Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug ↵Jon A. Cruz2008-04-253-53/+71
| | | | | #221676. (bzr r5514)
* use the user-specified bounding box typebulia byak2008-04-171-2/+8
| | | (bzr r5460)
* i18n: Added some comments for translators.Marcin Floryan2008-04-151-0/+4
| | | (bzr r5449)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-121-11/+11
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* make delete-preserving-shape the default used by the toolbar delete buttonbulia byak2008-04-101-1/+1
| | | (bzr r5405)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-64/+64
| | | (bzr r5379)
* Enable/disable selection tools to match selectionJon A. Cruz2008-04-051-13/+35
| | | (bzr r5353)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-5/+0
| | | (bzr r5299)
* lay groundwork for non-filter view modeMenTaLguY2008-03-311-2/+2
| | | (bzr r5265)
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵Johan B. C. Engelen2008-03-301-0/+65
| | | | | minimal checking was done with existing Makefile_insert (bzr r5241)