| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | rip out gtkmmification of print dialog, to temporarily solve LP: #176018 | Kees Cook | 2007-12-30 | 2 | -53/+79 | |
| | | | | (bzr r4336) | |||||
| * | adjust cairo bitmap origin offset fixup | Kees Cook | 2007-12-30 | 2 | -2/+2 | |
| | | | | (bzr r4335) | |||||
| * | always show grids when adding new grid | Johan B. C. Engelen | 2007-12-29 | 1 | -0/+3 | |
| | | | | (bzr r4333) | |||||
| * | clean up print dialog for better integration with gtkmm | Kees Cook | 2007-12-29 | 3 | -41/+33 | |
| | | | | (bzr r4331) | |||||
| * | correct build_gridspage | Johan B. C. Engelen | 2007-12-29 | 1 | -5/+2 | |
| | | | | (bzr r4330) | |||||
| * | Add icons to document properties grid table :-) | Johan B. C. Engelen | 2007-12-29 | 2 | -2/+36 | |
| | | | | (bzr r4329) | |||||
| * | fix crit bug #168570 Crash when recreating grid using 'redo' | Johan B. C. Engelen | 2007-12-23 | 1 | -0/+1 | |
| | | | | (bzr r4289) | |||||
| * | Fixed the parenting of the print dialog so that it cannot fall behind the ↵ | Joel Holdsworth | 2007-12-22 | 2 | -3/+3 | |
| | | | | | | main inkscape desktop window (bzr r4278) | |||||
| * | 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 | 2 | -11/+11 | |
| | | | | | | 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 | 4 | -4/+33 | |
| | | | | (bzr r4238) | |||||
| * | Add default grid settings to Inkscape preferences. | Johan B. C. Engelen | 2007-12-14 | 5 | -2/+113 | |
| | | | | (bzr r4230) | |||||
| * | Add global snapping toggle | Diederik van Lierop | 2007-12-12 | 2 | -3/+19 | |
| | | | | (bzr r4221) | |||||
| * | Fixed the filter effects dialog always displaying all the filter settings by ↵ | Nicholas Bishop | 2007-12-12 | 2 | -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 Lierop | 2007-12-12 | 2 | -41/+19 | |
| | | | | (bzr r4218) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-12-12 | 1 | -3/+2 | |
| | | | | (bzr r4216) | |||||
| * | connected a signal to update the filter primitives list treeview when the ↵ | Felipe Corr??a da Silva Sanches | 2007-12-12 | 1 | -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 Sanches | 2007-12-11 | 1 | -3/+5 | |
| | | | | | | dialog (bzr r4213) | |||||
| * | Use frames in the snapping tab in the document properties dialog | Diederik van Lierop | 2007-12-11 | 2 | -24/+41 | |
| | | | | (bzr r4210) | |||||
| * | 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) | |||||
| * | r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800 | Ted Gould | 2007-12-11 | 1 | -2/+3 | |
| | | | | | | Builds for me. A couple of changes that broke things. But this works for me (tm). (bzr r4205) | |||||
| * | include header for close command | Adib Taraben | 2007-12-10 | 1 | -0/+1 | |
| | | | | (bzr r4204) | |||||
| * | add #include <io.h> to enable win32 compile | Bob Jamison | 2007-12-10 | 1 | -0/+1 | |
| | | | | (bzr r4202) | |||||
| * | Implement cross-architecture print dialog using cairo and PNG backends. | Kees Cook | 2007-12-10 | 6 | -0/+396 | |
| | | | | (bzr r4199) | |||||
| * | minor whitespace adjustment | Kees Cook | 2007-12-10 | 1 | -2/+2 | |
| | | | | (bzr r4196) | |||||
| * | Init some checkboxes correctly in document-properties dialog | Diederik van Lierop | 2007-12-09 | 1 | -0/+2 | |
| | | | | (bzr r4195) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-12-08 | 1 | -2/+2 | |
| | | | | (bzr r4192) | |||||
| * | Fixes for gcc versions before 4.1.x | Jon A. Cruz | 2007-12-08 | 1 | -78/+113 | |
| | | | | (bzr r4191) | |||||
| * | Rework dialog management. Use singleton behavior for dialogs when | gustav_b | 2007-12-07 | 21 | -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 Lierop | 2007-12-04 | 2 | -9/+10 | |
| | | | | | | points") (bzr r4169) | |||||
| * | copyedit labels for clarity | bulia byak | 2007-12-02 | 1 | -3/+3 | |
| | | | | (bzr r4156) | |||||
| * | UI tweaks for CMS view toggle | Jon A. Cruz | 2007-12-02 | 1 | -2/+2 | |
| | | | | (bzr r4152) | |||||
| * | Warning cleanup (including OFFSET_OF warning) | Jon A. Cruz | 2007-12-01 | 1 | -3/+3 | |
| | | | | (bzr r4150) | |||||
| * | Improve layout of grid document properties | Johan B. C. Engelen | 2007-12-01 | 2 | -24/+31 | |
| | | | | (bzr r4148) | |||||
| * | Remove debug messages | Johan B. C. Engelen | 2007-11-28 | 1 | -2/+0 | |
| | | | | (bzr r4141) | |||||
| * | Menu item to toggle CMS adjustment on and off | Jon A. Cruz | 2007-11-26 | 3 | -43/+52 | |
| | | | | (bzr r4138) | |||||
| * | Implemented per-monitor display adjustment via XICC | Jon A. Cruz | 2007-11-24 | 2 | -1/+12 | |
| | | | | (bzr r4132) | |||||
| * | 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 | 53 | -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 view | Jon A. Cruz | 2007-11-20 | 2 | -30/+15 | |
| | | | | (bzr r4114) | |||||
| * | Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadly | Johan B. C. Engelen | 2007-11-18 | 3 | -2/+5 | |
| | | | | (bzr r4108) | |||||
| * | further work on the gtkmm exception problems in the file ↵ | Johan B. C. Engelen | 2007-11-18 | 1 | -2/+7 | |
| | | | | | | dialog/filedialogimpl-gtkmm.cpp (bzr r4106) | |||||
| * | Fix exception catching, to allow polymorphism. Note to all: always catch by ↵ | Johan B. C. Engelen | 2007-11-17 | 1 | -2/+2 | |
| | | | | | | reference! 17.7 of C++FAQlite (bzr r4099) | |||||
| * | Snap to intersections of line segments | Diederik van Lierop | 2007-11-14 | 2 | -5/+17 | |
| | | | | (bzr r4082) | |||||
| * | fix 1830356 | bulia byak | 2007-11-13 | 1 | -8/+8 | |
| | | | | (bzr r4074) | |||||
| * | * added reference link for translators | Luca Bruno | 2007-11-11 | 1 | -0/+1 | |
| | | | | (bzr r4062) | |||||
| * | * typo fixed | Luca Bruno | 2007-11-11 | 1 | -3/+3 | |
| | | | | (bzr r4060) | |||||
| * | Minor cleanup | Jon A. Cruz | 2007-11-11 | 2 | -31/+31 | |
| | | | | (bzr r4056) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-10 | 3 | -92/+98 | |
| | | | | (bzr r4052) | |||||
