| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gray out widgets when grid is disabled. | Johan B. C. Engelen | 2008-01-26 | 2 | -5/+5 |
| | | | | (bzr r4594) | ||||
| * | Hide the Image filter effect primitive from the filter effects dialog. Files ↵ | Nicholas Bishop | 2008-01-17 | 1 | -0/+14 |
| | | | | | | containing that filter will still show the filter in the dialog, but the settings area warns that the filter is not yet implemented in Inkscape. (bzr r4537) | ||||
| * | RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> ↵ | gustav_b | 2008-01-17 | 2 | -39/+32 |
| | | | | | | instead of old RegisteredWdg (bzr r4530) | ||||
| * | remove unnecessary cast + cosmetic changes. | Johan B. C. Engelen | 2008-01-16 | 2 | -42/+63 |
| | | | | (bzr r4524) | ||||
| * | RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 3 | -79/+46 |
| | | | | | | RegisteredWdg (bzr r4523) | ||||
| * | RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 2 | -47/+23 |
| | | | | | | RegisteredWdg (bzr r4521) | ||||
| * | No need to use pointers for the widgets of document-properties.cpp, so don't. | Johan B. C. Engelen | 2008-01-16 | 1 | -0/+3 |
| | | | | | | Add easy upcast to gtk::widget to registered-widget.h (bzr r4520) | ||||
| * | r17673@shi: ted | 2008-01-15 23:01:59 -0800 | Ted Gould | 2008-01-16 | 1 | -1/+0 |
| | | | | | | SVK messed this up (bzr r4511) | ||||
| * | r17645@shi: ted | 2008-01-14 22:05:15 -0800 | Ted Gould | 2008-01-16 | 1 | -0/+2 |
| | | | | | | pre0 marking (bzr r4505) | ||||
| * | RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton> | Johan B. C. Engelen | 2008-01-15 | 2 | -77/+39 |
| | | | | (bzr r4500) | ||||
| * | RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated ↵ | Johan B. C. Engelen | 2008-01-15 | 3 | -61/+115 |
| | | | | | | | | class, all that use it should be recoded and RegisteredWdg should be deleted as soon as possible. The *new* RegisteredWidget is a template class and should be subclassed (eventually) from Gtk::Widget, for example RegisteredWidget<Scalar> will be subclassed from Scalar, which is subclassed from Labelled, => Gtk::HBox => Gtk::Widget. This way, a RegisteredWidget<T> can be directly used as Gtk::Widget, and gtk::manage works, etc! This all should solve the problem of having multiple widgets for the same parameters. (bzr r4496) | ||||
| * | stop toggling insensitive state for modification flag updates (fixes ↵ | MenTaLguY | 2008-01-15 | 2 | -5/+6 |
| | | | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491) | ||||
| * | abstract use of sodipodi:modified | MenTaLguY | 2008-01-15 | 2 | -3/+3 |
| | | | | (bzr r4490) | ||||
| * | make blend versus blur more configurable on a case-by-case basis | MenTaLguY | 2008-01-01 | 4 | -10/+19 |
| | | | | (bzr r4357) | ||||
| * | fix update on layer switch and work around some blur-related glitches | MenTaLguY | 2008-01-01 | 5 | -12/+17 |
| | | | | (bzr r4356) | ||||
| * | separate blend history for objects versus layers | MenTaLguY | 2008-01-01 | 2 | -5/+14 |
| | | | | (bzr r4355) | ||||
| * | first crack at enabling blend for layers dialog | MenTaLguY | 2008-01-01 | 2 | -14/+39 |
| | | | | (bzr r4354) | ||||
| * | abstraction for style widget subjects | MenTaLguY | 2008-01-01 | 5 | -71/+364 |
| | | | | (bzr r4353) | ||||
| * | factor filter and opacity controls into separate metawidget | MenTaLguY | 2008-01-01 | 3 | -0/+368 |
| | | | | (bzr r4352) | ||||
| * | Set teeth selector in lpe-gears to an integer value >= 3. | Bryce Harrington | 2007-12-30 | 2 | -18/+18 |
| | | | | | | Fix trailing whitespace. (bzr r4342) | ||||
| * | beautify rendering options tab | Kees Cook | 2007-12-30 | 2 | -35/+66 |
| | | | | (bzr r4337) | ||||
| * | clean up print dialog for better integration with gtkmm | Kees Cook | 2007-12-29 | 1 | -1/+1 |
| | | | | (bzr r4331) | ||||
| * | guides: switch from using one position coordinate to Geom::Point point_on_line | Johan B. C. Engelen | 2007-12-19 | 1 | -4/+2 |
| | | | | (bzr r4258) | ||||
| * | Renaming captions and labels in snapping preferences dialog, and inverting ↵ | Diederik van Lierop | 2007-12-17 | 1 | -3/+3 |
| | | | | | | the behaviour of the 'snap at any distance' checkbox (bzr r4252) | ||||
| * | start of getting angled guidelines. | Johan B. C. Engelen | 2007-12-16 | 1 | -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. Engelen | 2007-12-16 | 2 | -0/+27 |
| | | | | (bzr r4238) | ||||
| * | Add default grid settings to Inkscape preferences. | Johan B. C. Engelen | 2007-12-14 | 3 | -1/+36 |
| | | | | (bzr r4230) | ||||
| * | r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800 | Ted Gould | 2007-12-11 | 1 | -0/+1 |
| | | | | | | Adding in attr-widget.h (bzr r4208) | ||||
| * | Implement cross-architecture print dialog using cairo and PNG backends. | Kees Cook | 2007-12-10 | 3 | -0/+158 |
| | | | | (bzr r4199) | ||||
| * | Rework dialog management. Use singleton behavior for dialogs when | gustav_b | 2007-12-07 | 2 | -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. Cruz | 2007-12-01 | 1 | -3/+3 |
| | | | | (bzr r4150) | ||||
| * | Remove debug messages | Johan B. C. Engelen | 2007-11-28 | 1 | -2/+0 |
| | | | | (bzr r4141) | ||||
| * | Fix [ 1835591 ] Reproducible crash on opening the attached file | Johan B. C. Engelen | 2007-11-23 | 2 | -8/+30 |
| | | | | (bzr r4129) | ||||
| * | The dialog to panel refactoring: | gustav_b | 2007-11-22 | 5 | -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 broadly | Johan B. C. Engelen | 2007-11-18 | 2 | -0/+4 |
| | | | | (bzr r4108) | ||||
| * | * typo fixed | Luca Bruno | 2007-11-11 | 1 | -3/+3 |
| | | | | (bzr r4060) | ||||
| * | Minor cleanup | Jon A. Cruz | 2007-11-11 | 1 | -17/+17 |
| | | | | (bzr r4056) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-10 | 2 | -73/+79 |
| | | | | (bzr r4052) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 1 | -58/+58 |
| | | | | (bzr r4043) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -16/+16 |
| | | | | (bzr r4012) | ||||
| * | marked three messages from color gestures for translation | Alexandre Prokoudine | 2007-10-31 | 1 | -3/+3 |
| | | | | (bzr r3987) | ||||
| * | add alt dragging for no change mode | bulia byak | 2007-10-30 | 2 | -14/+32 |
| | | | | (bzr r3974) | ||||
| * | punctuation | bulia byak | 2007-10-25 | 1 | -2/+2 |
| | | | | (bzr r3961) | ||||
| * | Dockable dialogs: Allow in-dock dialogs to be expanded even if there's | gustav_b | 2007-10-25 | 2 | -1/+26 |
| | | | | | | no "slack". (bzr r3960) | ||||
| * | change cursor for color gestures | bulia byak | 2007-10-24 | 2 | -0/+46 |
| | | | | (bzr r3956) | ||||
| * | whitespace | bulia byak | 2007-10-24 | 1 | -66/+66 |
| | | | | (bzr r3955) | ||||
| * | enable color gestures for fill and stroke | bulia byak | 2007-10-24 | 2 | -14/+175 |
| | | | | (bzr r3950) | ||||
| * | new class for widgets adjustable by rotation-like gestures | bulia byak | 2007-10-24 | 3 | -0/+205 |
| | | | | (bzr r3949) | ||||
| * | Fix RegisteredWidgets. Due to rev 16265, widgets were no longer initialized. ↵ | Johan B. C. Engelen | 2007-10-19 | 1 | -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 workaround | Johan B. C. Engelen | 2007-10-16 | 1 | -9/+4 |
| | | | | (bzr r3913) | ||||
