2004-11-22 |
Vadim Zeitlin | don't apply tab control background when using wxUniv... |
tree | commitdiff |
2004-11-22 |
Julian Smart | Licence line |
tree | commitdiff |
2004-11-22 |
Vadim Zeitlin | compilation fix for USE_PCH == 0 |
tree | commitdiff |
2004-11-22 |
Julian Smart | Changed Rocketeer licence to wxWindows licence, by... |
tree | commitdiff |
2004-11-21 |
Kevin Hock | The presence of the effects controls (i.e. color) shoul... |
tree | commitdiff |
2004-11-20 |
Robert Roebling | Made wxPageSetupDialog a pimpl implementation. |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | removed unneeded wx/notebook.h include |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | added another DoEraseBackground overload (no real changes) |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | create BS_GROUPBOX transparent |
tree | commitdiff |
2004-11-19 |
Vadim Zeitlin | don't draw themed background for standard controls... |
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 | 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 |
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-17 |
Julian Smart | Added IsTopLevel() check to last message loop in PrePro... |
tree | commitdiff |
2004-11-16 |
Włodzimierz Skiba | WinCE correction. |
tree | commitdiff |
2004-11-16 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2004-11-16 |
Włodzimierz Skiba | Define wxMediaEvent before it is used. Make OnMediaFini... |
tree | commitdiff |
2004-11-16 |
Vadim Zeitlin | made default background colour BTNFACE (so that panels... |
tree | commitdiff |
2004-11-15 |
Vadim Zeitlin | fixed XP sash rendering to really do something (using... |
tree | commitdiff |
2004-11-15 |
Vadim Zeitlin | don't draw background at all if bg style is custom |
tree | commitdiff |
2004-11-15 |
Vadim Zeitlin | removed unnecessary (now that we leave Windows paint... |
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-15 |
Ryan Norton | WXUNUSED warning fixes - unicode compilo fix |
tree | commitdiff |
2004-11-14 |
Ryan Norton | Massive reworking of wxMediaCtrl code - backend everyth... |
tree | commitdiff |
2004-11-14 |
Ryan Norton | spelling/grammer (lol) :) |
tree | commitdiff |
2004-11-12 |
Włodzimierz Skiba | dwCallback if DWORD. |
tree | commitdiff |
2004-11-12 |
Ryan Norton | explanation of getdefaultattributes |
tree | commitdiff |
2004-11-12 |
Ron Lee | wxUSE_POSTSCRIPT is not a sufficient test by itself for |
tree | commitdiff |
2004-11-12 |
Ryan Norton | mingw evidently doesn't have digitalv.h according to... |
tree | commitdiff |
2004-11-12 |
Ryan Norton | workaround to call directshow drivers without actually... |
tree | commitdiff |
2004-11-11 |
Vadim Zeitlin | ensure that g_timerMap is always initialized before... |
tree | commitdiff |
2004-11-11 |
Vadim Zeitlin | removed 2.0 compatibility stuff (patch 1054261) |
tree | commitdiff |
2004-11-11 |
Ryan Norton | mci can't play video on win2k - disable for now |
tree | commitdiff |
2004-11-11 |
Ryan Norton | tweak stopping - nicen up sample some more |
tree | commitdiff |
2004-11-11 |
Ryan Norton | mci backend for wxMediaCtrl. Better workaround for... |
tree | commitdiff |
2004-11-11 |
Ryan Norton | 1) fix border styles in wxMediaCtrl, 2) regenerate... |
tree | commitdiff |
2004-11-11 |
Ryan Norton | base wxMediaCtrl files |
tree | commitdiff |
2004-11-10 |
Vadim Zeitlin | fixed creation of the mask in wxImage -> wxBitmap conve... |
tree | commitdiff |
2004-11-10 |
Vadim Zeitlin | use TB_GETMAXSIZE in GetBestSize() (patch 1050045) |
tree | commitdiff |
2004-11-10 |
Vadim Zeitlin | better (more precise) values for wxGetOsDescription... |
tree | commitdiff |
2004-11-10 |
Vadim Zeitlin | new set of fixes for problems due to huge files support... |
tree | commitdiff |
2004-11-10 |
Włodzimierz Skiba | OW fixes. |
tree | commitdiff |
2004-11-08 |
Ryan Norton | *** empty log message *** |
tree | commitdiff |
2004-11-08 |
Ryan Norton | fixup authorship |
tree | commitdiff |
2004-11-08 |
Ryan Norton | finalize MSW implementation |
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 | fix for [ 1055191 ] wxTextCtrl::GetStyle() wrong attr... |
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 | fixup |
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-07 |
Ryan Norton | fix for [ 950550 ] wxChoice - wxEmptyString (wxChoice... |
tree | commitdiff |
2004-11-06 |
Ryan Norton | fix for [ 1044879 ] wxMSW 2.5.3: memleaks in listctrl... |
tree | commitdiff |
2004-11-06 |
Ryan Norton | fix warning |
tree | commitdiff |
2004-11-06 |
Ryan Norton | rewrite wxGetKeyState a bit, spun from [ 1058347 ]... |
tree | commitdiff |
2004-11-05 |
Włodzimierz Skiba | Warning fixes to unused variables, int/wxChar keycode... |
tree | commitdiff |
2004-11-05 |
Włodzimierz Skiba | OW warning fix. |
tree | commitdiff |
2004-11-04 |
Włodzimierz Skiba | IsEmpty to empty change, warning fix to OW, whitespaces... |
tree | commitdiff |
2004-11-04 |
Włodzimierz Skiba | Make temporary MSWUniv buildable and mark problem for... |
tree | commitdiff |
2004-11-04 |
Włodzimierz Skiba | 'Unused ...' warning fix. |
tree | commitdiff |
2004-10-31 |
Robert Roebling | Moved the wxPageSetupDialogData <-> native conversion |
tree | commitdiff |
2004-10-31 |
Robert Roebling | Moved print dialog data conversion code |
tree | commitdiff |
2004-10-28 |
Vadim Zeitlin | undid last change to wxBitmapButton::GetBestSize()... |
tree | commitdiff |
2004-10-28 |
Vadim Zeitlin | fixed wxBU_EXACTFIT handling in wxBitmapButton (closes... |
tree | commitdiff |
2004-10-28 |
Włodzimierz Skiba | Warning fix due to unsigned nature of wParam. |
tree | commitdiff |
2004-10-27 |
Robin Dunn | Ensire that m_value is updated when SetSelection is... |
tree | commitdiff |
2004-10-22 |
Kevin Hock | Documentation patch from Olly Betts |
tree | commitdiff |
2004-10-20 |
Włodzimierz Skiba | DMC, OW and my copy of MinGW misses SH* values, Borland... |
tree | commitdiff |
2004-10-20 |
Włodzimierz Skiba | Correct fix to the compile time assert under OW. Kudos... |
tree | commitdiff |
2004-10-20 |
Vadim Zeitlin | moved AppendAppName() from MSW to common code; modified... |
tree | commitdiff |
2004-10-19 |
Włodzimierz Skiba | OW warning fix. Our compile time asserts warns when... |
tree | commitdiff |
2004-10-19 |
Vadim Zeitlin | initial implementation for MSW |
tree | commitdiff |
2004-10-19 |
Vadim Zeitlin | don't set focus to the window when it is clicked if... |
tree | commitdiff |
2004-10-19 |
Vadim Zeitlin | extracted LPITEMIDLIST wrappers in a separate header... |
tree | commitdiff |
2004-10-19 |
Vadim Zeitlin | don't return wxLIST_HITTEST_ONITEMICON from HitTest... |
tree | commitdiff |
2004-10-18 |
Julian Smart | wxRadioButtons in the same group no longer have to... |
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-17 |
Włodzimierz Skiba | _() needs intl.h. |
tree | commitdiff |
2004-10-17 |
Vadim Zeitlin | removed obsolete and unused code for USE_BITMAP_MASKS... |
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-16 |
Vadim Zeitlin | fixed inconsistent dllspec warning in DLL build |
tree | commitdiff |
2004-10-15 |
Włodzimierz Skiba | Quiet cooperation between MSW and wxGL. |
tree | commitdiff |
2004-10-12 |
Vadim Zeitlin | check that item pointer is non-NULL in WM_DRAW/MEASUREITEM |
tree | commitdiff |
2004-10-12 |
Włodzimierz Skiba | Undo last change due to STL. |
tree | commitdiff |
2004-10-11 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
tree | commitdiff |
2004-10-10 |
Julian Smart | Fixed the change that broke eVC++ compile (please don... |
tree | commitdiff |
2004-10-09 |
Vadim Zeitlin | the #ifdef around BROWSEINFO.lpszTitle assignment is... |
tree | commitdiff |
2004-10-09 |
Julian Smart | Fix for Standard WinCE SDK |
tree | commitdiff |
2004-10-08 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
tree | commitdiff |
next |