summaryrefslogtreecommitdiffstats
path: root/src/widgets (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-01add basic livecode toolbars-ol1-1/+2
2019-11-23add livecoding tool to toolbars-ol1-0/+3
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-3/+5
- eliminate value_default - make value private (-> _value) - add value() method
2019-10-28refactor: TypedSPIThomas Holder4-7/+7
2019-10-11Reduce memory leak on editing text, etc.Nathan Lee2-7/+20
2019-10-05Fix various minor code problemsMarc Jeanmougin1-3/+1
2019-10-05Fix some memory leaks found by scan-buildMarc Jeanmougin1-2/+1
2019-08-30Improvements and bug fixes to XMLDialogJabier Arraiza1-3/+36
2019-08-22remove HAVE_POTRACEMarc Jeanmougin1-15/+1
2019-08-19Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.Valentin Ionita2-2/+30
2019-08-16fix #385 inbox#765 macOS acceleratorsThomas Holder1-1/+3
- re-fix Cmd-Q confirmation dialog (#383) without the numbers typing regression (#385) - re-fix Alt modifiers (inbox#765) - fix Cmd-A select all text (inbox#765)
2019-08-14fix #383 macOS "ask to save" on CMD+QThomas Holder1-1/+1
2019-08-10Fixes to regresion pointed in RC about text and tooltipsJabier Arraiza1-6/+4
2019-08-07Fix regression on text launch shortcutsJabier Arraiza2-1/+15
2019-08-02Remove line height code and ficx coding styleJabiertxof1-7/+4
2019-08-02Allow tools sensitive when overflow canvas area also fix a bug i couldent ↵Jabiertxof1-1/+9
remember about ruberband selection
2019-07-31Hide spellcheck dialog if Aspell is missingNathan Lee1-1/+1
Hide warnings emitted if Aspell/Potrace missing
2019-07-29Add Patrick improvements to verbs toggle menu itemsJabiertxof1-1/+1
2019-07-19icons: replace deprecated gtk stock iconsPatrick Storz1-2/+1
They seems to be missing in some environments already... Fixes https://gitlab.com/inkscape/inkscape/issues/335
2019-07-17Stop End button selecting first swatch in listNathan Lee2-9/+33
Fix gitlab.com/inkscape/inbox/issues/659
2019-07-15Override navigation in swatch/gradient listNathan Lee2-0/+64
Fix gitlab.com/inkscape/inkscape/issues/237
2019-07-14PoewePencil improvementsJabier Arraiza1-4/+4
2019-07-11macOS menu: "Window" before "Help"Thomas Holder1-0/+14
Closes #322
2019-07-04Use GtkStack for toolbar, fixes https://gitlab.com/inkscape/inkscape/issues/125Marc Jeanmougin1-23/+11
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-06-29Remove gimp ruler.Tavmjong Bah6-1608/+16
2019-06-29Reimplement ruler in C++.Tavmjong Bah2-5/+48
2019-06-23Remove experimental code to work in MR and fixes for selectorsJabier Arraiza1-0/+1
2019-06-22fix inbox#537 macOS Window menuThomas Holder1-0/+1
2019-06-20Remove unused code.Tavmjong Bah3-308/+0
2019-06-17revert 9f72ca52805914ce62d7da1accbef6fe72bd6a46Jabiertxof1-1/+0
2019-06-17Add Vlada sugestion to rulers in roket.chatJabiertxof1-0/+1
2019-06-16Remove deprecated gtk_adjustment_changed() callKarl Cheng1-2/+0
As of GTK 3.18 this has been deprecated, it is no longer required. Also remove gtkmm equivalent Gtk::Adjustment::changed().
2019-06-10Dialogs improvementJabiertxof1-0/+1
2019-06-09SnapToolbar: Stop using GtkActionAlexander Valavanis1-385/+20
2019-06-06Style fixes.Shlomi Fish1-1/+1
Thanks to @Qantas94Heavy 's comments. ---- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish2-5/+5
Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
2019-06-05Finish TextToolbar migrationAlexander Valavanis3-840/+0
2019-06-05TextToolbar: Migrate FontSize widgetAlexander Valavanis2-9/+5
2019-06-04ComboBoxToolItem: Rebase on ToolItemAlexander Valavanis2-65/+60
2019-05-29macOS: gtk-mac-integrationThomas Holder2-0/+21
2019-05-29Hackfest 2019: C++ify ComboBoxEntryActionAlexander Valavanis2-646/+422
2019-05-28Hackfest2019: Drop deprecated prep-method for toolbarsAlexander Valavanis1-163/+52
2019-05-28Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis2-13/+18
2019-05-28Hackfest2019: Drop unused EgeAdjustmentActionAlexander Valavanis5-1385/+0
2019-05-27Strip out all content from TextToolbarAlexander Valavanis1-1/+1
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis6-66/+1
2019-05-20Fix alignment of ruler ticksDiederik van Lierop2-18/+20
2019-05-12Remove support for LCMS 1Karl Cheng2-19/+19
Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014
2019-05-12Retrieve pattern object from ID before castingKarl Cheng1-14/+18
The actual pattern object itself needs to be retrieved before casting as SP_PATTERN(). You can't magically get an SPPattern* out of a gchar*. Also move SP_IS_PATTERN() check to before it is used. Fixes: https://bugs.launchpad.net/inkscape/+bug/1378595