summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/tolerance-slider.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-2/+3
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-6/+8
| | | | A lot of header clean-up.
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-3/+6
|
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-9/+1
|\ | | | | (bzr r15038)
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-9/+1
| | | | | | (bzr r15023.2.6)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+1
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+1
|/ | | (bzr r15025)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-2/+2
| | | (bzr r13820)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-1/+2
| | | (bzr r13810)
* Fix modelinesAlex Valavanis2014-08-301-2/+2
| | | (bzr r13341.1.183)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-8/+8
| | | (bzr r13236)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Switch to orientable Scale widgets in Gtkmm 3Alex Valavanis2013-03-081-1/+8
| | | (bzr r12179)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-0/+4
| | | (bzr r11308)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Cleaning up a few headersAlex Valavanis2012-02-121-0/+1
| | | (bzr r10961)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-3/+3
| | | (bzr r10826)
* various: warnings and initalizationKris De Gussem2011-11-131-13/+8
| | | (bzr r10737)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-4/+1
| | | (bzr r10697)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | (bzr r10067)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+4
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-3/+3
|/ | | | | SPDocument based methods (bzr r9546.1.3)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8408)
* Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop2008-04-301-10/+21
| | | (bzr r5562)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-1/+2
| | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491)
* abstract use of sodipodi:modifiedMenTaLguY2008-01-151-1/+1
| | | (bzr r4490)
* Renaming captions and labels in snapping preferences dialog, and inverting ↵Diederik van Lierop2007-12-171-3/+3
| | | | | the behaviour of the 'snap at any distance' checkbox (bzr r4252)
* 1) Make snapping of object's center optional 2) Optimize snapping ↵Diederik van Lierop2007-08-061-2/+5
| | | | | preferences dialog (bzr r3399)
* Rearrange snapping preferences, put distinction between paths and nodes back ↵Diederik van Lierop2007-08-031-2/+16
| | | | | in, and a bit of refactoring (bzr r3361)
* fix range, make integer, remove unnecessary document_done, fix 1635388bulia byak2007-03-261-6/+7
| | | (bzr r2766)
* purge unused stuff, copyeditbulia byak2007-03-261-13/+5
| | | (bzr r2764)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-2/+2
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-2/+2
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* remove screen pixel toggle for now, add always-snap widget for allRalf Stephan2006-02-021-12/+58
| | | | | modes (bzr r65)
* add tooltips to tolerance sliderRalf Stephan2006-01-311-0/+1
| | | (bzr r63)
* removing debug command from previous commitRalf Stephan2006-01-281-1/+0
| | | (bzr r42)
* snap sensitivity slider no longer changes start value, ends with 50,Ralf Stephan2006-01-281-6/+7
| | | | | fixes #1395701 (bzr r41)
* remove second label from ToleranceSlider, fixes #1407428Ralf Stephan2006-01-271-3/+3
| | | (bzr r39)
* mnemonics for all widgets in the Doc Props dialogRalf Stephan2006-01-241-0/+2
| | | | | (fixes #1384494-9+B) (bzr r26)