summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/floating-behavior.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dialogs: improve opacity handling through use of CSSPatrick Storz2019-10-261-73/+21
* Remember dialog visibility with the floating dialog behaviourNathan Lee2019-03-061-1/+4
* Header cleanup.Tavmjong Bah2019-02-121-1/+0
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-1/+1
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
* Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-1/+0
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-8/+0
|\
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-8/+0
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+1
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+4
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+1
|/
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
* Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+2
* Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-081-1/+7
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
* Remove remaining ancient GTK+ version checksAlex Valavanis2012-04-301-7/+0
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-1/+0
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-2/+9
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-0/+1
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-1/+1
* Doxygen cleanup.Jon A. Cruz2011-10-031-18/+21
* GTK+ cleanup: gtk_timeout_addAlex Valavanis2011-07-031-1/+1
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-2/+0
* zero out pointers to deleted members. might expose problems if a stail pointe...Jon A. Cruz2010-04-041-44/+45
* From trunkTed Gould2008-10-271-29/+32
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould2008-09-251-0/+82
* Removed Win32 keep-dialogs-on-top preference, now set permanently to trueJoel Holdsworth2008-03-221-5/+2
* The dialog to panel refactoring:gustav_b2007-11-221-19/+6
* Cleaned up Dialog class, coding style, unused code, etc. (onlygustav_b2007-09-191-2/+2
* Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b2007-09-101-1/+1
* Fixes for transient dialogs in win32.gustav_b2007-09-021-9/+0
* Dockable dialogs patch applied gustav_b2007-08-291-0/+182