2009-09-22 |
Vadim Zeitlin | Implement wxWindow::DoGetBorderSize() in wxUniv. |
blob | commitdiff | raw |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Stefan Csomor | make sure button is known for non-precomp case |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
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-09-05 |
Stefan Csomor | forward define for non precomp build, switching preproc... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Stefan Csomor | osx regrouping |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Julian Smart | Take wxBORDER_THEME, and the default border style,... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Václav Slavík | support real transparency for controls that return... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Vadim Zeitlin | even controls with transparent background should draw... |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Vadim Zeitlin | compilation fix after last commit |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Vadim Zeitlin | make Enter/Return activate the default button (second... |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Václav Slavík | wxDFB: fix rendering artefacts when scrolling wxScrolle... |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Václav Slavík | fixed child windows scrolling to use wxSIZE_ALLOW_MINUS_ONE |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Václav Slavík | compilation fix for wxUSE_ACCEL && !wxUSE_BUTTON |
blob | commitdiff | raw | diff to current |
2006-11-02 |
Václav Slavík | don't crash when destroying window with scrollbars |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Václav Slavík | wx{V,H}SCROLL code is needed on all platforms |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Václav Slavík | fixed repainting of windows without the wxFULL_REPAINT_... |
blob | commitdiff | raw | diff to current |
2006-09-26 |
Václav Slavík | fix client area computations and borders rendering... |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Václav Slavík | fixed subcontrols refreshing in wxWindow::Refresh |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Václav Slavík | initial (not yet working) code for DirectFB port |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Włodzimierz Skiba | Improvements for building minimal builds and new ports... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Julian Smart | Applied patch [ 1489741 ] Bugfix for wxScrolledWindow... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Paul Cornett | call static functions directly |
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 |
2005-11-19 |
Mart Raudsepp | Spelling fixes from Andreas Mohr (patch #1360064) |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Julian Smart | Applied patch [ 1217285 ] fix for bug 1040539 |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Włodzimierz Skiba | wxUniv build fix. |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | VK_MENU is WXK_ALT, notWXK_MENU (patch 1119601) |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Włodzimierz Skiba | wxPoint/Size/Rect() causes the same code with (0,0... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Włodzimierz Skiba | Various cleanings. |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | delete children in ~wxWindow dtor and not in the base... |
blob | commitdiff | raw | diff to current |
2004-08-10 |
Włodzimierz Skiba | Cleaning of sources (Univ related files). -1/TRUE/FALSE... |
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-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
blob | commitdiff | raw | diff to current |
2004-02-12 |
Robin Dunn | Fixed to use wxNcPaintEvent types where needed |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Julian Smart | Reverted patch [ 832096 ] Final separation for GUI... |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Julian Smart | Applied patch [ 832096 ] Final separation for GUI and... |
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-08-24 |
Julian Smart | Worked around a problem whereby the MSW _native_ horiz... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-03 |
Vadim Zeitlin | warnings (and some errors) fixes for wxUniv DLL build |
blob | commitdiff | raw | diff to current |
2003-07-21 |
Mattia Barbon | wxX11 and wxMotif STL-ification, part 1. it does... |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Julian Smart | Fixed the wxX11 crash bug on opening a dialog that... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Julian Smart | Applied patch [ 668155 ] Refresh problem when msgbox... |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Julian Smart | Applied patch [ 648042 ] Erase background error |
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-08-30 |
Julian Smart | Added another log.h |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Robert Roebling | Added background inheritance to wxUniv. |
blob | commitdiff | raw | diff to current |
2002-04-14 |
Robert Roebling | Three more attempts to get metal look. |
blob | commitdiff | raw | diff to current |
2002-04-10 |
Robert Roebling | Added "metal" theme. |
blob | commitdiff | raw | diff to current |
2002-03-30 |
Robert Roebling | Added code for erasing the small square between scrol... |
blob | commitdiff | raw | diff to current |
2002-03-24 |
Robert Roebling | Implemented two-window approach for wxX11. |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Robert Roebling | No more pixel junk when resizing windows that |
blob | commitdiff | raw | diff to current |
2002-03-17 |
Robert Roebling | A draft for a possible fix to the redraw |
blob | commitdiff | raw | diff to current |
2002-03-17 |
Robert Roebling | New attempt to implement wxNO_FULL_REDRAW_ON_REPAINT. |
blob | commitdiff | raw | diff to current |
2002-03-17 |
Václav Slavík | implemented 'shaft scrolling' of children in wxUnivWind... |
blob | commitdiff | raw | diff to current |
2002-02-24 |
Václav Slavík | reverted wxMGL-specific code (didn't mean to commit... |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Vadim Zeitlin | fixed mouse input handling in wxUniv: the static boxes... |
blob | commitdiff | raw | diff to current |
2002-02-15 |
Robert Roebling | wxX11: |
blob | commitdiff | raw | diff to current |
2002-02-14 |
Václav Slavík | handle accelerators for buttons, too |
blob | commitdiff | raw | diff to current |
2002-02-10 |
Robert Roebling | wxX11: link errors down to 1. |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Vadim Zeitlin | maintaint the mouse capture stack in all ports, not... |
blob | commitdiff | raw | diff to current |
2001-12-15 |
Václav Slavík | fixed a segfaulting bug in wxUniv: invalid assumption... |
blob | commitdiff | raw | diff to current |
2001-12-08 |
Vadim Zeitlin | initialize m_hasXXX in wxWindowBase |
blob | commitdiff | raw | diff to current |
2001-12-08 |
Vadim Zeitlin | fixes for handling WM_SYSCOLORCHANGE - now seems to... |
blob | commitdiff | raw | diff to current |
2001-11-27 |
Vadim Zeitlin | don't show scrollbars at all when the window is big... |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Václav Slavík | compilation fixes for MSW+Univ+Mingw32 |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Vadim Zeitlin | fixed wxUniv menus under wxGTK |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Vadim Zeitlin | moved wxNO_FULL_REPAINT_ON_RESIZE to wxControl from... |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Vadim Zeitlin | don't refresh the scrollbars unnecessarily |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Vadim Zeitlin | added wxLogChain and wxLogPassThrough classes |
blob | commitdiff | raw | diff to current |
2001-07-04 |
Vadim Zeitlin | reverted Julians changes to the pragmas |
blob | commitdiff | raw | diff to current |
2001-07-04 |
Julian Smart | Changed the pragmas to allow debugging under Linux |
blob | commitdiff | raw | diff to current |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Vadim Zeitlin | changed copyright to SciTech one |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Julian Smart | Various wxUniversal/wxMicroWindows fixes |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
|