summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix issue on theme changeJabier Arraiza2019-07-082-13/+1
|
* Fix coding styleJabiertxof2019-07-081-1/+0
|
* Allow pop in front and disable color buttons viewJabiertxof2019-07-082-9/+12
|
* Coding Style FixesJabiertxof2019-07-081-7/+2
|
* Add coloring default to themeJabiertxof2019-07-081-2/+6
|
* Add initial commitJabiertxof2019-07-081-0/+5
|
* Initial code to fixJabiertxof2019-07-082-7/+17
|
* Fix various minor typosYuri Chornoivan2019-07-013-3/+3
|
* Remove gimp ruler.Tavmjong Bah2019-06-291-3/+6
|
* Make ruler tickes line up with other GUI elements (e.g. grids).Tavmjong Bah2019-06-291-1/+1
|
* Fix rendering on high DPI screens.Tavmjong Bah2019-06-292-8/+11
|
* Reimplement ruler in C++.Tavmjong Bah2019-06-292-0/+545
|
* Merge branch 'gtk3-deprecated' of gitlab.com:Qantas94Heavy/inkscapeMarc Jeanmougin2019-06-204-23/+6
|\
| * Remove custom tab order in Document PropertiesKarl Cheng2019-06-162-8/+0
| | | | | | | | | | | | | | | | | | | | | | The method for handling custom tab order in GTK (set_focus_chain) has been deprecated since GTK 3.24 with no direct replacement. I've decided to remove this code as the code did not seem to make any difference during testing: the tab order appeared to be the same. Regardless, 'Page -> Custom size' in Document Properties is the only place that it's used, so the impact should be fairly limited anyway.
| * Replace deprecated Gtk::Menu::popup() -> popup_at_pointer()Karl Cheng2019-06-162-15/+6
| |
* | Show correct selected font feature for large listsNathan Lee2019-06-181-1/+1
|/
* PageSizer: Avoid writing terminating NULL to pages.csvPatrick Storz2019-06-151-1/+1
|
* PageSizer: Allow spaces in pages.csvPatrick Storz2019-06-142-80/+70
|
* PageSizer: Do not require portrait page sizesPatrick Storz2019-06-141-3/+4
| | | | | | | Lift needless expectation that all pages are defined as portrait. Fixes assertion errors that were triggered for the landscape paper formats in the list and prevented proper page size lookup.
* fix coding styleJabier Arraiza2019-06-135-12/+6
|
* Fix CI problemJabiertxof2019-06-133-3/+3
|
* Fix step valueJabiertxof2019-06-131-5/+5
|
* Try to fix issue with focus with thomas and add also stops to combos and ↵Jabiertxof2019-06-136-11/+32
| | | | unitcombos
* Improve event handleJabier Arraiza2019-06-131-2/+2
|
* allow page increments with control keyJabier Arraiza2019-06-131-0/+3
|
* Fixes hover scrool bugJabiertxof2019-06-132-2/+31
|
* Update comments to match reality.Tavmjong Bah2019-06-122-4/+5
|
* ComboBoxEntryToolItem: Add tooltip support (Fix issue #290)Alexander Valavanis2019-06-071-1/+1
|
* ComboToolItem: Add tooltip support (Partial fix for issue #290)Alexander Valavanis2019-06-071-0/+2
|
* ComboToolItem: Add missing proxy-menu labelAlexander Valavanis2019-06-071-1/+1
|
* Fix build (loading icon).Tavmjong Bah2019-06-061-1/+2
|
* Merge branch 'text-toolbar-migration'Alexander Valavanis2019-06-0510-498/+922
|\
| * Finish TextToolbar migrationAlexander Valavanis2019-06-052-0/+839
| |
| * Hackfest2019: Add an entry to ComboBoxToolItemAlexander Valavanis2019-05-282-6/+10
| |
| * Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis2019-05-284-475/+5
| |
| * Hackfest2019: TextToolbar: Start GtkAction migrationAlexander Valavanis2019-05-284-17/+68
| |
* | Merge changesAlexander Valavanis2019-06-052-15/+57
|\ \ | |/ |/|
| * Use a flowbox when there are more than two options for font feature settings.Tavmjong Bah2019-06-051-40/+55
| | | | | | | | Improves display of options.
| * Fixing coding styleJabier Arraiza2019-06-021-4/+2
| |
| * Remove lock button from XML dialogJabier Arraiza2019-06-021-4/+7
| |
| * fix coding styleJabier Arraiza2019-06-021-2/+3
| |
| * Add CSS and remove XML toggler buttonJabier Arraiza2019-06-021-3/+3
| |
| * Styling fixes and remove a crashJabier Arraiza2019-06-021-0/+1
| |
* | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-05-261-7/+0
|\|
| * Fix gradient toolbar comboboxes and reverseNathan Lee2019-05-261-7/+0
| | | | | | | | https://gitlab.com/inkscape/inkscape/issues/224
* | Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-2610-135/+9
|/
* Prevent dialog from becoming super-wide.Tavmjong Bah2019-05-141-8/+10
|
* Remove support for LCMS 1Karl Cheng2019-05-123-48/+44
| | | | | | | 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
* Make display unit change roll out to toolbarsNathan Lee2019-04-301-0/+2
| | | | | | | Add exception for measure tool, which uses preferences Fixes https://gitlab.com/inkscape/inbox/issues/393 Partial fix: https://gitlab.com/inkscape/inkscape/issues/208
* Change Alpha slider max from 255 to 100Nathan Lee2019-04-253-16/+3
| | | | | | | Also stops normalising alpha values 0..1 to 0..100. No longer necessary (useful when max value was 255). Fixes https://gitlab.com/inkscape/inkscape/issues/165