Allow building wxGTK3 with Broadway backend.
[wxWidgets.git] / src / unix / displayx11.cpp
2012-07-13  Vadim ZeitlinAllow building wxGTK3 with Broadway backend.
2010-05-23  Paul Cornettcompile fix for GTK2 systems which have X11/extensions...
2010-05-22  Vadim ZeitlinUse GTK+ functions for wxDisplay implementation.
2009-09-24  Julian SmartApplied patch #9058 (add Hildon 2.0 support)
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-04-06  Robert RoeblingFix compilo
2007-11-22  Paul Cornettnon-pch build fix for wxUSE_DISPLAY==0
2007-11-13  Paul Cornettbuild fix for wxUSE_DISPLAY==0
2007-11-11  Vadim ZeitlinX11 implementation of wxClientDisplayRect() doesn't...
2007-11-07  Vadim Zeitlinreplaced FIXME comment left in the last commit with...
2007-11-06  Vadim Zeitlinimplement wxGetCientDisplayRect() correctly for X11...
2006-10-02  Paul Cornettuse unsigned for display count
2006-09-09  Vadim Zeitlinonly return matching modes from GetModes()
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-03-16  Vadim Zeitlinadded wxDisplayFactoryX11 ctor body
2006-03-16  Vadim Zeitlinlinking fixes after last checkin
2006-03-16  Vadim Zeitlincompilation fixes after last checkin
2006-03-16  Vadim ZeitlinwxDisplay cleanup/rewrite:
2006-02-20  Jouk Jansen Committing in .
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-07-25  Vadim Zeitlintided up the code a little (replaces part of patch...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-12-20  Ryan NortonReversed,...
2003-12-20  Ryan NortonComment....
2003-12-20  Ryan NortonAdded an assert...
2003-12-15  Ryan NortonUncommented Brian Vitors stuff...
2003-12-14  Václav Slavíkadded checks for Xxf86vmode
2003-12-14  Václav Slavíkfixed compilation errors, made messages more human...
2003-12-13  Ryan NortonBrian Victor's Patch & Cleanups
2003-12-13  Ryan NortonDisplay correct refresh rate & fixed reset mode with...
2003-12-13  Ryan NortonImplemented resolution changing using X11 video extenti...
2003-12-13  Ryan NortonAdded some placeholders...
2003-09-27  Vadim ZeitlinUnicode fix
2003-09-27  Vadim Zeitlinfixed bug in wxDisplay::GetFromPoint() when Xinerama...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-01  Julian SmartApplied patch [ 649157 ] wxDisplay for Unix