Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / gtk1 / window.cpp
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...
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...
next