summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make blend versus blur more configurable on a case-by-case basisMenTaLguY2008-01-014-10/+19
| | | (bzr r4357)
* fix update on layer switch and work around some blur-related glitchesMenTaLguY2008-01-015-12/+17
| | | (bzr r4356)
* separate blend history for objects versus layersMenTaLguY2008-01-012-5/+14
| | | (bzr r4355)
* first crack at enabling blend for layers dialogMenTaLguY2008-01-012-14/+39
| | | (bzr r4354)
* abstraction for style widget subjectsMenTaLguY2008-01-015-71/+364
| | | (bzr r4353)
* factor filter and opacity controls into separate metawidgetMenTaLguY2008-01-013-0/+368
| | | (bzr r4352)
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-302-18/+18
| | | | | Fix trailing whitespace. (bzr r4342)
* beautify rendering options tabKees Cook2007-12-302-35/+66
| | | (bzr r4337)
* clean up print dialog for better integration with gtkmmKees Cook2007-12-291-1/+1
| | | (bzr r4331)
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-191-4/+2
| | | (bzr r4258)
* Renaming captions and labels in snapping preferences dialog, and inverting ↵Diederik van Lierop2007-12-171-3/+3
| | | | | the behaviour of the 'snap at any distance' checkbox (bzr r4252)
* start of getting angled guidelines.Johan B. C. Engelen2007-12-161-1/+1
| | | | | | define guide's normal instead of vertical/horizontal. rendering is not implemented for angled guides yet. (bzr r4243)
* add default unit to grid preferences.Johan B. C. Engelen2007-12-162-0/+27
| | | (bzr r4238)
* Add default grid settings to Inkscape preferences.Johan B. C. Engelen2007-12-143-1/+36
| | | (bzr r4230)
* r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800Ted Gould2007-12-111-0/+1
| | | | | Adding in attr-widget.h (bzr r4208)
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-103-0/+158
| | | (bzr r4199)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-072-1/+42
| | | | | | | | started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-011-3/+3
| | | (bzr r4150)
* Remove debug messagesJohan B. C. Engelen2007-11-281-2/+0
| | | (bzr r4141)
* Fix [ 1835591 ] Reproducible crash on opening the attached fileJohan B. C. Engelen2007-11-232-8/+30
| | | (bzr r4129)
* The dialog to panel refactoring:gustav_b2007-11-225-245/+341
| | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
* Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadlyJohan B. C. Engelen2007-11-182-0/+4
| | | (bzr r4108)
* * typo fixedLuca Bruno2007-11-111-3/+3
| | | (bzr r4060)
* Minor cleanupJon A. Cruz2007-11-111-17/+17
| | | (bzr r4056)
* Warning cleanupJon A. Cruz2007-11-102-73/+79
| | | (bzr r4052)
* warning cleanupJon A. Cruz2007-11-081-58/+58
| | | (bzr r4043)
* warning cleanupJon A. Cruz2007-11-021-16/+16
| | | (bzr r4012)
* marked three messages from color gestures for translationAlexandre Prokoudine2007-10-311-3/+3
| | | (bzr r3987)
* add alt dragging for no change modebulia byak2007-10-302-14/+32
| | | (bzr r3974)
* punctuationbulia byak2007-10-251-2/+2
| | | (bzr r3961)
* Dockable dialogs: Allow in-dock dialogs to be expanded even if there'sgustav_b2007-10-252-1/+26
| | | | | no "slack". (bzr r3960)
* change cursor for color gesturesbulia byak2007-10-242-0/+46
| | | (bzr r3956)
* whitespacebulia byak2007-10-241-66/+66
| | | (bzr r3955)
* enable color gestures for fill and strokebulia byak2007-10-242-14/+175
| | | (bzr r3950)
* new class for widgets adjustable by rotation-like gesturesbulia byak2007-10-243-0/+205
| | | (bzr r3949)
* Fix RegisteredWidgets. Due to rev 16265, widgets were no longer initialized. ↵Johan B. C. Engelen2007-10-191-24/+0
| | | | | This is now fixed: setValue and its siblings should always set the widget to something, regardless _wr->isUpdating(). (bzr r3931)
* runaway random number widget workaroundJohan B. C. Engelen2007-10-161-9/+4
| | | (bzr r3913)
* Fix checkbuttons of LPEs. Should no longer crash, should no longer need ↵Johan B. C. Engelen2007-10-161-2/+25
| | | | | clicking multiple times to see effect. (bzr r3912)
* trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-115-676/+676
| | | (bzr r3883)
* noop: ui/widget/selected-style.cpp: Change a local var to be more const, to ↵Peter Moulder2007-10-111-1/+1
| | | | | avoid char* string literal warnings from g++-4.2. (bzr r3882)
* fixing undo problems with LPE widgets. Not completely fixed yet. ↵Johan B. C. Engelen2007-09-276-19/+83
| | | | | CheckButtons still crash, and some changes are not recorded in the history (try the random parameters of curve stitching) (bzr r3809)
* Changed preference to use file chooser buttonJon A. Cruz2007-09-262-26/+52
| | | (bzr r3806)
* Define DockItems' floating state properly. Fixes some issues withgustav_b2007-09-254-12/+15
| | | | | floating docks. (bzr r3799)
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-242-16/+16
| | | (bzr r3791)
* Add functions for showing a specific notebook page in the F&S dialog,gustav_b2007-09-201-6/+19
| | | | | | replaced the use of the old sp_object_properties_{fill,stroke} with them. (bzr r3780)
* Add scrolling of dock on DockItem::present.gustav_b2007-09-203-3/+26
| | | (bzr r3777)
* Add handling of focus tabbing for GdlDockItem + various DockItem focusgustav_b2007-09-161-2/+11
| | | | | fixes. (bzr r3764)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-153-10/+8
| | | (bzr r3753)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b2007-09-103-78/+113
| | | | | cleanups. (bzr r3718)