| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook ↵ | Nicolas Dufour | 2012-12-16 | 1 | -8/+10 |
| | | | | | | page triggers crash). (bzr r11956) | ||||
| * | Drop support for GTK+ < 2.24 | Alex Valavanis | 2012-11-26 | 2 | -8/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907) | ||||
| * | Fix for 1014988 : Converts slide widgets to new spin-scale widget | John Smith | 2012-09-22 | 2 | -24/+26 |
| | | | | (bzr r11691) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 7 | -36/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Drop deprecated GtkNotebookPage usage | Alex Valavanis | 2012-05-22 | 1 | -2/+9 |
| | | | | (bzr r11401) | ||||
| * | gtkmm-3.0 changes for Gtk::Adjustment | Alex Valavanis | 2012-04-30 | 2 | -2/+28 |
| | | | | (bzr r11308) | ||||
| * | gtkmm-3.0 fixes for Gtk::Box and header inclusions | Alex Valavanis | 2012-04-28 | 2 | -0/+9 |
| | | | | (bzr r11304) | ||||
| * | Work around for some missing glibmm headers in gtkmm (should be fixed in ↵ | Alex Valavanis | 2012-04-17 | 1 | -0/+1 |
| | | | | | | gtkmm 3.4) (bzr r11261) | ||||
| * | Clean up a few Gtkmm orientables | Alex Valavanis | 2012-04-11 | 1 | -0/+5 |
| | | | | (bzr r11230) | ||||
| * | Extensions. Script parameters values can now be translated (see Bug #955798). | Nicolas Dufour | 2012-03-19 | 1 | -1/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/955798 (bzr r11099) | ||||
| * | various minor things | Kris De Gussem | 2012-03-01 | 1 | -16/+18 |
| | | | | (bzr r11036) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-29 | 1 | -2/+0 |
| | | | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 14 | -35/+66 |
| | | | | (bzr r11030) | ||||
| * | header cleaning | Alex Valavanis | 2012-02-26 | 1 | -2/+2 |
| | | | | (bzr r11017) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-25 | 2 | -5/+3 |
| | | | | (bzr r11016) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-25 | 2 | -6/+11 |
| | | | | (bzr r11015) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -1/+1 |
| | | | | (bzr r10977) | ||||
| * | Cleaning up a few headers | Alex Valavanis | 2012-02-12 | 2 | -0/+2 |
| | | | | (bzr r10961) | ||||
| * | Backward compat fix for Gtkmm 2.20 | Alex Valavanis | 2012-02-09 | 7 | -0/+32 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/928520 (bzr r10956) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-08 | 2 | -4/+2 |
| | | | | (bzr r10952) | ||||
| * | Fix typo in gtkmm-2.22 backward compatibility | Alex Valavanis | 2012-02-07 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10948) | ||||
| * | Cleaning up my mess... backward compatibility and fix Windows build (hopefully) | Alex Valavanis | 2012-02-07 | 2 | -0/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947) | ||||
| * | Extensions: replace deprecated gtkmm symbols | Alex Valavanis | 2012-02-06 | 8 | -11/+11 |
| | | | | (bzr r10943) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 2 | -4/+2 |
| | | | | (bzr r10940) | ||||
| * | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 8 | -19/+19 |
| | | | | (bzr r10830) | ||||
| * | Fixed null-pointer ctor crashes. | Jon A. Cruz | 2012-01-03 | 1 | -2/+5 |
| | | | | (bzr r10828) | ||||
| * | More deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 2 | -10/+2 |
| | | | | (bzr r10827) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -10/+2 |
| | | | | (bzr r10826) | ||||
| * | Const correctness fixes that also correct bug #893146. | Jon A. Cruz | 2011-12-19 | 17 | -540/+642 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/893146 (bzr r10783) | ||||
| * | variable initialisation | Kris De Gussem | 2011-11-19 | 1 | -9/+6 |
| | | | | (bzr r10746) | ||||
| * | one constructor cannot call the other to initialize the object. See ↵ | Johan B. C. Engelen | 2011-10-28 | 2 | -5/+19 |
| | | | | | | C++faq-lite 10.3 (bzr r10699) | ||||
| * | fix initialization. add todo comment about gui-hidden not being used. | Johan B. C. Engelen | 2011-10-28 | 1 | -1/+3 |
| | | | | (bzr r10698) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2011-10-23 | 3 | -65/+80 |
| | | | | (bzr r10691) | ||||
| * | More forward.h purging. | Jon A. Cruz | 2011-10-04 | 4 | -4/+6 |
| | | | | (bzr r10665) | ||||
| * | Extensions. New "indent" attribute to add an indent level to extension elements. | Nicolas Dufour | 2011-08-06 | 14 | -74/+183 |
| | | | | | | Filters. Adding the new "indent" attribute to parameters groups. (bzr r10529) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -13/+0 |
| | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -12/+11 |
| | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -1/+1 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | remove unnecessary includes. | Johan B. C. Engelen | 2011-04-16 | 1 | -4/+0 |
| | | | | (bzr r10174) | ||||
| * | extensions: use improved spinbutton with math expression evaluation | Johan B. C. Engelen | 2011-04-16 | 2 | -4/+4 |
| | | | | (bzr r10173) | ||||
| * | Extensions. Replacing the groupheader element with an appearance mode in the ↵ | Nicolas Dufour | 2011-03-25 | 5 | -135/+41 |
| | | | | | | description element. (bzr r10129) | ||||
| * | Filters. Posterize basic tweaks. Extensions. Int and Float adjustment ↵ | Nicolas Dufour | 2011-03-23 | 2 | -2/+2 |
| | | | | | | widgets adjustment. (bzr r10125) | ||||
| * | Extensions. Float and Int default mode set to minimal. Filters' mode changed ↵ | Nicolas Dufour | 2011-03-15 | 1 | -6/+6 |
| | | | | | | to full. (bzr r10106) | ||||
| * | Extensions. Warnings (introduced in recent float and int changes) cleanup. | Nicolas Dufour | 2011-03-14 | 2 | -2/+2 |
| | | | | (bzr r10105) | ||||
| * | Extensions. Slider in Float and Int extension widgets. | Nicolas Dufour | 2011-03-14 | 5 | -19/+89 |
| | | | | (bzr r10103) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -1/+1 |
| | | | | (bzr r10067) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -3/+3 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| * | | Extensions. Notebooks now work with internal extensions. | Nicolas Dufour | 2010-12-03 | 4 | -3/+51 |
| | | | | | | | (bzr r9933) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 5 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | | Extensions, i18n. Adding context to description, groupheader and radiobutton ↵ | Nicolas Dufour | 2010-10-09 | 5 | -7/+40 |
| | | | | | | | | | | | extension parameters. (bzr r9821) | ||||
