| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prevent dialog from becoming super-wide. | Tavmjong Bah | 2019-05-14 | 1 | -8/+10 |
| | | |||||
| * | Remove support for LCMS 1 | Karl Cheng | 2019-05-12 | 3 | -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 toolbars | Nathan Lee | 2019-04-30 | 1 | -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 100 | Nathan Lee | 2019-04-25 | 3 | -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 | ||||
| * | More document.h cleanup. | Tavmjong Bah | 2019-04-06 | 2 | -4/+4 |
| | | |||||
| * | More cleanup of document.h. | Tavmjong Bah | 2019-04-05 | 2 | -2/+2 |
| | | |||||
| * | Realign and reorder guides UI | Nathan Lee | 2019-04-02 | 2 | -8/+21 |
| | | |||||
| * | Tidy various dialog UIs | Nathan Lee | 2019-04-02 | 2 | -9/+56 |
| | | |||||
| * | An a few more config.h fixes | Patrick Storz | 2019-03-28 | 2 | -8/+0 |
| | | |||||
| * | Realign labels in "Fill and Stroke" dialog | Patrick Storz | 2019-03-22 | 2 | -4/+6 |
| | | |||||
| * | Document Properties: General UI cleanup | Patrick Storz | 2019-03-22 | 6 | -92/+87 |
| | | | | | | | Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup. | ||||
| * | Misc. typos and whitespace fixes | luz.paz | 2019-03-21 | 2 | -4/+4 |
| | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty` | ||||
| * | Tweaks to allow one to reduce size of Text and Font dialog. | Tavmjong Bah | 2019-03-18 | 2 | -5/+9 |
| | | | | | Enabled/addded scrollbars and made style treeview columns resizable. | ||||
| * | Keep font variations widget in sync with CSS style widget. | Tavmjong Bah | 2019-03-18 | 3 | -13/+24 |
| | | |||||
| * | Place vertical iconified docks to the right of dock | Nathan Lee | 2019-03-13 | 1 | -1/+2 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/129 | ||||
| * | Atempt to fix high load in background | octycs | 2019-03-11 | 1 | -4/+4 |
| | | | | | Signed-off-by: octycs <2087987-octycs@users.noreply.gitlab.com> | ||||
| * | Update translation dialog for flipped axis | Nathan Lee | 2019-03-11 | 2 | -10/+0 |
| | | | | | | | Flipping icon no longer works, now that we use icon themes. Fixes https://gitlab.com/inkscape/inkscape/issues/127 | ||||
| * | Merge: Avoid the “using std::*;” or “using namespace std;” construct | Martin Owens | 2019-03-06 | 2 | -15/+7 |
| |\ | |||||
| | * | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 2019-03-06 | 2 | -15/+7 |
| | | | | | | | | | This makes the code a lot less readable and greppable for no reason. | ||||
| * | | Allows 'none' palette to be drag and dropped onto Selected Style | Nathan Lee | 2019-03-06 | 1 | -24/+33 |
| |/ | | | | | | | | Switches drag_target from x_color to x_oswb_color x_color only accepts RGB, while x_oswb_color has None and Clear as distinct types. Fixes https://gitlab.com/inkscape/inbox/issues/79 | ||||
| * | Prevent text dialog to become too wide. | Tavmjong Bah | 2019-02-26 | 1 | -3/+6 |
| | | | | | This is probably not the optimal way to do this and should be studied further. | ||||
| * | Store pixbufs instead of names to reduce calls to sp_get_icon_pixbuf | Martin Owens | 2019-02-20 | 2 | -5/+5 |
| | | |||||
| * | Header cleanup. | Tavmjong Bah | 2019-02-12 | 1 | -1/+0 |
| | | |||||
| * | UnitTracker: Create tool item without using GtkAction | Alexander Valavanis | 2019-02-03 | 2 | -2/+24 |
| | | |||||
| * | TweakToolbar: GtkAction migration | Alexander Valavanis | 2019-02-02 | 2 | -2/+8 |
| | | |||||
| * | clang-tidy recent changes | Alexander Valavanis | 2019-02-01 | 4 | -15/+13 |
| | | |||||
| * | ComboToolItem: Temporary workaround to display pixbuf by default | Alexander Valavanis | 2019-01-31 | 1 | -2/+2 |
| | | |||||
| * | GradientToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 2 | -0/+336 |
| | | |||||
| * | SpinButtonToolItem: Allow default numeric menu descriptions & migrate ↵ | Alexander Valavanis | 2019-01-27 | 2 | -6/+11 |
| | | | | | RectToolbar | ||||
| * | SpinButtonToolItem: Allow custom numeric menu items | Alexander Valavanis | 2019-01-27 | 2 | -5/+37 |
| | | |||||
| * | SpinButtonToolItem: Allow labels on numeric menu | Alexander Valavanis | 2019-01-27 | 2 | -13/+21 |
| | | |||||
| * | SpinButtonToolItem: Make numeric menu items depend on adjustment parameters | Alexander Valavanis | 2019-01-27 | 1 | -19/+15 |
| | | |||||
| * | SpinButtonToolItem: Handle menu-button press | Alexander Valavanis | 2019-01-27 | 1 | -4/+13 |
| | | |||||
| * | SpinButtonToolItem: Create popup menu on right-click | Alexander Valavanis | 2019-01-27 | 2 | -18/+68 |
| | | |||||
| * | SpinButtonToolItem: Handle key events in correct order | Alexander Valavanis | 2019-01-27 | 1 | -3/+3 |
| | | |||||
| * | Toolbars: Fix alt+x focus switching | Alexander Valavanis | 2019-01-27 | 2 | -0/+11 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-01-27 | 1 | -1/+1 |
| |\ | |||||
| | * | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 2019-01-27 | 1 | -1/+1 |
| | | | |||||
| * | | RectToolbar: GtkAction migration (first pass) | Alexander Valavanis | 2019-01-26 | 3 | -1/+118 |
| |/ | |||||
| * | fix CI | Marc Jeanmougin | 2019-01-24 | 2 | -4/+9 |
| | | |||||
| * | SelectToolbar: GtkAction migration | Alexander Valavanis | 2019-01-22 | 2 | -0/+497 |
| | | |||||
| * | fix double construction of Button members | Thomas Holder | 2019-01-03 | 1 | -8/+0 |
| | | |||||
| * | run clang tidy modernize pass | Marc Jeanmougin | 2019-01-02 | 1 | -1/+1 |
| | | |||||
| * | modernize: add overrides | Marc Jeanmougin | 2019-01-02 | 1 | -3/+3 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 9 | -29/+25 |
| | | |||||
| * | Minor style fixes | Marc Jeanmougin | 2019-01-01 | 2 | -3/+3 |
| | | |||||
| * | Move Preview to Inkscape namespace | Alexander Valavanis | 2019-01-01 | 3 | -2/+668 |
| | | |||||
| * | C++ify EekPreview | Alexander Valavanis | 2019-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix namespace naming consistency | Alexander Valavanis | 2018-12-29 | 2 | -7/+11 |
| | | |||||
| * | Move Button to Inkscape namespace | Alexander Valavanis | 2018-12-29 | 2 | -0/+371 |
| | | |||||
