Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / gtk1 / window.cpp
2005-01-16  Robert Roebling Applied patch which solved conflicts between wxWidgets
2005-01-05  Robin DunnSet the window id for key events
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-05  Kevin HockPrevent GDK assertions when a window has a hidden ...
2004-12-01  Robert Roebling Applied patch to correct EVT-CHAR
2004-10-28  Václav Slavíkfixed wxTextCtrl::EmulateKeyPress to work in Unicode...
2004-10-17  Robert Roebling Forgot to commit.
2004-10-14  Vadim Zeitlinalways let GTK process focus_out events itself
2004-10-05  Robert Roebling Fixed missing focus problem.
2004-10-03  Robert Roebling Reworked TLW and app activation event code, also
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-26  Robert Roebling GTK1 compilo.
2004-09-22  Robert Roebling Small fix for tabbing into wxListBox.
2004-09-03  Václav SlavíkMBCS and IM fixes (patch 1016292)
2004-08-29  Julian SmartDon't draw flat box unless background style is system
2004-08-29  Julian SmartSetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used...
2004-08-16  Václav Slavíkfixed handlers registration in DoPopupMenu (patch 1009949)
2004-08-15  Václav Slavíkinvalidate best size cache when GTK style changes
2004-08-14  Václav Slavíkreverted accidentally committed changes in previous...
2004-08-14  Václav Slavíkattributes inheritance fix; apply style to both m_wxwin...
2004-07-23  Vadim Zeitlingenerate EVT_CONTEXT_MENU when right mouse button is...
2004-07-21  Robin DunnSet m_wheelDelta for wheel events
2004-07-13  Václav Slavíkunified Pango GetTextExtent implementations
2004-07-03  Václav Slavíkimplemented tab order in wxGTK2
2004-07-01  Václav Slavíkset descent in GetTextExtend; use PANGO_PIXELS instead...
2004-06-27  Václav Slavíkwarning fix
2004-06-26  Václav Slavíkmore fixes to keypress handling in wxGTK:
2004-06-24  Václav Slavíkinform the IM context about focus changes
2004-06-24  Václav SlavíkGtkIMContext must be the first to process keypress...
2004-06-24  Václav Slavíkfixed keypresses handling to correctly translate Unicod...
2004-06-24  Václav Slavíkfixed memory leak and removed duplicated code
2004-06-24  Václav Slavíkuse GtkIMContext variable, not GtkIMMulticontext, we...
2004-06-23  Václav Slavíkgtk_widget_get_display is documented to be GTK >= 2...
2004-06-19  Václav Slavíkinterpret m_has..Col, m_hasFont correctly
2004-06-19  Václav Slavíkmoved DoApplyWidgetStyle to wxWindowGTK
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-18  Robin DunnGive wxWindowGTK::ApplyWidgetStyle an implementation...
2004-06-18  Václav Slavíkreset fg/bg colour and font to default if set to wxNull...
2004-06-17  Robin DunnSet/Reset ThemeEnabled when changing the fore/backgroun...
2004-06-17  Václav Slavíkit's OK to set background,foreground colour even with...
2004-06-15  Julian SmartTypo correction
2004-06-15  Julian SmartNavigate corrections
2004-06-15  Julian SmartTests for wxTE_PROCESS_TAB again in line with other...
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-06-13  Václav Slavíkfixed background rendering if GetThemeEnabled()=true...
2004-06-04  Václav Slavíkuse simple template instead of macro, it's easier to...
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-05-30  Václav Slavíkdon't use global variables if GTK provides mechanism...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-13  Robin DunnPatch [ 952969 ] Parentless windows forced to center...
2004-05-02  Vadim Zeitlinfixed assert failure for a window which doesn't have...
2004-05-01  Robin DunnReverted last change
2004-05-01  Robin DunnIn wxGTK2 the wxMessageDialog is not a real wxDialog...
2004-04-22  Robin DunnSetFont may temporarily rset the background to wxNullCo...
2004-04-01  Vadim ZeitlinwxGTK became a little too eager in using the best size...
2004-04-01  Vadim Zeitlinuse GetFont() instead of (possibly not initialized...
2004-04-01  Vadim Zeitlinshow window from PostCreation() (which is called for...
2004-04-01  Vadim Zeitlinonly use font/colours in SetWidgetStyle() if they're set
2004-04-01  Vadim Zeitlinreally show the window after creation (calling Show...
2004-03-27  Vadim Zeitlinuse best size instead of hard coded 80*26 in SetSize...
2004-03-20  Robert Roebling Fix conversion error in tooltips.
2004-03-17  Robert Roebling Applied wheel mouse patch.
2004-03-05  Robin DunnChanged WidthDefault() and HeightDefault() to use 400...
2004-02-22  Julian SmartFix for compilation under GTK+ 2.0
2004-02-12  Vadim Zeitlinsuppress triple clicks generation completely for GTK2...
2004-02-10  Vadim Zeitlinrestored defaults in switchs removed in the last commit
2004-02-09  Vadim Zeitlindon't just drop click events resulting from triple...
2003-12-11  Julian SmartApplied patch [ 829367 ] Correctly handle mouse wheel...
2003-12-11  Julian SmartAplied patch [ 816113 ] Inconsistent GetCharWidth over...
2003-12-11  Julian SmartApplied patch [ 816021 ] SetFont without m_widget
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-19  Robin DunnCheck wxSIZE_ALLOW_MINUS_ONE for x and y too.
2003-09-16  Robert Roebling Left in some debug code.
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-11  Robert Roebling Filter out triple click events entirely.
2003-09-09  Robert Roebling Upported a number of patches to HEAD.
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() for...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-30  Vadim Zeitlinreverted GTK 1.x part of the last patch, it breaks...
2003-07-22  Robert Roebling Applied pop menu patch.
2003-07-10  Vadim Zeitlincorrected bug with alignment of static labels with...
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Robert Roebling Added Theme patch.
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-06  Vadim Zeitlindon't east 100% of CPU when showing popup menu (patch...
2003-07-01  Vadim Zeitlininit more (all?) member variables
2003-06-19  Robert Roebling Font crash and timer fix as per 2_4.
2003-06-09  Stefan NeisFixed Refresh to clip update rectangles to the visible...
2003-06-01  Julian SmartApplied patch [ 739063 ] window.cpp (gtk) - mouse event...
2003-05-14  Robin DunnChanges allowing for proper KEY_DOWN and CHAR events...
2003-05-05  Robert Roebling Upported fix to mouse capture event handling.
2003-04-24  Robert Roebling Another attempt to fix the freeze while mouse capturing.
2003-04-23  Robert Roebling Typo in mouse event code.
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
2003-01-31  Robert Roebling Typo.
2003-01-31  Robert Roebling Corrected GTK2 creation of default font.
2003-01-26  Robert Roebling Font work.
next