2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw |
2010-04-26 |
Vadim Zeitlin | Set popup menu invoking window in wxWindowBase and... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-08-01 |
Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBa... |
blob | commitdiff | raw | diff to current |
2008-05-17 |
Stefan Neis | Fixed wxWindowOS2::Reparent. |
blob | commitdiff | raw | diff to current |
2008-01-19 |
Stefan Neis | Fixed OS/2 compilation after wxDC changes |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
blob | commitdiff | raw | diff to current |
2007-12-22 |
Vadim Zeitlin | unset the window as invoking window of wxCurrentPopupMe... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-11-11 |
Stefan Neis | Avoid passing wxChar* to API functions (patch #1830017). |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Stefan Neis | Replaced incorrect or inefficient usage of char_str... |
blob | commitdiff | raw | diff to current |
2007-04-06 |
Stefan Neis | Compilation fix for wxCStrData handling. |
blob | commitdiff | raw | diff to current |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
blob | commitdiff | raw | diff to current |
2006-08-06 |
Stefan Neis | Fixed (?) problem in region handling which caused major... |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContain... |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Stefan Neis | Added implementation for wxGetKeyState and wxGetMouseState. |
blob | commitdiff | raw | diff to current |
2006-06-19 |
Włodzimierz Skiba | Include wx/menuitem.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Włodzimierz Skiba | AUI under wxOS2 build fixes. |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Włodzimierz Skiba | Include wx/textctrl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-05 |
Stefan Neis | Removed some focus handling that was to general and... |
blob | commitdiff | raw | diff to current |
2006-06-05 |
Stefan Neis | Improved error handling. |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Włodzimierz Skiba | Fix for linking error after combo changes: dummy gettin... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Włodzimierz Skiba | Final and global PRIOR/NEXT change: keep consistency... |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Jamie Gadd | Deprecate wxDC::{Begin,End}Drawing() |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Włodzimierz Skiba | Include order is wxprec.h=>defs.h=>platform.h=>setup... |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Stefan Neis | Fixed sizing and positioning, simplifying code (too... |
blob | commitdiff | raw | diff to current |
2006-01-03 |
Stefan Neis | Fixed bug introduced by previous change (patch #1395852) |
blob | commitdiff | raw | diff to current |
2006-01-02 |
Stefan Neis | Use system colours |
blob | commitdiff | raw | diff to current |
2005-11-04 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxOS2 part). |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Włodzimierz Skiba | Support for automatic setup.h in OS/2 with OW builds... |
blob | commitdiff | raw | diff to current |
2005-10-17 |
Włodzimierz Skiba | Follow changes in common code. |
blob | commitdiff | raw | diff to current |
2005-08-16 |
Włodzimierz Skiba | Build fix. |
blob | commitdiff | raw | diff to current |
2005-08-06 |
Vadim Zeitlin | fix wxGetMessageName() in Unicode build (patch 1250662) |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Włodzimierz Skiba | Updated info about missing parts in OW headers (now... |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Włodzimierz Skiba | wxOS2 with Open Watcom: correct PCH usage, missing... |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Włodzimierz Skiba | Comment correction. |
blob | commitdiff | raw | diff to current |
2005-06-12 |
Stefan Neis | Unicode compilation fixes. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Stefan Neis | Applied patch #1197608 (Correction to key up handler). |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Stefan Neis | Applied patch #1198401(GroupBox background painting... |
blob | commitdiff | raw | diff to current |
2005-04-27 |
David Webster | Unicode fixes for OS/2 |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Stefan Neis | Fixed child positioning on window resizing. |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Stefan Neis | Backed out a fix which seems to cause more trouble... |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Włodzimierz Skiba | wxWindow::GetClientAreaOrigin duplicated wxWindowBase... |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Kevin Hock | Use event modifiers and accessors rather than m_ variab... |
blob | commitdiff | raw | diff to current |
2004-11-28 |
Stefan Neis | Added support for compiling with wxUSE_STL set to 1. |
blob | commitdiff | raw | diff to current |
2004-10-10 |
Stefan Neis | Move children if parent gets resized. |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Julian Smart | Applied patch [ 1039456 ] [wxOS2]Popup menu problems |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Václav Slavík | changes to make wxWindow::FindFocus work as expected... |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Stefan Neis | Re-simplified ScrollWindow routine. |
blob | commitdiff | raw | diff to current |
2004-09-26 |
Stefan Neis | Make scrolling work better (without constantly refreshi... |
blob | commitdiff | raw | diff to current |
2004-09-19 |
Stefan Neis | Applied patch #1023777 (Notebook initialisation). |
blob | commitdiff | raw | diff to current |
2004-07-29 |
David Elliott | Removed unused event table entries |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Václav Slavík | use current mouse position as default position in wxWin... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-03-01 |
David Webster | Warning suppressions |
blob | commitdiff | raw | diff to current |
2003-12-14 |
Stefan Neis | Fixed mouse event generation. |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Vadim Zeitlin | removed calls to wxWindowBase::InitBase(), it is called... |
blob | commitdiff | raw | diff to current |
2003-10-26 |
Stefan Neis | Fixed update rectangle passed to WinInvalidateRect... |
blob | commitdiff | raw | diff to current |
2003-10-03 |
Stefan Neis | Fixed usage of uninitialized variable. |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Vadim Zeitlin | compilation fix after last commit |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_... |
blob | commitdiff | raw | diff to current |
2003-09-21 |
Stefan Neis | Switched over to using wxEventLoop. |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Vadim Zeitlin | call RemoveChild() in ~wxWindowBase instead of doing... |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Stefan Neis | Cleaned up remains of outdated 3D effect handling. |
blob | commitdiff | raw | diff to current |
2003-08-20 |
Stefan Neis | Compilation fixes for gcc-3.2. |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Vadim Zeitlin | renamed wxWindow::Clear() to ClearBackground() (fixes... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Julian Smart | Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE... |
blob | commitdiff | raw | diff to current |
2003-04-17 |
David Webster | More OS/2 updates reflecting changes in 24 Branch |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Robin Dunn | Send the wxWindowDestroyEvent for all ports |
blob | commitdiff | raw | diff to current |
2003-01-24 |
David Webster | Support for new native OS/2 tree control with drag... |
blob | commitdiff | raw | diff to current |
2003-01-21 |
David Webster | New native OS/2 list control. |
blob | commitdiff | raw | diff to current |
2003-01-06 |
David Webster | no message |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-10-11 |
David Webster | Weekly OS/2 updtaes |
blob | commitdiff | raw | diff to current |
2002-09-13 |
David Webster | Weekly catch-up |
blob | commitdiff | raw | diff to current |
2002-09-10 |
David Webster | Bmpbuttons |
blob | commitdiff | raw | diff to current |
2002-09-08 |
Stefan Neis | Added missing includes for non-precompiled headers. |
blob | commitdiff | raw | diff to current |
2002-09-05 |
David Webster | Fix for child window positioning |
blob | commitdiff | raw | diff to current |
2002-09-03 |
David Webster | More OS/2 update to fix some owner drawn things |
blob | commitdiff | raw | diff to current |
2002-09-03 |
David Webster | Notebook, Listbox, and Checklst updates |
blob | commitdiff | raw | diff to current |
2002-08-30 |
David Webster | Weekly updates |
blob | commitdiff | raw | diff to current |
2002-08-30 |
David Webster | Lots of updates fixing radiobox processing, checkboxes... |
blob | commitdiff | raw | diff to current |
2002-08-25 |
Stefan Neis | Compilation fixes for EMX. Mostly adding includes and... |
blob | commitdiff | raw | diff to current |
2002-08-19 |
David Webster | Weekly catchup as well as better font and fontdlg support |
blob | commitdiff | raw | diff to current |
2002-08-06 |
David Webster | Lots of OS/2 updates |
blob | commitdiff | raw | diff to current |
2002-08-05 |
David Webster | Lots of fixes for common dialogs, radioboxes, static... |
blob | commitdiff | raw | diff to current |
2002-07-30 |
David Webster | Weekly Updates |
blob | commitdiff | raw | diff to current |
2002-07-09 |
David Webster | Tooltip udpates |
blob | commitdiff | raw | diff to current |
2002-07-02 |
David Webster | Toolbar updates |
blob | commitdiff | raw | diff to current |
next |