Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / gtk / app.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-12-14  Paul CornettGet DC size from GDK window if possible, client size...
2012-12-06  Paul Cornettdisable Ubuntu "overlay scrollbar", see #14871
2012-11-25  Vadim ZeitlinHandle UBUNTU_MENUPROXY=0 as "not using global menu".
2012-11-25  Vadim ZeitlinAdd wxApp::GTKIsUsingGlobalMenu() helper to wxGTK.
2012-11-14  Vadim ZeitlinDon't call setlocale("") on startup by default any...
2012-11-08  Paul CornettDisable GTK2-specific code to change theme when buildin...
2012-10-31  Paul Cornettfix WakeUpIdle() when called from another thread while...
2012-06-30  Paul Cornettsupport for GTK3
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2012-04-08  Vadim ZeitlinAlways use UTF-8 for file names passed to GTK+ function...
2012-02-26  Vadim ZeitlinFix wxGTK compilation when using non X11-based GDK.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-11-11  Vadim ZeitlinImprove check for ASCII locale in wxGTK initialization...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-01-07  Paul Cornettremove unused function GetGdkVisual()
2009-10-13  Paul CornettMake m_idleMutex an object instead of a pointer. Use...
2009-09-24  Julian SmartApplied patch #9058 (add Hildon 2.0 support)
2009-09-22  Vadim ZeitlinDefine wxSetDetectableAutoRepeat() for X11-based ports...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinDispatch pending events without waiting for idle time...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-04-16  Václav Slavíkremoved no longer needed wxOKlibc() helper
2008-03-13  Paul Cornettfix for idle processing stopping without processing...
2008-03-10  Vadim Zeitlinfix handling of native toolkit command line options...
2008-02-27  Vadim Zeitlinadd SetNativeTheme() (slightly modified patch 1884553)
2007-12-20  Paul Cornettremove old thread debugging code
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-11-13  Vadim Zeitlindelete m_idleMutex later to avoid crashes if any window...
2007-11-12  Vadim Zeitlinsome Hildon integration work: use HildonProgram (for...
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-09-21  Vadim Zeitlininclude vms_jackets.h directly from wx/platform.h inste...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-06-22  Vadim Zeitlinfix warnings about parameters shadowing member variables
2007-04-23  Václav Slavíkadded code for checking if the current locale is UTF...
2007-04-23  Vadim Zeitlintiny change to make g++ 3.3 compile the latest version
2007-04-22  Vadim Zeitlindetect if there was an error in standard GTK+ options...
2007-04-22  Vadim Zeitlinupdate wxApp::argc/argv to remove the options parsed...
2007-04-19  Paul CornettReorganize idle system code.
2007-04-15  Vadim ZeitlinRefactor all code common to X11 OpenGL implementations...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-03-20  Vadim Zeitlinprevent GTK+ from changing locale when wxUSE_INTL=...
2007-03-12  Vadim Zeitlinadded wxAppTraits::SetLocale() and call it during wxApp...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-03-07  Vadim Zeitlinfix hang on startup in Unicode build if any standard...
2007-01-18  Paul Cornettrevert last, GUI mutex isn't GUI-only
2007-01-18  Paul Cornettuse GTK-specific GUI lock
2007-01-15  Paul Cornettremove some unneeded includes, clean up gnome force...
2007-01-15  Paul Cornettchain to the polling function GLib was using before...
2006-12-28  Paul Cornettfix idle handling when a new event loop is run from...
2006-12-09  Paul Cornettrename RemoveIdleSource to SuspendIdleCallback
2006-12-08  Paul Cornettre-enable blocking of wx idle events when assert dialog...
2006-12-07  Robert Roebling No longer break idle (and indeed all) event handling
2006-11-27  Michael WetherellCheck for G_FILENAME_ENCODING=@locale case insensitively.
2006-11-17  Robert Roebling Implemented forceTrueColour in SetBestVisual.
2006-11-11  Robin DunnwxFD_SETSIZE --> FD_SETSIZE
2006-11-03  Paul Cornettignore requests to install idle handler when app instan...
2006-11-02  Paul Cornettdon't reset idle tag unless idle function is also going...
2006-10-30  Paul Cornettdon't try to add emission hook if GtkWidget type is...
2006-09-09  Paul Cornettadd emission hook from RemoveIdleSource (was RemoveIdle...
2006-08-26  Paul Cornettuse "event" signal emission hook to install idle handle...
2006-08-26  Paul Cornettdon't tie up cpu in idle loop when showing assert dialog
2006-08-26  Paul Cornettremove special pending idle callback, pending events...
2006-08-25  Vadim Zeitlinoverride OnAssertFailure(), not OnAssert() which is...
2006-08-09  Michael WetherellDetect and use sys/select.h required by POSIX for select
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-19  Włodzimierz SkibaInclude wx/gdicmn.h according to precompiled headers...
2006-06-19  Paul Cornettremove obsolete color cube and image to bitmap code
2006-06-14  Włodzimierz SkibaInclude wx/font.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/memory.h according to precompiled headers...
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-22  Paul Cornettunused win_gtk stuff
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
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-04  Mart RaudseppwxGTK2: No need to warn about threads being unsupported...
2006-04-04  Mart Raudseppgdk_window_get_visual -> gdk_drawable_get_visual
2006-03-17  Robert Roebling Rearrange code to make adding wxMimeTypesManagerFactory
2006-03-09  Vadim Zeitlinfixed idle event generation logic (thanks to Paul Corne...
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-22  Robert Roebling Support requesting more idle events.
2006-02-03  Mart RaudseppGTK2: gtk_idle_add_priority -> g_idle_add_full; gtk_idl...
2006-02-03  Mart Raudseppg_main_set_poll_func(x) -> g_main_context_set_poll_func...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-26  Michael WetherellSupport comma separated list in G_FILENAME_ENCODING
2005-05-30  Julian SmartApplied patch [ 1211219 ] Build fix for configurations...
2005-04-21  Michael WetherellSupport for G_FILENAME_ENCODING=@locale
2005-04-13  Michael WetherellMove G_FILENAME_ENCODING to wxGTK
2005-03-29  Robert Roebling Made wxConvBrokenFileNames public.
2005-03-27  Vadim Zeitlinapplied patch fixing problems with X server crash when...
2005-02-11  Robert Roebling Made gnome printing stuff return wxPRINT_CANCELLED if
2004-12-01  Robert Roebling Added support for GNOME print in static builds
next