summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Renaming captions and labels in snapping preferences dialog, and inverting ↵Diederik van Lierop2007-12-171-8/+8
| | | | | the behaviour of the 'snap at any distance' checkbox (bzr r4252)
* add default unit to grid preferences.Johan B. C. Engelen2007-12-162-4/+6
| | | (bzr r4238)
* Add default grid settings to Inkscape preferences.Johan B. C. Engelen2007-12-142-1/+77
| | | (bzr r4230)
* Add global snapping toggleDiederik van Lierop2007-12-122-3/+19
| | | (bzr r4221)
* Fixed the filter effects dialog always displaying all the filter settings by ↵Nicholas Bishop2007-12-122-1/+9
| | | | | overriding the behavior of show_all. (bzr r4220)
* Do NOT use frames in the snapping tab in the document properties dialog ;-)Diederik van Lierop2007-12-122-41/+19
| | | (bzr r4218)
* Warning cleanupJon A. Cruz2007-12-121-3/+2
| | | (bzr r4216)
* connected a signal to update the filter primitives list treeview when the ↵Felipe Corr??a da Silva Sanches2007-12-121-0/+2
| | | | | filters dialog is resized (bzr r4214)
* I have added beveled edges to the connections on the filter-effects Felipe Corr??a da Silva Sanches2007-12-111-3/+5
| | | | | dialog (bzr r4213)
* Use frames in the snapping tab in the document properties dialogDiederik van Lierop2007-12-112-24/+41
| | | (bzr r4210)
* r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800Ted Gould2007-12-111-2/+3
| | | | | Builds for me. A couple of changes that broke things. But this works for me (tm). (bzr r4205)
* include header for close commandAdib Taraben2007-12-101-0/+1
| | | (bzr r4204)
* add #include <io.h> to enable win32 compileBob Jamison2007-12-101-0/+1
| | | (bzr r4202)
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-103-0/+238
| | | (bzr r4199)
* minor whitespace adjustmentKees Cook2007-12-101-2/+2
| | | (bzr r4196)
* Init some checkboxes correctly in document-properties dialogDiederik van Lierop2007-12-091-0/+2
| | | (bzr r4195)
* Warning cleanupJon A. Cruz2007-12-081-2/+2
| | | (bzr r4192)
* Fixes for gcc versions before 4.1.xJon A. Cruz2007-12-081-78/+113
| | | (bzr r4191)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-0719-285/+259
| | | | | | | | 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)
* Change title of tab in document properties dialog ("Snap details" -> "Snap ↵Diederik van Lierop2007-12-042-9/+10
| | | | | points") (bzr r4169)
* copyedit labels for claritybulia byak2007-12-021-3/+3
| | | (bzr r4156)
* UI tweaks for CMS view toggleJon A. Cruz2007-12-021-2/+2
| | | (bzr r4152)
* Improve layout of grid document propertiesJohan B. C. Engelen2007-12-012-24/+31
| | | (bzr r4148)
* Implemented per-monitor display adjustment via XICCJon A. Cruz2007-11-242-1/+12
| | | (bzr r4132)
* The dialog to panel refactoring:gustav_b2007-11-2248-477/+435
| | | | | | | | | | | | | | | | | | * 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)
* Display CMS adjustment per-desktop viewJon A. Cruz2007-11-202-30/+15
| | | (bzr r4114)
* Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadlyJohan B. C. Engelen2007-11-181-2/+1
| | | (bzr r4108)
* further work on the gtkmm exception problems in the file ↵Johan B. C. Engelen2007-11-181-2/+7
| | | | | dialog/filedialogimpl-gtkmm.cpp (bzr r4106)
* Fix exception catching, to allow polymorphism. Note to all: always catch by ↵Johan B. C. Engelen2007-11-171-2/+2
| | | | | reference! 17.7 of C++FAQlite (bzr r4099)
* Snap to intersections of line segmentsDiederik van Lierop2007-11-142-5/+17
| | | (bzr r4082)
* fix 1830356bulia byak2007-11-131-8/+8
| | | (bzr r4074)
* * added reference link for translatorsLuca Bruno2007-11-111-0/+1
| | | (bzr r4062)
* Warning cleanupJon A. Cruz2007-11-101-19/+19
| | | (bzr r4052)
* warning cleanupJon A. Cruz2007-11-086-85/+85
| | | (bzr r4043)
* attempt at fixing [ 1679218 ] open/import clicking on a 0 byte image results ↵Johan B. C. Engelen2007-11-081-1/+15
| | | | | in a crash; but for some reason, exception catching does not work... (bzr r4042)
* Improve the user interaction for snapping of bounding boxes, and add an new ↵Diederik van Lierop2007-11-052-29/+74
| | | | | tab in document properties for detailed snapping options (bzr r4033)
* Warning cleanupJon A. Cruz2007-11-042-24/+24
| | | (bzr r4025)
* Diffuse Lighting Filter:Tavmjong Bah2007-10-311-4/+4
| | | | | | | | Specular Lighting Filter: Expand "Surface Scale" range. Increase "Constant" precision. (bzr r3999)
* fix Clear for Scale tabbulia byak2007-10-311-2/+2
| | | (bzr r3998)
* LPE: implement NEW path-along-path effect, i think that old one has become ↵Johan B. C. Engelen2007-10-301-1/+7
| | | | | obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983)
* rename master opacity to opacitybulia byak2007-10-241-1/+1
| | | (bzr r3948)
* Added a Rename menu item to the popup for the filter list in the filter ↵Nicholas Bishop2007-10-172-0/+8
| | | | | effects dialog; equivalent to double-clicking on the filter. (bzr r3921)
* Fixed filter type translation for the filter effects dialog.Nicholas Bishop2007-10-171-1/+1
| | | (bzr r3920)
* Filter effects dialog:Nicholas Bishop2007-10-121-0/+2
| | | | | Fixed bug with columns sizes; if filter primitives are added the treeview and dialog box get wider, but when the filter primitives are removed, the dialog can't be resized back to the smaller size. (bzr r3899)
* implement no-forking optionbulia byak2007-10-112-9/+16
| | | (bzr r3886)
* trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-114-2595/+2594
| | | (bzr r3883)
* (ui/dialog/document-metadata.h, ui/dialog/document-properties.h): Change ↵Peter Moulder2007-10-112-2/+2
| | | | | _prefs_path from gchar* to gchar const *. (bzr r3881)
* Filter effects dialog:Nicholas Bishop2007-10-082-33/+18
| | | | | * Added click-to-edit for labels in the filter list (bzr r3860)
* Filter effects dialog:Nicholas Bishop2007-10-082-87/+46
| | | | | * Added a column of checkboxes to the filter selection list. Setting the checkbox will set that filter to all selected objects. Clearing the checkbox unsets the filter from all selected objects. (bzr r3859)
* - marked forgotten message for translationAlexandre Prokoudine2007-10-071-6/+6
| | | | | | - removed dots from checkboxes (GNOME HIG) - fixed a typo (bzr r3850)