| Commit message (Expand) | Author | Age | Files | Lines |
| * | Dialogs: improve opacity handling through use of CSS | Patrick Storz | 2019-10-26 | 1 | -73/+21 |
| * | Remember dialog visibility with the floating dialog behaviour | Nathan Lee | 2019-03-06 | 1 | -1/+4 |
| * | Header cleanup. | Tavmjong Bah | 2019-02-12 | 1 | -1/+0 |
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -3/+3 |
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| * | Rm remaining Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -1/+0 |
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -8/+0 |
| |\ |
|
| | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -8/+0 |
| * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+1 |
| * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+4 |
| * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -4/+1 |
| |/ |
|
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -1/+1 |
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur... | Alex Valavanis | 2015-04-27 | 1 | -4/+0 |
| * | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| * | Remove misleading dialogs directory | Liam P. White | 2014-09-02 | 1 | -1/+1 |
| * | Adding inclusion of config.h where needed for threads.h check. | Jon A. Cruz | 2013-06-07 | 1 | -0/+4 |
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm h... | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| * | Correct to compile against recent gtkmm, including updated macports versions.... | Jon A. Cruz | 2013-06-04 | 1 | -0/+2 |
| * | Drop deprecated get_vbox method in Gtk::Dialog | Alex Valavanis | 2013-03-08 | 1 | -1/+7 |
| * | Fix missing headers for Gtk+ 3 build | Alex Valavanis | 2013-02-23 | 1 | -0/+1 |
| * | Remove remaining ancient GTK+ version checks | Alex Valavanis | 2012-04-30 | 1 | -7/+0 |
| * | Fix typos in Gtk3 fixes, and fix separator API usage | Alex Valavanis | 2012-04-30 | 1 | -1/+0 |
| * | gtkmm-3.0 fixes for Gtk::Box and header inclusions | Alex Valavanis | 2012-04-28 | 1 | -2/+9 |
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -0/+1 |
| * | Lots of gtkmm deprecation fixes | Alex Valavanis | 2012-02-11 | 1 | -1/+1 |
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -18/+21 |
| * | GTK+ cleanup: gtk_timeout_add | Alex Valavanis | 2011-07-03 | 1 | -1/+1 |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| * | Remove the failed and unused "new gui" stuff. | Krzysztof Kosi??ski | 2010-10-12 | 1 | -2/+0 |
| * | zero out pointers to deleted members. might expose problems if a stail pointe... | Jon A. Cruz | 2010-04-04 | 1 | -44/+45 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -29/+32 |
| * | Sorry, I got off on a branch and ended up with a bunch of things. I'm just g... | Ted Gould | 2008-09-25 | 1 | -0/+82 |
| * | Removed Win32 keep-dialogs-on-top preference, now set permanently to true | Joel Holdsworth | 2008-03-22 | 1 | -5/+2 |
| * | The dialog to panel refactoring: | gustav_b | 2007-11-22 | 1 | -19/+6 |
| * | Cleaned up Dialog class, coding style, unused code, etc. (only | gustav_b | 2007-09-19 | 1 | -2/+2 |
| * | Allow GdlDockItems to take focus, and grab focus on present. Various | gustav_b | 2007-09-10 | 1 | -1/+1 |
| * | Fixes for transient dialogs in win32. | gustav_b | 2007-09-02 | 1 | -9/+0 |
| * | Dockable dialogs patch applied | gustav_b | 2007-08-29 | 1 | -0/+182 |