2004-12-19 |
Vadim Zeitlin | moved wxWindow::m_hMenu to wxFrame, it is not needed... |
tree | commitdiff |
2004-12-19 |
Vadim Zeitlin | fixed background appearance for the controls with chang... |
tree | commitdiff |
2004-12-17 |
Vadim Zeitlin | accept focus in radiobox again (broken by making it... |
tree | commitdiff |
2004-12-15 |
Włodzimierz Skiba | Move unused values into 2.4 compatibility. Source cleaning. |
tree | commitdiff |
2004-12-13 |
Vadim Zeitlin | undef CreateWindow too, even if we don't use it ourselv... |
tree | commitdiff |
2004-12-13 |
Vadim Zeitlin | (blind) wxUniv compilation fix: define the method using... |
tree | commitdiff |
2004-12-13 |
Vadim Zeitlin | added WX_FORWARD_STD_METHODS_TO_SUBWINDOWS macro |
tree | commitdiff |
2004-12-13 |
Vadim Zeitlin | 1. derived wxMSW radio box from static box because... |
tree | commitdiff |
2004-12-13 |
Vadim Zeitlin | use solid bacgkround for static box as pattern brush... |
tree | commitdiff |
2004-12-13 |
Vadim Zeitlin | implemented MSWGetBgBrush/ColourForChild() to propagate... |
tree | commitdiff |
2004-12-13 |
Vadim Zeitlin | rewrote and virtualized the background erasing logic... |
tree | commitdiff |
2004-12-12 |
Vadim Zeitlin | forward Enable() and SetFont() to the labels as well |
tree | commitdiff |
2004-12-12 |
Vadim Zeitlin | added a few more composite functions |
tree | commitdiff |
2004-12-12 |
Vadim Zeitlin | override MSWGetDefaultBgBrush() to use transparent... |
tree | commitdiff |
2004-12-12 |
Vadim Zeitlin | added MSWGetDefaultBgBrush() to allow some derived... |
tree | commitdiff |
2004-12-12 |
Vadim Zeitlin | never return NULL_BRUSH from WM_CTLCOLOR handler, it... |
tree | commitdiff |
2004-12-11 |
Vadim Zeitlin | use MSWAlwaysDrawBg() to fix the problem with black... |
tree | commitdiff |
2004-12-11 |
Vadim Zeitlin | helper class for implementing composite controls under MSW |
tree | commitdiff |
2004-12-11 |
Vadim Zeitlin | added MSWAlwaysDrawBg() to account for controls such... |
tree | commitdiff |
2004-12-11 |
Vadim Zeitlin | added wxRectFromRECT() |
tree | commitdiff |
2004-12-10 |
Vadim Zeitlin | really implemented operator==(); reformatted a little |
tree | commitdiff |
2004-12-10 |
Włodzimierz Skiba | Back to broken comparison until it is not fixed other... |
tree | commitdiff |
2004-12-09 |
Julian Smart | Added further 'missing' wxTextCtrl-like functions to... |
tree | commitdiff |
2004-12-08 |
Włodzimierz Skiba | wxPaletteBase introduction. wxPalette::GetColoursCount... |
tree | commitdiff |
2004-12-08 |
Włodzimierz Skiba | Fix to FIXME: better nothing than broken comparison. |
tree | commitdiff |
2004-12-06 |
Włodzimierz Skiba | Use Get*Box instead Get*Region if you are asking about... |
tree | commitdiff |
2004-12-03 |
Włodzimierz Skiba | wxBrushBase between wxBrush and wxGDIObject (class... |
tree | commitdiff |
2004-11-30 |
Włodzimierz Skiba | IS_HATCH macro replaced with wxBrush::IsHatch() + sourc... |
tree | commitdiff |
2004-11-25 |
Vadim Zeitlin | changed the code to be really sure that exactly one... |
tree | commitdiff |
2004-11-23 |
Włodzimierz Skiba | Fixes for wxUSE_SPIN... == 0. |
tree | commitdiff |
2004-11-23 |
Vadim Zeitlin | don't show the status bar after restoring normal view... |
tree | commitdiff |
2004-11-22 |
Julian Smart | Changed Rocketeer licence to wxWindows licence, by... |
tree | commitdiff |
2004-11-20 |
Robert Roebling | Made wxPageSetupDialog a pimpl implementation. |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | last commit broke compilation for wxUSE_UXTHEME ==... |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | added another DoEraseBackground overload (no real changes) |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | always return solid background for listbox |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | added MSWControlColorDisabled and MSWControlColorSolid |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | don't set background colour explicitely; no need to... |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | refactored code to do brush adjustment for bg drawing... |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | replaced OnCtlColor(7 params) with MSWControlColor... |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | removed OnCtlColor() |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | removed (unused) nCtlColor parameter of OnCtlColor... |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | added support for drawing themed background: DoEraseBac... |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | added GetIfActive() method returning non-NULL engine... |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | added CompatibleBitmap wrapper class |
tree | commitdiff |
2004-11-19 |
Ryan Norton | part of patch [ 649438 ] Bug fixes from Netscape/AOL |
tree | commitdiff |
2004-11-18 |
Vadim Zeitlin | don't erase background in wxControl neither |
tree | commitdiff |
2004-11-16 |
Włodzimierz Skiba | eVC3 media fix. |
tree | commitdiff |
2004-11-16 |
Vadim Zeitlin | small optimization for wxTextCtrl (forgot to commit... |
tree | commitdiff |
2004-11-15 |
Vadim Zeitlin | restored OnEraseBackground(), we do need it but only... |
tree | commitdiff |
2004-11-15 |
Vadim Zeitlin | don't always erase the background ourselves as this... |
tree | commitdiff |
2004-11-14 |
Ryan Norton | Massive reworking of wxMediaCtrl code - backend everyth... |
tree | commitdiff |
2004-11-12 |
Włodzimierz Skiba | Fix hiding wxMediaEvent::Clone(). |
tree | commitdiff |
2004-11-12 |
Ron Lee | wxUSE_POSTSCRIPT is not a sufficient test by itself for |
tree | commitdiff |
2004-11-11 |
Vadim Zeitlin | removed 2.0 compatibility stuff (patch 1054261) |
tree | commitdiff |
2004-11-11 |
Ryan Norton | turn off directshow by default for lib dependancy |
tree | commitdiff |
2004-11-11 |
Ryan Norton | setp.h changes |
tree | commitdiff |
2004-11-11 |
Ryan Norton | base wxMediaCtrl files |
tree | commitdiff |
2004-11-10 |
Włodzimierz Skiba | Patch #1053364 - combobox shoult not remember position... |
tree | commitdiff |
2004-11-08 |
Ryan Norton | *** empty log message *** |
tree | commitdiff |
2004-11-07 |
Ryan Norton | some setup.h changes for wxMovieCtrl |
tree | commitdiff |
2004-11-07 |
Ryan Norton | fix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx... |
tree | commitdiff |
2004-11-07 |
Ryan Norton | allow multiple movie loading as per Julian's suggestion... |
tree | commitdiff |
2004-11-07 |
Ryan Norton | add Length, Tell, SetPlaybackRate and GetPlaybackRate... |
tree | commitdiff |
2004-11-07 |
Ryan Norton | wxMovieCtrl - for playing movies - mac carbon QT 3... |
tree | commitdiff |
2004-11-07 |
Ryan Norton | fix for [ 1020924 ] wx.Display.IsPrimary is wrong |
tree | commitdiff |
2004-11-03 |
Václav Slavík | made it possible to customize wxGenericDirCtrl, such... |
tree | commitdiff |
2004-11-01 |
Julian Smart | Added missing functions and variable |
tree | commitdiff |
2004-10-31 |
Robert Roebling | Moved print dialog data conversion code |
tree | commitdiff |
2004-10-20 |
Vadim Zeitlin | use slashes instead of backslashes and quotes instead... |
tree | commitdiff |
2004-10-20 |
Vadim Zeitlin | moved AppendAppName() from MSW to common code; modified... |
tree | commitdiff |
2004-10-19 |
Vadim Zeitlin | initial implementation for MSW |
tree | commitdiff |
2004-10-19 |
Vadim Zeitlin | extracted LPITEMIDLIST wrappers in a separate header... |
tree | commitdiff |
2004-10-17 |
Robert Roebling | Renamed wxPrintNativeData methods to better match |
tree | commitdiff |
2004-10-17 |
Robert Roebling | First step at moving the print (dialog) native |
tree | commitdiff |
2004-10-16 |
Robert Roebling | Began work on print dialogs. Now wxPrintDialog |
tree | commitdiff |
2004-10-16 |
Vadim Zeitlin | fixed enhanced metafiles loading from files |
tree | commitdiff |
2004-10-13 |
Włodzimierz Skiba | Semicolon fixes according to Vadim's note about being... |
tree | commitdiff |
2004-10-11 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
tree | commitdiff |
2004-10-07 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
tree | commitdiff |
2004-10-03 |
Vadim Zeitlin | update the disabled buttons appearance when system... |
tree | commitdiff |
2004-10-02 |
Vadim Zeitlin | removed trailing comma from enum (gcc 3.4 compilation... |
tree | commitdiff |
2004-09-30 |
Vadim Zeitlin | don't deprecate SetItemImage() with 3 parameters; just... |
tree | commitdiff |
2004-09-30 |
Julian Smart | Deprecated SetItemImage with 2 image ids |
tree | commitdiff |
2004-09-29 |
Václav Slavík | fixed flicker during MDI children creation: the frame... |
tree | commitdiff |
2004-09-29 |
Vadim Zeitlin | more 64 bit correctness fixes |
tree | commitdiff |
2004-09-29 |
Włodzimierz Skiba | Hardware defines spec. |
tree | commitdiff |
2004-09-28 |
Vadim Zeitlin | suppress VC7.1 64 bit correctness warnings |
tree | commitdiff |
2004-09-28 |
Julian Smart | __WINCE__ -> __WXWINCE__ |
tree | commitdiff |
2004-09-27 |
Robert Roebling | Compile fixes. |
tree | commitdiff |
2004-09-27 |
Vadim Zeitlin | keep the old wxFont::Create() signature (changed by... |
tree | commitdiff |
2004-09-27 |
Vadim Zeitlin | added wxGetFullModuleName(); use it instead of calling... |
tree | commitdiff |
2004-09-27 |
Dimitri Schoolwerth | doc-typo |
tree | commitdiff |
2004-09-26 |
Václav Slavík | partially reverted Robert's changes, did it more cleanly |
tree | commitdiff |
2004-09-26 |
Robert Roebling | Trying hard to make things compile. |
tree | commitdiff |
2004-09-26 |
Ron Lee | wxSize needs to be fully defined if we want to use... |
tree | commitdiff |
2004-09-25 |
Vadim Zeitlin | added a way to create fonts with specified pixel size |
tree | commitdiff |
2004-09-25 |
Vadim Zeitlin | support for huge files (patch 1002226) |
tree | commitdiff |
2004-09-24 |
Ryan Norton | Port syncronization, more wxUSE_XML/XRC fixes and typo... |
tree | commitdiff |
2004-09-24 |
Ryan Norton | more setup0.h wxUSE_XRC fixes |
tree | commitdiff |
next |