summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/tracedialog.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-21Allow scaling down trace dialogNathan Lee1-7/+30
2019-08-21Fix tracer selection and depixelize colorsMarc Jeanmougin1-5/+5
2019-08-21Make potrace a dep, remove previous codeMarc Jeanmougin1-760/+248
2019-08-21new trace Dialog - initial implementationMarc Jeanmougin1-2/+2
2019-04-02Tidy various dialog UIsNathan Lee1-3/+10
2018-11-08Clarify licensesMax Gaukler1-1/+2
- 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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-3/+0
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2016-12-27Rm remaining Gtk::Stock usageAlex Valavanis1-1/+0
(bzr r15368)
2016-12-27Rm some deprecated Gtk::Stock usageAlex Valavanis1-2/+2
(bzr r15366)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+2
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
(bzr r15025)
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-1/+1
(bzr r13236)
2013-03-19Fixing regressionjtx1-0/+1
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-1/+0
(bzr r11950.1.56)
2013-03-15Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis1-0/+1
(bzr r12209)
2012-09-30Fix for 1058470 : Trace Bitmap Live PreviewJohn Smith1-12/+146
(bzr r11716)
2012-09-29Fix for 1058432 : Trace Bitmap preview should be resizeableJohn Smith1-4/+5
(bzr r11714)
2012-04-17Fix for 169888 : HIG Style frameJohn Smith1-6/+7
(bzr r11260)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
(bzr r11018)
2012-02-25Header cleaningAlex Valavanis1-0/+1
(bzr r11015)
2012-01-03More deprecated GtkTooltipsAlex Valavanis1-46/+24
(bzr r10827)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2011-07-28UI uniformisation / addition of mnemonics (Bug #170765)Kris De Gussem1-24/+53
Removed unnecessary command in path effects (bzr r10515)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2011-04-16change spinbox to new one in many places.Johan B. C. Engelen1-9/+9
(bzr r10176)
2009-02-09Fix some console warning spam (most cannot be fixed, unfortunately)Krzysztof Kosi??ski1-8/+8
(bzr r7257)
2009-02-02display waiting cursor; move credits to a page of its ownbulia byak1-13/+21
(bzr r7219)
2008-10-27From trunkTed Gould1-5/+4
(bzr r6885)
2007-11-22The dialog to panel refactoring:gustav_b1-17/+16
* Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
2007-08-29Dockable dialogs patch applied gustav_b1-4/+5
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
2007-01-10Small typofix.Colin Marquardt1-1/+1
(bzr r2176)
2006-12-10improvements to trace dialog: siox button moved above preview frame, and ↵St??phane Gimenez1-335/+388
credits are now always visible. (bzr r2083)
2006-11-19patch for Preview out of the tabs and other fixesbulia byak1-63/+58
(bzr r1993)
2006-11-14redesign the dialog into 3 tabs, rewrite most texts, increase preview sizebulia byak1-145/+129
(bzr r1951)
2006-11-14patch 1591723 for extra tracing parametersbulia byak1-2/+87
(bzr r1948)
2006-07-05refactoring, add background removalBob Jamison1-2/+12
(bzr r1360)
2006-06-13patch [ 1503865 ] Siox performance patchAaron Spike1-6/+5
(bzr r1208)
2006-06-06Applied patch #1501375Jon A. Cruz1-1/+1
(bzr r1164)
2006-06-04Applied patch 1500171Jon A. Cruz1-3/+4
(bzr r1149)
2006-03-25change radio button to check box. oopsBob Jamison1-5/+5
(bzr r292)
2006-03-25new button for sioxBob Jamison1-2/+26
(bzr r290)
2006-03-23remove confusing decimal digits in the number of scansbulia byak1-1/+1
(bzr r275)