| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | interface: add support for old Gtk+ | Alex Valavanis | 2017-07-25 | 1 | -0/+5 |
| | | |||||
| * | Fix Harfbuzz version check for Trusty | Alex Valavanis | 2017-07-25 | 1 | -1/+4 |
| | | |||||
| * | libcola: C++11 fixes for Trusty | Alex Valavanis | 2017-07-25 | 1 | -2/+2 |
| | | |||||
| * | Add C++ based Gtk::Action for choosing one item out of many. | Tavmjong Bah | 2017-07-24 | 4 | -231/+540 |
| | | | | | | | | | | | Options: Show icons and/or labels. Use combbox or radio buttons. Replacement for C based ege-select-one-action. Update text toolbar to use this class, allowing bar to be narrower. | ||||
| * | Use menus.xml for menus, load a basic File>Quit menu as backup. | Martin Owens | 2017-07-21 | 2 | -312/+3 |
| | | |||||
| * | Adjust the tooltip strings of the objects center point | Antonio Ospite | 2017-07-20 | 1 | -3/+3 |
| | | |||||
| * | Show a control point for the center of a rectangle | Antonio Ospite | 2017-07-20 | 1 | -0/+39 |
| | | | | | | | | | | Other shapes like ellipses and stars now show a center point but the user still cannot easily control the position of a rectangle by using its center. Show a control point for the center so it's easier to move the shape around and snap it by its center. | ||||
| * | Remove unnecessary cast which creates a temporary object that then goes out ↵ | Tavmjong Bah | 2017-07-19 | 1 | -1/+1 |
| | | | | | of scope. | ||||
| * | Minor code cleanup after baeb92c8b275ada9a09187772e11f8b32b7ae6ef | Eduard Braun | 2017-07-19 | 1 | -11/+1 |
| | | |||||
| * | Cleanup: eliminate version from config.h | Eduard Braun | 2017-07-17 | 5 | -6/+11 |
| | | | | | | | The idea behind inkscape-version.h / inkscape-version.cpp is to avoid rebuilding most of the code base when the version number changes. Defining a version number in config.h defeats this purpose. | ||||
| * | Cleanup: eliminate require-config.h | Eduard Braun | 2017-07-17 | 4 | -6/+3 |
| | | | | | It's widely unused and seems harly necessary. | ||||
| * | cmake: autogenerate Windows .rc files for inkscape and inkview | Eduard Braun | 2017-07-17 | 9 | -158/+55 |
| | | | | | | | | | | | | | | | | | | | - inkscape.rc/inkview.rc are automatically configured with the correct program name, version number and copyright year - use one common file for all four configurations (inkscape/inkview, x86/x64) which should make it much easier to maintain and keep in sync - fix/update/add some fields in the resource file, see https://msdn.microsoft.com/library/windows/desktop/aa381058.aspx - also unify inkscape-manifest.xml As a result all configurations will use dpiAware=True now (x86 and inkview did not have that setting yet) This does not matter in gtk3 but is known know to cause tiny icons on gtk2. It's still the preferred option as everything else (including canvas) is properly scaled; if bitmap interpolation is more desirable instead the setting can be overriden in the compatibility tab of the executables properties dialog | ||||
| * | root dir tidying: cleanup inkscape icons | Eduard Braun | 2017-07-16 | 4 | -4/+4 |
| | | | | | | | | - move inkscape.ico -> share/branding (it's an icon but it should not end up in an icon theme in share/icons, so this seemed like a better choice) and update depentans (.rc files and NSIS installer) - remove inkscape.png as it was only used by Doxyfile and is mostly redundant to the files in share/icons/application (todo: maybe re-create those files and include a 64x64 size) - use inkscape.svg in Doxyfile (confirmed working). It's a bit too large but looks much nicer than any of the smaller icons in share/icons/application (the recommended maximum size is 55 px height which looks ugly though and is obviously too small, the optimum seems to be somewhere around 70 px) - also remove one of the two flat icons in share/branding which were duplicates (the smaller file was kept but renamed) | ||||
| * | Revert "Drop btool .rc files" | Eduard Braun | 2017-07-14 | 4 | -0/+118 |
| | | | | | This reverts commit a32a763a36548f63b6c0d758cb8a82de60e11f18. | ||||
| * | Drop btool .rc files | Bryce Harrington | 2017-07-14 | 4 | -118/+0 |
| | | | | | The btool build system is no longer present in inkscape's source tree. | ||||
| * | cmake: fix targets to actually depend on inkscape-version.cpp | Eduard Braun | 2017-07-14 | 1 | -13/+7 |
| | | | | | (targets depended only on inkscape-version.cmake to be run but not on the created file itself resulting in changes only being picked up on the second build) | ||||
| * | Update ege-color-prof-tracker.cpp | Marc Jeanmougin | 2017-07-13 | 1 | -1/+1 |
| | | |||||
| * | Fix src/ege-color-prof-tracker.cpp after ↵ | Marc Jeanmougin | 2017-07-13 | 1 | -1/+1 |
| | | | | | 27cadae623ce5bc66b0401238bc7737b7b9d37d5 due to the modified signal having one less argument (thanks houz for the fix) | ||||
| * | Fix typo | Alexander Valavanis | 2017-07-12 | 1 | -1/+1 |
| | | |||||
| * | Prevent crash when get_primary_monitor() returns nullptr. (Second place.) | Tavmjong Bah | 2017-07-12 | 1 | -1/+5 |
| | | |||||
| * | Merge branch 'shortcuts' (!41) | Eduard Braun | 2017-07-11 | 11 | -97/+115 |
| |\ | |||||
| | * | Only update shortcuts tree view once after updating (significantly reduces ↵ | Eduard Braun | 2017-07-09 | 1 | -1/+5 |
| | | | | | | | | | the time it takes to switch shortcut files or even set a shortcut) | ||||
| | * | Add Super, Hyper and Meta keys to get in sync with ↵ | Eduard Braun | 2017-07-09 | 1 | -1/+4 |
| | | | | | | | | | d79cc2caf65007ac9d1d59886785ded5d5ac44a8 | ||||
| | * | Merge branch 'master' into shortcuts | Eduard Braun | 2017-07-09 | 569 | -13089/+183223 |
| | |\ | |||||
| | * | | Use .xml when exporting shortcuts by default | Eduard Braun | 2017-06-23 | 1 | -6/+7 |
| | | | | |||||
| | * | | Allow to set shortcuts for characters that need to be escaped (e.g. "<>&") | Eduard Braun | 2017-06-23 | 1 | -1/+1 |
| | | | | |||||
| | * | | Improve and simplify shortcut handling. | Eduard Braun | 2017-06-23 | 11 | -75/+97 |
| | | | | | | | | | | | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts. | ||||
| * | | | Improve revision format | Eduard Braun | 2017-07-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix duplicate definition | Alexander Valavanis | 2017-07-11 | 1 | -1/+0 |
| | | | | |||||
| * | | | gimpcolorwheel: Fix event time | Alexander Valavanis | 2017-07-11 | 1 | -1/+1 |
| | | | | |||||
| * | | | update GdkSeat usage | Alexander Valavanis | 2017-07-11 | 1 | -1/+20 |
| | | | | |||||
| * | | | update GdkSeat usage | Alexander Valavanis | 2017-07-10 | 1 | -7/+27 |
| | | | | |||||
| * | | | Use new GdkSeat API and update gimpcolorwheel comments | Alexander Valavanis | 2017-07-10 | 4 | -34/+73 |
| | | | | |||||
| * | | | Drop obsolete SizeGroup::set_ignore_hidden | Alexander Valavanis | 2017-07-10 | 1 | -1/+0 |
| | | | | |||||
| * | | | Drop obsolete resize_mode usage | Alexander Valavanis | 2017-07-10 | 1 | -7/+0 |
| | | | | |||||
| * | | | input devices: Update treeview usage | Alexander Valavanis | 2017-07-10 | 1 | -54/+4 |
| | | | | |||||
| * | | | Update GtkMenu usage | Alexander Valavanis | 2017-07-10 | 2 | -20/+27 |
| | | | | |||||
| * | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2017-07-10 | 3 | -30/+66 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Shortcuts: Fix for 7d248fbba5b0c24d9a24cda8c3f2e79f96395553 (is_user_set was ↵ | Eduard Braun | 2017-07-09 | 1 | -4/+4 |
| | | | | | | | | | | | | | not properly set anymore) | ||||
| | * | | Shortcuts: if loading the shortcuts file set in preferences fails fall back ↵ | Eduard Braun | 2017-07-09 | 1 | -5/+26 |
| | | | | | | | | | | | | | to default.xml and finally to inkscape.xml | ||||
| | * | | Hackest regression: We can not exlude the shortcuts file default.xml from ↵ | Eduard Braun | 2017-07-08 | 1 | -5/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | the list of shortcut files - it's the default and selected by default! (the exlusion in the original code was targeted at the default.xml file in the profile directory only, as only the user's modifications are stored there and it's not a complete shortcut map) Also properly sort the entries in the dropdown (default.xml first, rest of shortcut files alphabetically) | ||||
| | * | | Replace deprecated SHGetSpecialFolderLocation with SHGetFolderLocation | Eduard Braun | 2017-07-08 | 1 | -2/+2 |
| | | | | |||||
| | * | | Hackfest Regression: Fix profile_path() not returning the correct directory | Eduard Braun | 2017-07-08 | 2 | -17/+8 |
| | | | | | | | | | | | | | Also drop some unnecessary defines from the pre-XP era | ||||
| * | | | Update popup menu usage | Alexander Valavanis | 2017-07-09 | 1 | -1/+5 |
| | | | | |||||
| * | | | SVGFountDrawingArea: handle draw signal | Alexander Valavanis | 2017-07-09 | 2 | -5/+3 |
| | | | | |||||
| * | | | Get rid of obsolete rules_hint in TreeView | Alexander Valavanis | 2017-07-09 | 1 | -1/+0 |
| | | | | |||||
| * | | | Rm obsolete function | Alexander Valavanis | 2017-07-09 | 1 | -9/+0 |
| | | | | |||||
| * | | | Update Gtk button press handling | Alexander Valavanis | 2017-07-09 | 2 | -6/+6 |
| | | | | |||||
| * | | | Update GtkDialog usage | Alexander Valavanis | 2017-07-09 | 5 | -6/+6 |
| | | | | |||||
| * | | | Update Gtk margin handling | Alexander Valavanis | 2017-07-09 | 3 | -6/+53 |
| | | | | |||||
