summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis23-22/+21
2012-06-05Allow angle measurement base to be changed by tapping space.Jon A. Cruz1-8/+47
2012-06-03Limit angle label to show up within the desktop window. Also refactor arc dra...Jon A. Cruz1-34/+106
2012-06-03modify calc of bbox for single point (Bug 1006666)Alvin Penner1-5/+5
2012-06-03UI fix find dialogKris De Gussem1-42/+26
2012-06-03Warning cleanup.Jon A. Cruz1-1/+1
2012-06-02Fix remaining Gtkmm 3 issues in filter effects dialogAlex Valavanis1-18/+28
2012-06-02Add draw signal in filter effects dialogAlex Valavanis2-2/+19
2012-06-02Cairo rendering in filter effects dialogAlex Valavanis2-24/+67
2012-06-02Add marker to initial point.Jon A. Cruz1-10/+25
2012-06-01Place angle measurement along the measure arc.Jon A. Cruz1-2/+15
2012-06-01Adding baseline and arc to make angle measurement visualization easier.Jon A. Cruz1-1/+36
2012-06-01Fix for 951580 : Ruler click toggles guide visibilityJohn Smith1-9/+33
2012-05-31Gtkmm fixes for sp-widgetAlex Valavanis1-2/+2
2012-05-31Remove unused icon-widget codeAlex Valavanis4-229/+0
2012-05-31Fix missing Glibmm headers needed for GTK+3 buildAlex Valavanis2-0/+2
2012-05-31Gtkmm 3 fixes for licensor widgetAlex Valavanis1-0/+8
2012-05-31Replace deprecated GDK key symbols in mesh-contextAlex Valavanis1-10/+10
2012-05-31Fix remaining gtkmm 3 menu issuesAlex Valavanis1-4/+6
2012-05-31Make multiple measurement labels avoid overlapping each other.Jon A. Cruz1-22/+111
2012-05-31Tidy up deprecated Gtkmm menu stuffAlex Valavanis4-54/+21
2012-05-30Gtkmm 3.0 fixes for script dialogAlex Valavanis1-0/+23
2012-05-30Gtkmm 3.0 fixes for debug dialogAlex Valavanis1-0/+19
2012-05-30Gtkmm 3.0 fixes for live path effect editor dialogAlex Valavanis1-0/+6
2012-05-30Gtkmm 3.0 fixes for layers dialogAlex Valavanis1-1/+32
2012-05-28Added basic offset and call-out lines for measurements.Jon A. Cruz1-14/+28
2012-05-28Replace deprecated pointer grabbing in rulerAlex Valavanis1-0/+19
2012-05-28Build with GDK_DISABLE_DEPRECATED for Gtk+ 2Alex Valavanis17-17/+17
2012-05-28Cleanup of measure text for moving away from overlap.Jon A. Cruz3-49/+56
2012-05-27Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis4-110/+24
2012-05-27Reorder measure context item painting for better legibility.Jon A. Cruz1-37/+49
2012-05-27emf import/export. patch by David Mathog for setmiterlimit (Bug 1004084)Alvin Penner2-12/+7
2012-05-27Get rid of remaining deprecated GdkDevice API usageAlex Valavanis1-0/+12
2012-05-27Stop using obsolete GdkDevice API. Needs testing with extended input devicesAlex Valavanis1-13/+39
2012-05-27Fix missing gtkmm header in document properties dialogAlex Valavanis1-0/+1
2012-05-27file dialog fixes for GTK+ 3Alex Valavanis1-11/+79
2012-05-26Use accessor function for private label in message dialogAlex Valavanis1-4/+18
2012-05-26Stop using deprecated private members of GdkDevice.Alex Valavanis1-6/+18
2012-05-26Some GDK deprecation fixes for Input Devices dialogAlex Valavanis1-6/+31
2012-05-26Fix for 903772 : Support --export-text-to-path when outputting plain SVGJohn Smith3-0/+47
2012-05-25mesh gradient: fix bad indexingJohan B. C. Engelen1-0/+3
2012-05-25gradient mesh: add NULL checks to fix crash?Johan B. C. Engelen1-5/+13
2012-05-25Improve progress granularity when exporting multiple items.Jon A. Cruz2-11/+23
2012-05-25Fixing warnings.Jon A. Cruz6-45/+34
2012-05-24Don't use extension events API in GTK+3 buildsAlex Valavanis2-0/+11
2012-05-24svg-canvas GTK+3 fixesAlex Valavanis1-0/+12
2012-05-24GrDrag: check for null pointerJohan B. C. Engelen1-1/+4
2012-05-24fix windows build. use 'guint' instead of 'uint'. although I do not know why ...Johan B. C. Engelen4-219/+219
2012-05-24Added option to close export dialog upon completion. Fixes bug #43730.Jon A. Cruz2-0/+24
2012-05-24Added progress to export dialog and disabling export button while busy. Parti...Jon A. Cruz2-14/+49