| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Add @doctormo UX improvements | Jabiertxof | 2019-06-11 | 3 | -306/+361 | |
| * | | | | trying to improbe @doctormo feedback | Jabier Arraiza | 2019-06-11 | 4 | -15/+43 | |
| * | | | | Fix coding style | Jabier Arraiza | 2019-06-11 | 2 | -7/+7 | |
| * | | | | Add panned to XMLDialog and ArrtDialog | Jabier Arraiza | 2019-06-11 | 5 | -36/+74 | |
| * | | | | Move XMLDialog and Attributes Dialog to Gtk::Paned | Jabier Arraiza | 2019-06-10 | 4 | -22/+69 | |
| * | | | | Fix typos by PeterK. | Jabiertxof | 2019-06-10 | 1 | -4/+4 | |
| * | | | | Add shortcut | Jabiertxof | 2019-06-10 | 2 | -3/+2 | |
| * | | | | Dialogs improvement | Jabiertxof | 2019-06-10 | 4 | -6/+6 | |
| * | | | | Fix pos on toggle | Jabiertxof | 2019-06-10 | 1 | -0/+1 | |
| * | | | | Fix dialog order | Jabier Arraiza | 2019-06-10 | 3 | -3/+3 | |
| * | | | | Fixing coding style | Jabier Arraiza | 2019-06-10 | 7 | -101/+92 | |
| * | | | | Move from XMLDialog to another paned dialog | Jabier Arraiza | 2019-06-10 | 11 | -200/+220 | |
| * | | | | Fix typo bug found by PeterK | Jabiertxof | 2019-06-10 | 1 | -2/+2 | |
| * | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-06-09 | 7 | -273/+353 | |
| |\ \ \ \ | ||||||
| | * | | | | CMake: Use bin subfolder for binaries on Windows | Patrick Storz | 2019-06-09 | 1 | -17/+5 | |
| | * | | | | Minor cleanup (remove unneeded win32-specific defines) | Patrick Storz | 2019-06-09 | 3 | -8/+1 | |
| | * | | | | rsync with last merge in 2Geom | Jabier Arraiza | 2019-06-08 | 1 | -0/+1 | |
| | * | | | | fix rebase | Jabier Arraiza | 2019-06-08 | 1 | -1/+0 | |
| | * | | | | fix coding style | Jabier Arraiza | 2019-06-08 | 2 | -47/+40 | |
| | * | | | | Fixes on selector dialog based in LGM input | Jabier Arraiza | 2019-06-08 | 2 | -246/+352 | |
| * | | | | | SnapToolbar: Stop using GtkAction | Alexander Valavanis | 2019-06-09 | 4 | -385/+494 | |
| |/ / / / | ||||||
| * | | | | Preferences: Work around issue with parsing unsigned integers | Patrick Storz | 2019-06-08 | 3 | -3/+19 | |
| * | | | | Stop crash when Text > Outermost element is active | Nathan Lee | 2019-06-08 | 1 | -1/+4 | |
| * | | | | fix inbox#549 Rectangle missing left side | Thomas Holder | 2019-06-08 | 1 | -0/+3 | |
| * | | | | Flush crash message to ensure it's actually printed and update link | Patrick Storz | 2019-06-07 | 1 | -1/+3 | |
| * | | | | Remove _argv0 from Inkscape::Application | Patrick Storz | 2019-06-07 | 5 | -32/+9 | |
| * | | | | TextToolbar: Fix superscript/subscript handling | Alexander Valavanis | 2019-06-07 | 1 | -1/+1 | |
| * | | | | ComboBoxEntryToolItem: Add tooltip support (Fix issue #290) | Alexander Valavanis | 2019-06-07 | 1 | -1/+1 | |
| * | | | | ComboToolItem: Add tooltip support (Partial fix for issue #290) | Alexander Valavanis | 2019-06-07 | 1 | -0/+2 | |
| * | | | | ComboToolItem: Add missing proxy-menu label | Alexander Valavanis | 2019-06-07 | 1 | -1/+1 | |
| * | | | | Use share/inkscape subfolder on Windows | Patrick Storz | 2019-06-06 | 1 | -30/+4 | |
| * | | | | Fix build (loading icon). | Tavmjong Bah | 2019-06-06 | 1 | -1/+2 | |
| * | | | | Style fixes. | Shlomi Fish | 2019-06-06 | 5 | -10/+10 | |
| * | | | | Refactoring: call setAttribute() directly. | Shlomi Fish | 2019-06-06 | 33 | -105/+105 | |
| * | | | | Remove unused libyaml dependency | Patrick Storz | 2019-06-05 | 1 | -5/+1 | |
| * | | | | Merge branch 'text-toolbar-migration' | Alexander Valavanis | 2019-06-05 | 38 | -3665/+1471 | |
| |\ \ \ \ | ||||||
| | * | | | | Finish TextToolbar migration | Alexander Valavanis | 2019-06-05 | 6 | -46/+37 | |
| | * | | | | TextToolbar: Migrate FontStyle widget | Alexander Valavanis | 2019-06-05 | 2 | -29/+24 | |
| | * | | | | TextToolbar: Migrate FontSize widget | Alexander Valavanis | 2019-06-05 | 4 | -55/+49 | |
| | * | | | | ComboBoxToolItem: Rebase on ToolItem | Alexander Valavanis | 2019-06-04 | 4 | -75/+70 | |
| | * | | | | Hackfest 2019: C++ify ComboBoxEntryAction | Alexander Valavanis | 2019-05-29 | 4 | -672/+451 | |
| | * | | | | Hackfest2019: Add an entry to ComboBoxToolItem | Alexander Valavanis | 2019-05-28 | 2 | -6/+10 | |
| | * | | | | Hackfest2019: Drop deprecated prep-method for toolbars | Alexander Valavanis | 2019-05-28 | 1 | -163/+52 | |
| | * | | | | Hackfest2019: Get rid of deprecated InkSelectOneAction | Alexander Valavanis | 2019-05-28 | 22 | -507/+93 | |
| | * | | | | Hackfest2019: Drop unused EgeAdjustmentAction | Alexander Valavanis | 2019-05-28 | 8 | -1394/+0 | |
| | * | | | | Hackfest2019: TextToolbar: Start GtkAction migration | Alexander Valavanis | 2019-05-28 | 6 | -418/+383 | |
| | * | | | | Strip out all content from TextToolbar | Alexander Valavanis | 2019-05-27 | 3 | -9/+11 | |
| * | | | | | Merge changes | Alexander Valavanis | 2019-06-05 | 31 | -480/+1652 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Use a flowbox when there are more than two options for font feature settings. | Tavmjong Bah | 2019-06-05 | 1 | -40/+55 | |
| | * | | | | Fix coding style and and fix retaining var | Jabier Arraiza | 2019-06-04 | 1 | -4/+1 | |
