summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Only connect color profile event when building against LCMS.Emmanuel Gil Peyrot2019-01-231-1/+1
| | | | | | | | Fixes a build failure with -DENABLE_LCMS=OFF.
* | SelectToolbar: GtkAction migrationAlexander Valavanis2019-01-226-299/+738
| |
* | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-01-2214-75/+31
|\ \
| * | Fix some typos and syntax errorsMattia Rizzolo2019-01-2210-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | Some of the typos fixes are in libcroco code. They are already fixed in upstream's git (https://bugzilla.gnome.org/show_bug.cgi?id=776798). Also fix a bunch of "allow to" (with the missing object). Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
| * | Move main menu bar from desktop-widget to inkscape-window.Tavmjong Bah2019-01-224-58/+14
| | |
* | | Get rid of unused empty toolbox creationAlexander Valavanis2019-01-221-22/+5
|/ /
* | Tidy up toolbox utilitiesAlexander Valavanis2019-01-2225-164/+180
| |
* | Tidy more memory mgmt in toolbarsAlexander Valavanis2019-01-226-45/+10
| |
* | NodeToolbar: Fix initialisationAlexander Valavanis2019-01-226-37/+12
| |
* | NodeToolbar: Fix initialisationAlexander Valavanis2019-01-221-1/+2
| |
* | Tidy memory management in toolbarsAlexander Valavanis2019-01-221-7/+6
| |
* | Tidy memory management in toolbarsAlexander Valavanis2019-01-223-33/+12
| |
* | Tidy up toolbox codeAlexander Valavanis2019-01-2220-82/+70
| |
* | Cleanup unused toolbar codeAlexander Valavanis2019-01-2120-160/+9
| |
* | More clean-up of code copied from sp_create_window().Tavmjong Bah2019-01-201-32/+6
| |
* | No longer use widget data to store pointer to window.Tavmjong Bah2019-01-202-19/+1
| |
* | No longer use widget data to store pointer to desktop.Tavmjong Bah2019-01-201-2/+0
| |
* | No longer use widget data to store pointer to desktop widget.Tavmjong Bah2019-01-205-12/+31
| |
* | Use document rather than namedview in creating desktop widget.Tavmjong Bah2019-01-203-6/+9
| |
* | Update potfiles and add overridesMarc Jeanmougin2019-01-2013-13/+13
| |
* | Get rid of unneccessary type conversions (SPDesktopWidget <-> SPViewWidget).Tavmjong Bah2019-01-193-7/+5
| |
* | Remove sp_create_window().Tavmjong Bah2019-01-195-111/+89
| |
* | Move drag-and-drop code to separate file.Tavmjong Bah2019-01-196-493/+596
| |
* | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-01-1923-1096/+107
|\ \
| * | Disable app menu (deprecated in GTK 3.32).Tavmjong Bah2019-01-191-1/+3
| | |
| * | Remove unneeded document unref.Tavmjong Bah2019-01-191-2/+0
| | |
| * | Remove debugging statements from displacemnet filter rendering code.Tavmjong Bah2019-01-191-5/+0
| | |
| * | fix compilation with HAVE_CAIRO_PDF=0Thomas Holder2019-01-187-28/+12
| | |
| * | Remove crashes when using attributes XML dialog with Objects dialog open (II)Jabier Arraiza2019-01-182-8/+13
| | |
| * | Remove crashes when using attributes XML dialogJabiertxof2019-01-181-13/+15
| | |
| * | Remove unwanted atributes from text and comment nodesJabiertxof2019-01-181-4/+10
| | |
| * | Allow edit comment nodes with the XMLInspectorJabier Arraiza2019-01-171-1/+5
| | |
| * | Allow edit text nodes with the XMLInspectorJabiertxof2019-01-172-6/+29
| | |
| * | Remove confusing and broken save as PNG optionMarc Jeanmougin2019-01-174-185/+0
| | |
| * | Merge branch 'fedora-oob-abort' of gitlab.com:tspiteri/inkscapeMarc Jeanmougin2019-01-161-3/+11
| |\ \
| | * | out-of-bounds access on Enter-up-left in new text fieldTrevor Spiteri2019-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reproduce using: 1. Select text tool (F8) 2. Click on empty canvas 3. Hit Enter 4. Hit Up 5. Hit Left
| | * | out-of-bounds access on Enter-up-down in new text fieldTrevor Spiteri2019-01-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1612618 Reproduce using: 1. Select text tool (F8) 2. Click on empty canvas 3. Hit Enter 4. Hit Up 5. Hit Down
| | * | out-of-bounds access on clicking at end of text fieldTrevor Spiteri2019-01-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1608371 https://bugs.launchpad.net/inkscape/+bug/1803553 Reproduce using: 1. Select text tool (F8) 2. Click on empty canvas 3. Type "abc" 4. Click somewhere else 5. Click in first text field after "c" in "abc"
| | * | out-of-bounds access on Enter in new text fieldTrevor Spiteri2019-01-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1575842 Reproduce using: 1. Select text tool (F8) 2. Click on empty canvas 3. Hit Enter
| * | | Remove unused files.Tavmjong Bah2019-01-165-842/+0
| | | |
| * | | Make InkscapeWindow responsible for adding window to app.Tavmjong Bah2019-01-162-3/+14
| |/ / | | | | | | | | | Prevents premature program termination if original window deleted.
* / / derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-1945-6201/+7252
|/ /
* | Initialize unused variable.Tavmjong Bah2019-01-151-1/+1
| |
* | Use ink_file_open in sp_file_open.Tavmjong Bah2019-01-154-52/+68
| |
* | Update error messages.Tavmjong Bah2019-01-151-2/+2
| |
* | std::unique_ptr<_ObserverData>Thomas Holder2019-01-142-14/+9
| |
* | std::unique_ptr<PrefNodeObserver>Thomas Holder2019-01-142-10/+3
| |
* | Add correct tooltips for Cap height and x-height.Gyuris Gellért2019-01-141-2/+2
| |
* | Misc. typo and whitespace fixesluz.paz2019-01-148-10/+10
| | | | | | Found via `codespell` and `atom editor`
* | Fixing Bug #1811551: GCC is not liking missing string_literal in ↵Kishore Debnath2019-01-141-2/+2
| | | | | | | | g_strdup_printf(). In this change, I'm adding string literal and this is revoming the compilation problem in mac.