summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* rip out gtkmmification of print dialog, to temporarily solve LP: #176018Kees Cook2007-12-302-53/+79
| | | (bzr r4336)
* adjust cairo bitmap origin offset fixupKees Cook2007-12-302-2/+2
| | | (bzr r4335)
* always show grids when adding new gridJohan B. C. Engelen2007-12-291-0/+3
| | | (bzr r4333)
* clean up print dialog for better integration with gtkmmKees Cook2007-12-293-41/+33
| | | (bzr r4331)
* correct build_gridspageJohan B. C. Engelen2007-12-291-5/+2
| | | (bzr r4330)
* Add icons to document properties grid table :-)Johan B. C. Engelen2007-12-292-2/+36
| | | (bzr r4329)
* fix crit bug #168570 Crash when recreating grid using 'redo'Johan B. C. Engelen2007-12-231-0/+1
| | | (bzr r4289)
* Fixed the parenting of the print dialog so that it cannot fall behind the ↵Joel Holdsworth2007-12-222-3/+3
| | | | | main inkscape desktop window (bzr r4278)
* 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-172-11/+11
| | | | | 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-164-4/+33
| | | (bzr r4238)
* Add default grid settings to Inkscape preferences.Johan B. C. Engelen2007-12-145-2/+113
| | | (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)
* r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800Ted Gould2007-12-111-0/+1
| | | | | Adding in attr-widget.h (bzr r4208)
* 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-106-0/+396
| | | (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-0721-286/+301
| | | | | | | | 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)
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-011-3/+3
| | | (bzr r4150)
* Improve layout of grid document propertiesJohan B. C. Engelen2007-12-012-24/+31
| | | (bzr r4148)
* Remove debug messagesJohan B. C. Engelen2007-11-281-2/+0
| | | (bzr r4141)
* Menu item to toggle CMS adjustment on and offJon A. Cruz2007-11-263-43/+52
| | | (bzr r4138)
* Implemented per-monitor display adjustment via XICCJon A. Cruz2007-11-242-1/+12
| | | (bzr r4132)
* 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-2253-722/+776
| | | | | | | | | | | | | | | | | | * 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-183-2/+5
| | | (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)
* * typo fixedLuca Bruno2007-11-111-3/+3
| | | (bzr r4060)
* Minor cleanupJon A. Cruz2007-11-112-31/+31
| | | (bzr r4056)
* Warning cleanupJon A. Cruz2007-11-103-92/+98
| | | (bzr r4052)