Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / gtk1 / window.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-03-22  Vadim ZeitlinwxGTK1 compilation fixes after last changes
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-18  Paul Cornettremove unused wxKeyEvent member m_scanCode
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-07-21  Vadim Zeitlindon't use deprecated function
2008-02-14  Julian SmartCut down on unnecessary update events
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-13  Julian SmartTake account of wxBORDER_THEME (assume it's like wxBORD...
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-09-25  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-09-21  Julian SmartOptimized update events by only sending them to visible...
2007-06-28  Vadim ZeitlinCanAcceptFocus() now returns true if either the window...
2007-04-09  Vadim Zeitlinreverted patch 1325857 (rev 1.561): it might have fixed...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-23  Vadim Zeitlincompilation fix after last commit
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2006-12-03  Vadim Zeitlinbackported changes from gtk/window.cpp 1.679 and dnd...
2006-11-14  Vadim Zeitlinbackported changes from gtk/window.cpp rev 1.678 (bug...
2006-10-30  Vadim Zeitlincompilation fix after operator==() removal
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-07-16  Vadim Zeitlindon't crash if m_widget == NULL in OnInternalIdle()
2006-07-04  Vadim Zeitlins/WXK_NEXT/WXK_PAGEDOWN/ to fix compilation with compat...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-06-07  Włodzimierz SkibaInclude wx/combobox.h according to precompiled headers...
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
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-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
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-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-01-30  Julian SmartReverting patch 1325857
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2006-01-18  Julian SmartApplied patch [ 1325857 ] CJK input method doesn't...
2006-01-14  Mart RaudseppRemove stray whitespaces
2006-01-05  Robin DunnAdded wxGetMouseState which returns the current state...
2006-01-03  Julian SmartAdded wxAddGrab, wxRemoveGrab for use by popup window...
2005-12-24  Vadim ZeitlinGTK+ 1 compilation fixes
2005-12-24  Vadim Zeitlinmoded wxWindow::PopupMenu() from window.cpp to menu...
2005-12-13  Mart RaudseppRemove my binary compatibility stuff from HEAD. Patch...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-07  Mart Raudsepp[wxGTK] Support changing the wxSTAY_ON_TOP style value...
2005-10-10  Vadim Zeitlinadded GtkUpdateScrollbar; folded some code duplicated...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-25  Michael WetherellFix for crash in ~wxWindow() on solaris
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-18  Julian SmartApplied patch 1283609 GTK window dtor + wxGrid + cellEd...
2005-08-17  Mart Raudsepp[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage...
2005-08-05  Vadim Zeitlininitialize send_event field of GdkEventExpose we genera...
2005-08-02  Michael WetherellAdd import/export attributes
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-14  Mart RaudseppAdd some missing runtime gtk+ version checks. There...
2005-06-02  Julian SmartReverted last two changes
2005-06-02  Julian SmartMoved allocation of m_imData or key down gives seg...
2005-06-02  Robin DunnSave the last key event so EVT_CHAR events can filled...
2005-05-26  Robin DunnDon't add extra size to the height, it makes the combo...
2005-05-21  Robert Roebling Setting the background colour of a wxWindow or
2005-03-27  Vadim Zeitlinmade Update() recursive under wxGTK2 (doesn't work...
2005-03-21  Vadim Zeitlinfixed unused function warning in GTK+ 2 compilation
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-03-13  Robert Roebling Query for "default_border" not "default_outside_borde...
2005-03-10  Robert Roebling Reenable dead keys under GTK2.
2005-03-04  Robert Roebling Try to catch theme change on the fly in button in
2005-03-04  Robert Roebling Trying to get default button placement and size right.
2005-02-28  Vadim ZeitlinwxUniv compilation fix
2005-02-27  Robert Roebling The position (mouse pos) returned by wxKeyEvent sometimes
2005-02-21  Julian SmartDon't inherit background from parent if we're top-level
2005-02-21  Vadim Zeitlincall gdk_flush() in Update() (see discussion of patch...
2005-02-20  Robert Roebling Commited fix for wrong background colour in TLWs...
2005-02-15  Robert Roebling Better resizing code fro wxComboBox.
2005-02-08  Robin DunnCheck accelerators before sending EVT_CHAR
2005-02-08  Robin DunnAllow EVT_CHAR events in a wxGTK2 build for F-keys...
2005-02-05  Robert Roebling Reorganized char and keydown event code, hoping
2005-02-03  Robert Roebling Fixed missing key down events (probably introduced
2005-02-03  Robert Roebling Committed Raise()Lower() fix.
2005-01-30  Robert Roebling I changed something, but I forgot what.
2005-01-30  Robert Roebling Applied IM patch.
2005-01-29  Robert Roebling One more place where we need to use connect_after
2005-01-23  Robert Roebling Enable UpdateUI events in wxTaskBarIcon.
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
next