STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / gtk1 / window.cpp
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.
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-05  Robert Roebling Removed usage of GetInternalFont() from GTK 2.0....
2002-12-16  Julian SmartApplied [ 654253 ] wxGTK: fix to wxGetMousePosition()
2002-12-08  Robert Roebling Catching dclick event from a spinbutton or spin control
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Vadim Zeitlindon't send clicked event for wxID_CANCEL button when...
2002-08-23  Vadim Zeitlinfixed some GTK2 compilation warnings
2002-08-20  Robert Roebling Added scrolling of widgets to GTK 2.0.
2002-08-19  Robert Roebling Extra check for GTK2.
2002-08-17  Robert Roebling Compile fixes for ANSI mode.
2002-08-13  Robert Roebling New GTK 2.0 Update() code.
2002-08-13  Robert Roebling Implemented GetTextExtent() for GTK 2.0.
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-07-23  Robert RoeblingChanged wxGTK's notion of SetSize() to never allow...
2002-07-12  Robert Roebling Tried to fix update/refresh again. The code erronously
2002-07-06  Robert Roebling Cosmetic change.
2002-06-22  Ron Leearg type warning fixes.
2002-06-18  Julian SmartSet the clear region to be the update region if the...
2002-06-17  Vadim Zeitlininit the event id and timestamp fields for the mouse...
2002-06-12  Vadim Zeitlinadded missing semicolons after asserts (patch 567853)
2002-06-12  Vadim Zeitlinfixed a warning
2002-06-09  Robert Roebling Moved wxCharhookEvent so that it sends the same
2002-06-02  Robert Roebling Another typo fixed.
2002-06-02  Robert Roebling Probably fixed mouse event bug introduced recently.
2002-06-02  Robert Roebling Implemented CharHook events.
2002-05-31  Vadim Zeitlinremoved unused wxWindowGTK::m_isFrame
2002-05-31  Vadim Zeitlinreplaced m_isRadioButton with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isStaticBox with a virtual...
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinfixes for the focus handling: don't set back to back...
2002-05-14  Julian SmartIn an expose event, the m_clearRegion is also updated...
2002-04-23  Mattia BarbonMake Univ/GTK compile again
2002-04-22  Ron Leebuggy cast == buggy scrolling in Life!
2002-04-22  Vadim Zeitlinreset g_delayedFocus when the window is deleted to...
2002-04-21  Robert Roebling Bunch of GTK theme changes.
2002-04-20  Vadim Zeitlinfixed initial focus handling in the dialog and made...
2002-04-19  Robert Roebling Updated makefile for mobile sample.
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
2002-04-13  Robert Roebling Fix wxListCtrl bakground colour bug Part II.
2002-04-08  Vadim Zeitlinadded a few debugging messages
2002-04-08  Vadim Zeitlinfix for non-US keyboards: the ASCII chars must be unsigned
2002-04-08  Vadim ZeitlinwxGTK keyboard handling now behaves (mostly) like wxMSW
2002-04-08  Vadim Zeitlinsome kbd processing code cleanup, no real changes yet
2002-04-07  Vadim Zeitlinadded raw key code and flags support (based on patch...
2002-04-05  Robert Roebling Fixed the background colour bug.
2002-04-03  Robert Roebling Small typo, big effect.
2002-04-02  Vadim Zeitlincompilation warning fixes
2002-03-29  Robert Roebling A bit of scrolling works under GTK 2.0
2002-03-29  Robert Roebling Make scrollbars appear.
2002-03-29  Robert Roebling Wrong #ifdef for GTK 1.2
2002-03-29  Robert Roebling More work on GTK 2.0 drawing.
2002-03-28  Robert Roebling Put some life into GTK 2.0 drawing.
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-02-23  Robert Roebling Some work on GTK focus handling and events.
2002-02-20  Robert Roebling Always send an erase event to satisfy some users...
2002-02-19  Robert Roebling Added test for default action (button normally)
2002-02-17  Robert Roebling wxX11:
2002-02-10  Václav Slavíkrespect minimal wxTLW size in wxUniv
2002-02-08  Robert Roebling More refreshes are deferred to idle time.
2002-02-04  Robert Roebling Added missing test in wxObject::Ref() for already
2002-02-04  Robert Roebling Now updating and clearing are done in a delayed fashion.
2002-02-01  Václav Slavíkcompilation fix
2002-01-30  Robert Roebling Added wxRegion::Offset(x,y)
2002-01-30  Robert Roebling Added various calls to wxWindow::Update() to
2002-01-30  Robert Roebling New Refresh()/Update() behaviour. As expected, scrolling
2002-01-30  Robert RoeblingSome changes for new Update/Refresh behaviour. This
2002-01-20  Václav Slavíkmake sure gs_captureWindow is always set to NULL in...
2002-01-19  Vadim Zeitlinmaintaint the mouse capture stack in all ports, not...
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-11-22  Robert Roebling Tries to fix wxListBox focus problems.
2001-11-21  Václav SlavíkwxMouseEvent's coordinates are now relative to client...
2001-11-17  Vadim Zeitlincompilation fix
2001-11-16  Vadim ZeitlinwxGTK popup menu positioning fix
2001-11-09  Vadim Zeitlinremoved focus assert
2001-11-08  Robert Roebling wxListBox mouse events now report coords relative
2001-10-10  Vadim Zeitlinattempts to process non ASCII key strokes properly
2001-10-09  Vadim Zeitlinfixed results of strange cvs code merge
2001-10-09  Gilles Depeyrotadded missing close brace
2001-10-08  Václav Slavíkhopefully fixes focus assertion
2001-10-08  Vadim Zeitlinnormalized handling of Ctrl-x key presses and documente...
2001-10-05  Václav Slavíkan (blind) attempt to fix wxGTK frame activation bug
next