summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-27fix bug in my previous commit: updating rotation centers was brokenbulia byak1-2/+3
2006-09-03again rearrange code in ungrab handler so that screen update is as close to t...bulia byak1-23/+27
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-14/+14
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-14/+14
2006-08-03prevent the race between ungrab and selModify to fix the disappearing handles...bulia byak1-3/+2
2006-06-30undo annotationsbulia byak1-5/+17
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-4/+9
2006-06-11Applied patch #1503864Jon A. Cruz1-2/+2
2006-06-08Clear selection cache when not dragging. Fixes bug #1501156Jon A. Cruz1-0/+13
2006-05-08More snapping cleanups.Carl Hetherington1-3/+22
2006-05-08Fix ctrl-scaling when there is no snap.Carl Hetherington1-7/+19
2006-05-05fix 1478932bulia byak1-0/+2
2006-05-05More snapping cleanups.Carl Hetherington1-20/+34
2006-05-05Remove some old snap code.Carl Hetherington1-10/+22
2006-05-05Various snapping cleanups and bug fixes.Carl Hetherington1-43/+60
2006-05-03Give SPNamedView a SnapManager instance and use it for all management of snap...Carl Hetherington1-2/+2
2006-04-29reset center on stampingbulia byak1-0/+4
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-13/+13
2006-03-28use SPKnot setter methods instead of g_object_set_propertybulia byak1-26/+21
2006-03-22use rotation center in keyboard rotation and transform dialogbulia byak1-12/+1
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-15/+15
2006-01-26fix setting and reading rotation centersbulia byak1-15/+34
2006-01-26fix silly bug - was unable to flip by scalingbulia byak1-4/+6
2006-01-26remember rotation centers, correctly this time (by johncliff and me)bulia byak1-54/+63