summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/tolerance-slider.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+142
(bzr r1)