| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow scaling down trace dialog | Nathan Lee | 2019-08-21 | 1 | -7/+30 |
| | | |||||
| * | Fix tracer selection and depixelize colors | Marc Jeanmougin | 2019-08-21 | 1 | -5/+5 |
| | | |||||
| * | Make potrace a dep, remove previous code | Marc Jeanmougin | 2019-08-21 | 1 | -760/+248 |
| | | |||||
| * | new trace Dialog - initial implementation | Marc Jeanmougin | 2019-08-21 | 1 | -2/+2 |
| | | |||||
| * | Tidy various dialog UIs | Nathan Lee | 2019-04-02 | 1 | -3/+10 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -3/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -5/+5 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -5/+5 |
| | | |||||
| * | Rm remaining Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -1/+0 |
| | | | | (bzr r15368) | ||||
| * | Rm some deprecated Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -2/+2 |
| | | | | (bzr r15366) | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+2 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+3 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+1 |
| | | | | (bzr r15025) | ||||
| * | Added "Gtk::" scope to "manage" function calls. | Markus Engel | 2014-03-30 | 1 | -1/+1 |
| | | | | (bzr r13236) | ||||
| * | Fix missing Gtkmm/Glib headers for Gtk+ 3 build | Alex Valavanis | 2013-03-15 | 1 | -0/+1 |
| | | | | (bzr r12209) | ||||
| * | Fix for 1058470 : Trace Bitmap Live Preview | John Smith | 2012-09-30 | 1 | -12/+146 |
| | | | | (bzr r11716) | ||||
| * | Fix for 1058432 : Trace Bitmap preview should be resizeable | John Smith | 2012-09-29 | 1 | -4/+5 |
| | | | | (bzr r11714) | ||||
| * | Fix for 169888 : HIG Style frame | John Smith | 2012-04-17 | 1 | -6/+7 |
| | | | | (bzr r11260) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -1/+1 |
| | | | | (bzr r11018) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-25 | 1 | -0/+1 |
| | | | | (bzr r11015) | ||||
| * | More deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -46/+24 |
| | | | | (bzr r10827) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | UI uniformisation / addition of mnemonics (Bug #170765) | Kris De Gussem | 2011-07-28 | 1 | -24/+53 |
| | | | | | | Removed unnecessary command in path effects (bzr r10515) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | change spinbox to new one in many places. | Johan B. C. Engelen | 2011-04-16 | 1 | -9/+9 |
| | | | | (bzr r10176) | ||||
| * | Fix some console warning spam (most cannot be fixed, unfortunately) | Krzysztof Kosi??ski | 2009-02-09 | 1 | -8/+8 |
| | | | | (bzr r7257) | ||||
| * | display waiting cursor; move credits to a page of its own | bulia byak | 2009-02-02 | 1 | -13/+21 |
| | | | | (bzr r7219) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -5/+4 |
| | | | | (bzr r6885) | ||||
| * | The dialog to panel refactoring: | gustav_b | 2007-11-22 | 1 | -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) | ||||
| * | Dockable dialogs patch applied | gustav_b | 2007-08-29 | 1 | -4/+5 |
| | | | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) | ||||
| * | Small typofix. | Colin Marquardt | 2007-01-10 | 1 | -1/+1 |
| | | | | (bzr r2176) | ||||
| * | improvements to trace dialog: siox button moved above preview frame, and ↵ | St??phane Gimenez | 2006-12-10 | 1 | -335/+388 |
| | | | | | | credits are now always visible. (bzr r2083) | ||||
| * | patch for Preview out of the tabs and other fixes | bulia byak | 2006-11-19 | 1 | -63/+58 |
| | | | | (bzr r1993) | ||||
| * | redesign the dialog into 3 tabs, rewrite most texts, increase preview size | bulia byak | 2006-11-14 | 1 | -145/+129 |
| | | | | (bzr r1951) | ||||
| * | patch 1591723 for extra tracing parameters | bulia byak | 2006-11-14 | 1 | -2/+87 |
| | | | | (bzr r1948) | ||||
| * | refactoring, add background removal | Bob Jamison | 2006-07-05 | 1 | -2/+12 |
| | | | | (bzr r1360) | ||||
| * | patch [ 1503865 ] Siox performance patch | Aaron Spike | 2006-06-13 | 1 | -6/+5 |
| | | | | (bzr r1208) | ||||
| * | Applied patch #1501375 | Jon A. Cruz | 2006-06-06 | 1 | -1/+1 |
| | | | | (bzr r1164) | ||||
| * | Applied patch 1500171 | Jon A. Cruz | 2006-06-04 | 1 | -3/+4 |
| | | | | (bzr r1149) | ||||
| * | change radio button to check box. oops | Bob Jamison | 2006-03-25 | 1 | -5/+5 |
| | | | | (bzr r292) | ||||
| * | new button for siox | Bob Jamison | 2006-03-25 | 1 | -2/+26 |
| | | | | (bzr r290) | ||||
| * | remove confusing decimal digits in the number of scans | bulia byak | 2006-03-23 | 1 | -1/+1 |
| | | | | (bzr r275) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+562 |
| (bzr r1) | |||||
