| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -4/+3 | |
| | | ||||||
| * | Revert "menu-items: C++ify" | Alexander Valavanis | 2017-06-28 | 1 | -8/+5 | |
| | | | | | This reverts commit d483c2ab23354cf5ea58a2d2225ab464b77f6614. | |||||
| * | menu-items: C++ify | Alexander Valavanis | 2017-06-28 | 1 | -5/+8 | |
| | | ||||||
| * | Use Glib::ustring to simplify title string code. | Tavmjong Bah | 2017-06-14 | 1 | -55/+39 | |
| | | ||||||
| * | Add entry for canvas rotate step in Inkscape Preferences dialog. | Tavmjong Bah | 2017-03-21 | 1 | -2/+3 | |
| | | | | | | Change default rotation step to 15 degrees. (bzr r15605) | |||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -157/+176 | |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | |||||
| * | Fix zoom reference point when using desktop's zoom widget. | Tavmjong Bah | 2017-03-14 | 1 | -2/+4 | |
| | | | | (bzr r15594) | |||||
| * | Replace rectangle based zooming by affine based zooming. | Tavmjong Bah | 2017-03-13 | 1 | -13/+7 | |
| | | | | | | | | | This allows a rotation to be included in the drawing to window mapping. General code cleanup. Added documentation. Any change to zooming behavior is probably a bug. (bzr r15592) | |||||
| * | Fix field width of rotation input text | Eduard Braun | 2017-03-07 | 1 | -1/+1 | |
| | | | | (bzr r15574) | |||||
| * | Sync code of "sp_dtw_zoom_input()" with code of "sp_dtw_rotation_input()" ↵ | Eduard Braun | 2017-03-06 | 1 | -7/+12 | |
| | | | | | | | | from previous commit. This allows to enter numbers with both dot (.) and comma (,) as decimal separator independently of the system locale. (bzr r15573) | |||||
| * | Fix Inkscape crashing on Windows (and possibly other OSs) if $LANG is set to ↵ | Eduard Braun | 2017-03-06 | 1 | -12/+15 | |
| | | | | | | | | | | | anything but "C". The crash was caused by a call to "std::locale("")" which threw an error because std::locale support is not fully implemented in libstdc++ yet (see linked bug for details). Fixed bugs: - https://launchpad.net/bugs/1666314 (bzr r15572) | |||||
| * | Fix bug pointed by suv on IRC bad using of unicode degree sign | Jabiertxof | 2017-03-06 | 1 | -9/+9 | |
| | | | | (bzr r15570) | |||||
| * | Merged. | Shlomi Fish | 2017-02-06 | 1 | -10/+208 | |
| |\ | | | | | (bzr r15369.1.18) | |||||
| | * | Remove some unneeded < C++11 fallback code | Alex Valavanis | 2017-02-06 | 1 | -5/+0 | |
| | | | | | | | (bzr r15485) | |||||
| | * | Prevent display units from effecting 'line-height' unit. | Tavmjong Bah | 2017-02-01 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | Allow relative units to be saved in preferences for 'line-height'. Fixed bugs: - https://launchpad.net/bugs/1562217 (bzr r15462) | |||||
| | * | Fix Bug:1659253. Thanks houz and jazzynico | Tobias Ellinghaus | 2017-01-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1659253 (bzr r15458) | |||||
| | * | [Bug #1659297] 'Theme parsing error' messages in trunk rev 15447. | suv-lp | 2017-01-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1659297 (bzr r15455) | |||||
| | * | Comented one of the shortcuts for doc rotate because bad response now ↵ | Jabier Arraiza Cenoz | 2017-01-25 | 1 | -1/+1 | |
| | | | | | | | | | | | interactive mode onlu fire with CTRL+MMB (bzr r15445) | |||||
| | * | merge lp:~inkscape.dev/inkscape/doc_rotate | Jabier Arraiza Cenoz | 2017-01-24 | 1 | -6/+202 | |
| | |\ | | | | | | | (bzr r15444) | |||||
| | | * | fixing to new trunk | Jabiertxof | 2017-01-24 | 1 | -7/+0 | |
| | | |\ | | |/ | |/| | (bzr r15142.1.38) | |||||
| | | * | Some bug fixes and improvements | Jabier Arraiza Cenoz | 2016-10-25 | 1 | -11/+0 | |
| | | | | | | | | | | (bzr r15142.1.25) | |||||
| | | * | Fix for widget value of rotate | Jabier Arraiza Cenoz | 2016-10-23 | 1 | -3/+10 | |
| | | | | | | | | | | (bzr r15142.1.24) | |||||
| | | * | Add right click rotation panning, some fixes | Jabier Arraiza Cenoz | 2016-10-23 | 1 | -5/+7 | |
| | | | | | | | | | | (bzr r15142.1.23) | |||||
| | | * | Add right click attempt | Jabier Arraiza Cenoz | 2016-10-23 | 1 | -17/+17 | |
| | | | | | | | | | | (bzr r15142.1.20) | |||||
| | | * | Working with rotate preview | Jabier Arraiza Cenoz | 2016-10-19 | 1 | -10/+14 | |
| | | | | | | | | | | (bzr r15142.1.15) | |||||
| | | * | Reposition widget and add degree symbol | Jabier Arraiza Cenoz | 2016-10-15 | 1 | -11/+49 | |
| | | | | | | | | | | (bzr r15142.1.14) | |||||
| | | * | Change from slider to spin | Jabier Arraiza Cenoz | 2016-10-14 | 1 | -79/+87 | |
| | | | | | | | | | | (bzr r15142.1.13) | |||||
| | | * | Working with rotate widget | Jabier Arraiza Cenoz | 2016-10-14 | 1 | -2/+91 | |
| | | | | | | | | | | (bzr r15142.1.11) | |||||
| | | * | Fix some canvas problems and refactorization | Jabier Arraiza Cenoz | 2016-10-10 | 1 | -11/+30 | |
| | | | | | | | | | | (bzr r15142.1.8) | |||||
| | | * | Added widget to to rotate | Jabier Arraiza Cenoz | 2016-10-09 | 1 | -3/+43 | |
| | | | | | | | | | | (bzr r15142.1.7) | |||||
| * | | | Cleanup: remove an unused local enum declaration. | Shlomi Fish | 2017-01-04 | 1 | -8/+0 | |
| |/ / | | | | | (bzr r15369.1.10) | |||||
| * / | fix automatic dockbar resizing | Marc Jeanmougin | 2016-11-11 | 1 | -7/+0 | |
| |/ | | | (bzr r15237) | |||||
| * | Adjust dock size to minimum width during canvas table size allocation signal. | Martin Owens | 2016-10-02 | 1 | -3/+10 | |
| | | | | (bzr r15142) | |||||
| * | Move GIMP widgets to their own folder | Alex Valavanis | 2016-08-08 | 1 | -1/+1 | |
| | | | | (bzr r15043.1.2) | |||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -163/+16 | |
| |\ | | | | | (bzr r15038) | |||||
| | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -162/+16 | |
| | | | | | | | (bzr r15023.2.7) | |||||
| | * | ui/widgets: Drop GTK2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -1/+0 | |
| | | | | | | | (bzr r15023.2.6) | |||||
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -8/+0 | |
| | | | | | | | (bzr r15034) | |||||
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+8 | |
| | | | | | | | (bzr r15027) | |||||
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -8/+0 | |
| |/ | | | (bzr r15025) | |||||
| * | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 2016-05-21 | 1 | -2/+2 | |
| | | | | (bzr r14907) | |||||
| * | GTK3: Give even more widgets names. | Tavmjong Bah | 2016-05-18 | 1 | -1/+1 | |
| | | | | (bzr r14901) | |||||
| * | Remove unneeded widget in Status Bar. Reorder code. Use two lines for status ↵ | Tavmjong Bah | 2016-05-18 | 1 | -35/+44 | |
| | | | | | | message in Gtk3. (bzr r14900) | |||||
| * | Remove three unneeded widgets in desktop status bar. | Tavmjong Bah | 2016-05-17 | 1 | -17/+3 | |
| | | | | (bzr r14898) | |||||
| * | GTK3: Give names to more widgets. | Tavmjong Bah | 2016-05-17 | 1 | -0/+3 | |
| | | | | (bzr r14896) | |||||
| * | GTK3: Give names to many widgets. Useful for debugging and for using CSS. | Tavmjong Bah | 2016-05-15 | 1 | -10/+29 | |
| | | | | (bzr r14890) | |||||
| * | Start of GTK3 external style sheet support. | Tavmjong Bah | 2016-05-08 | 1 | -0/+1 | |
| | | | | (bzr r14873.1.1) | |||||
| * | Gtk3 compatibility fix. Hackfest 2016 | Tavmjong Bah | 2016-04-13 | 1 | -4/+4 | |
| | | | | (bzr r14825) | |||||
| * | Fix referencing problem with widget is moved from one container to another. ↵ | Tavmjong Bah | 2016-04-13 | 1 | -0/+5 | |
| | | | | | | Hackfest 2016. (bzr r14822) | |||||
| * | desktop-widget: Fix deprecated gtk_misc_set_alignment #Hackfest2016 | Alex Valavanis | 2016-04-12 | 1 | -13/+18 | |
| | | | | (bzr r14802) | |||||
