summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Add Ignore Gtk::Overlay if GTK=3.0Jabiertxo Arraiza Cenoz2017-11-032-6/+31
| | | | |
| * | | | Minor tweak to symbols search UXJabiertxo Arraiza Cenoz2017-11-032-6/+4
| |/ / /
| * | | Add search and no results from stock icons. Improve text. Thanks Maren for ↵Jabier Arraiza2017-10-292-62/+52
| | | | | | | | | | | | | | | | the inputs
| * | | Add overlay widgetsJabier Arraiza2017-10-292-42/+167
| | | |
| * | | Bug fixes previous to overlay implementationJabier Arraiza2017-10-282-95/+100
| | | |
| * | | Remove CMake blank lineJabier Arraiza2017-10-281-3/+4
| | | |
| * | | Merge branch 'master' into SymbolsSearchJabier Arraiza2017-10-271-0/+2
| |\ \ \
| * | | | Fix simbols dialog expand, Fix add symbols to document on global searchJabier Arraiza2017-10-272-74/+103
| | | | |
| * | | | Merge branch 'master' into SymbolsSearchJabier Arraiza2017-10-241-1/+3
| |\ \ \ \
| * | | | | Add progressbar to all actionsJabier Arraiza2017-10-242-117/+185
| | | | | |
| * | | | | Merge branch 'master' into SymbolsSearchJabier Arraiza2017-10-224-67/+104
| |\ \ \ \ \
| * | | | | | Added some improvements discused in MRJabier Arraiza2017-10-222-150/+141
| | | | | | |
| * | | | | | Add discarted switch mode, working on global searchJabier Arraiza2017-10-222-257/+342
| | | | | | |
| * | | | | | Fis come things pointed by Eduard in the MRJabier Arraiza2017-10-211-4/+9
| | | | | | |
| * | | | | | Merge branch 'master' into SymbolsSearchJabier Arraiza2017-10-2023-142/+28
| |\ \ \ \ \ \
| * | | | | | | Progress Bar workinggit add .git add .Jabier Arraiza2017-10-202-46/+57
| | | | | | | |
| * | | | | | | Fiz the MR note note_44059492. Thanks EduardJabiertxo Arraiza Cenoz2017-10-201-1/+1
| | | | | | | |
| * | | | | | | Add progress bar to loading, currently not working but all the base code is ↵Jabiertxo Arraiza Cenoz2017-10-202-7/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | done. need to look into idle methods
| * | | | | | | Add description search and icon if no resultsJabiertxo Arraiza Cenoz2017-10-201-2/+24
| | | | | | | |
| * | | | | | | Add case insensitive and no dialog loadingJabier Arraiza2017-10-202-58/+39
| | | | | | | |
| * | | | | | | Finish speed improvementsJabiertxo Arraiza Cenoz2017-10-192-34/+51
| | | | | | | |
| * | | | | | | Working on current documentJabiertxo Arraiza Cenoz2017-10-192-14/+21
| | | | | | | |
| * | | | | | | Improving speedJabier Arraiza2017-10-192-42/+69
| | | | | | | |
| * | | | | | | Working on speed improvementsJabiertxo Arraiza Cenoz2017-10-182-32/+89
| | | | | | | |
| * | | | | | | Add search to symbols dialogJabiertxo Arraiza Cenoz2017-10-182-17/+72
| | | | | | | |
* | | | | | | | Merge branch 'master' into powerpencilJabier Arraiza2017-11-0395-995/+778
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Enable reopening of Prototype dialog on startup.Tavmjong Bah2017-10-271-0/+2
| | |_|_|/ / / | |/| | | | |
| * | | | | | Fix regression after r14761: handle size of selected nodes too big and stickyAntonio Ospite2017-10-231-1/+3
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In r14761 a bug was introduced in ControlManagerImpl::setSelected(), the fixed value _resize was used to set the final value of targetSize for the node instead of item->ctrlResize which is decided conditionally depending on the node state. https://bugs.launchpad.net/inkscape/+bug/1568644
| * | | | | Preferences: cleanupEduard Braun2017-10-221-51/+46
| | | | | |
| * | | | | Preferences: Minor consistency fixes for UIEduard Braun2017-10-221-3/+5
| | | | | |
| * | | | | Preferences: Simplify code from 9f2c9d85b73ff773e6181d700678f28757714992Eduard Braun2017-10-221-21/+6
| | | | | |
| * | | | | Preferences: fix inputs not properly expanding horizontallyEduard Braun2017-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (gtk3 issue)
| * | | | | Add preference to load additional fonts from custom directoriesEduard Braun2017-10-212-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 'custom_fontdirs' is a list of paths to search for fonts
| * | | | | Add preferences widget 'PrefMultiEntry'Eduard Braun2017-10-212-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a multiline text input, similar to 'PrefEntry' Newlines characters in the multiline input will be converted to '|' in the saved preference. This is because the XML parser will convert real newline characters to spaces when reading the preferences file the next time.
| * | | | | Add preference to load additional fonts from 'fonts' directoriesEduard Braun2017-10-202-1/+9
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | - 'use_fontsdir_system' for /share/inkscape/fonts - 'use_fontsdir_user' for /inkscape/fonts in user config (both activated by default)
| * | | | Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscapeMarc Jeanmougin2017-10-2012-37/+25
| |\ \ \ \
| | * | | | Refactor Util::ptr_sharedJan Lingscheid2017-10-184-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway.
| | * | | | Replace boost::shared_ptrJan Lingscheid2017-10-175-19/+13
| | | | | | | | | | | | | | | | | | | | | | | | Replace boost::shared_ptr with C++11 smartpointer and remove the boost/shared_ptr.hpp header.
| | * | | | Replace boost::scoped_ptrJan Lingscheid2017-10-172-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces all usage of boost::scoped_ptr with std::unique_ptr. Also removes the corresponding includes.
| | * | | | Remove std::auto_ptrJan Lingscheid2017-10-171-4/+0
| | |/ / / | | | | | | | | | | | | | | | | | | | | As C++11-compiler is now mandatory, conditional use of auto_ptr is no longer usefull. This commit does not remove the usage of std::auto_ptr in 2geom.
| * | | | Drop obsolete wrapper around Glib::file_open_tmpStefano Facchini2017-10-191-2/+1
| | | | |
| * | | | Remove all unused makefile.inStefano Facchini2017-10-195-85/+0
| | | | |
| * | | | Remove unused icon-size.hStefano Facchini2017-10-191-1/+0
| | | | |
| * | | | Remove unused util/accumulators.hStefano Facchini2017-10-192-13/+0
| | | | |
| * | | | Use standard glib macro instead of a custom oneStefano Facchini2017-10-192-4/+2
| |/ / /
| * | | Remove deprecated GNOME VFSStefano Facchini2017-10-132-43/+17
| | | | | | | | | | | | | | | | Just use Gio::File when access to non-local files is needed.
| * | | Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-0535-77/+77
| | | |
| * | | Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in someAndrey Mozzhuhin2017-10-052-3/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | cases in non-latin keyboard layouts The key group with zero index can be a non-Latin layout. Try to determine Latin layout group index at runtime by checking available keymap entries for Latin 'a' keyval.
| * | | Merge branch 'edit-clip-object' of gitlab.com:stfacc/inkscapeMarc Jeanmougin2017-10-056-104/+63
| |\ \ \
| | * | | Rename object-edit.cpp to what it really isStefano Facchini2017-10-014-89/+52
| | | | |