]> git.saurik.com Git - wxWidgets.git/history - src/gtk1/window.cpp
compilation warning fixes
[wxWidgets.git] / src / gtk1 / window.cpp
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
2001-09-28  Václav Slavíkimplemented wxActivateEvent properly
2001-09-28  Václav Slavíkfixed client area origin handling in wxGTK
2001-09-25  Vadim Zeitlincompilation fix
2001-09-24  Vadim Zeitlinadded workaround for GTK+ focus_out bug (and removed...
2001-09-24  Václav Slavíkimplemented captured windows stack
2001-09-19  Václav Slavíkfixes to client area origin handling
2001-09-18  Václav Slavíkmoved AdjustToClientAreaOrigin to wxWindowBase, needed...
2001-08-24  Vadim Zeitlingenerate wxEVT_ACTIVATE_APP events for wxMSW too
2001-08-19  Robert Roebling Various changes for simplification of focus event
2001-08-06  Vadim Zeitlincompilation fix (sorry)
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
2001-08-02  Robin DunnDon't send a focus event if the window is a wxTextCtrl...
2001-07-10  Vadim ZeitlinwxComboBox appearance fixes, looks fine now but doesn...
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-14  Robert Roebling I don't understand the SetIconState code in /src...
2001-06-11  Robert Roebling Applied wxImage::Scale() patch,
2001-05-18  Robert Roebling Applied patch for non-Latin keyboards.
2001-05-17  Julian SmartImplemented OnParentEnable to allow widgets to reset...
2001-05-16  Julian SmartMade wxWindow::Enable recursive in order to solve colou...
2001-04-22  Robert Roebling Toplevel windows now send both activate and focus
2001-04-22  Robert Roebling Applied BMP patch.
2001-03-26  Julian SmartAdded focus in/out handlers for wxTextCtrl
2001-02-13  Julian SmartMore GTK+ 1.3.1 fixes
2001-02-12  Julian SmartFix for unsafe use of a global pointer for focus window...
2001-01-23  Robert Roebling Change required for new event types.
2000-12-16  Robert Roebling Applied colour patch for better 8-bit support,
2000-11-26  Robert Roebling Ported stable-tree refresh code to devel tree.
2000-09-30  Vadim Zeitlinfix from Robert for extra refreshes
2000-09-15  Robert Roebling Minor corrections to new theme code.
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-09-15  Robert Roebling Notebook theme attampt.
2000-09-14  Robert Roebling Another theme fix.
2000-09-14  Robert Roebling More theme goodies.
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-07  Julian SmartGot wxHelpContext working, plus wxFindWindowAtPointer...
2000-09-07  Julian SmartMade wxContextHelp implementation generic and added...
2000-08-10  Jouk Jansen Committing in .
2000-07-19  Ove KaavenMake this compile with gtk+ 1.3.1... not sure what...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-20  Julian SmartFixed problem with CaptureMouse if cursor is null.
2000-03-19  Václav Slavíkfixed KeySym handling ((keysym & 0xF000) != 0 instead...
2000-03-16  Jouk Jansen Committing in .
2000-03-14  Robert Roebling Fixed missing paint events when overriding DoMoveWindow()
2000-03-14  Robert Roebling Corrected status bar redraw problems.
2000-03-12  Robert Roebling Corrected scrollwin thumb release event,
2000-03-10  Robert Roebling Small oops in redrawing code.
2000-03-09  Robert Roebling Disabled horizontal report mode scrolling in wxListCtrl
2000-03-09  Robert Roebling Some make corrections for HP and related,
2000-03-04  Robert Roebling Some more drawing things,
2000-02-23  Robert Roebling #ifdeffed new paint clipping :-(
2000-02-22  Robert Roebling Playing with scrolling, als fixed redraw
2000-02-22  Robert Roebling Removed some debug code.
2000-02-21  Robert Roebling Slightly better GC pooling,
2000-02-21  Robert Roebling Implemented MSW's paint region clipping, but
2000-02-17  Robert Roebling Small testing changes,
2000-02-15  Robert Roebling list ctrl and tree ctrl didn't like the new focus...
2000-02-15  Robert Roebling wxGTK now ignores widget style when using the pixmap...
2000-02-15  Bart A.M. Jourquin wxEVT_SCROLL_THUMBRELEASE instead of wxEVT_SCROLLWIN_...
2000-02-12  Vadim Zeitlinmouse event flags have MSW-compatible values for click...
2000-02-11  Guillermo Rodrigue... Added wxEVT_SCROLL[WIN]_THUMBRELEASE
2000-02-06  Robert Roebling Tried to prevent scrollbars from scrolling as
next