2004-12-12 |
Vadim Zeitlin | include <windows.h> before <multimon.h>, should fix... |
tree | commitdiff |
2004-12-12 |
Vadim Zeitlin | only handle WM_NULL in wxIdleWakeUpModule if it is... |
tree | commitdiff |
2004-12-12 |
Vadim Zeitlin | use a linked list instead of array for saved messages... |
tree | commitdiff |
2004-12-12 |
Ryan Norton | fix wxTheApp include |
tree | commitdiff |
2004-12-12 |
Vadim Zeitlin | don't look for notebooks beyond first top level parent... |
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 | added MSWAlwaysDrawBg() to account for controls such... |
tree | commitdiff |
2004-12-11 |
Vadim Zeitlin | translate VK_OEM_PLUS to '=', not '+', because this... |
tree | commitdiff |
2004-12-10 |
Vadim Zeitlin | really implemented operator==(); reformatted a little |
tree | commitdiff |
2004-12-09 |
Julian Smart | Added further 'missing' wxTextCtrl-like functions to... |
tree | commitdiff |
2004-12-08 |
Julian Smart | Fixed spurious selection of combobox text during resize |
tree | commitdiff |
2004-12-06 |
Julian Smart | Removed CF_NOSIMULATIONS flag to increase range of... |
tree | commitdiff |
2004-12-05 |
Julian Smart | Neither PocketPC nor SmartPhone have SHBrowseForFolder |
tree | commitdiff |
2004-12-05 |
Julian Smart | Simplification |
tree | commitdiff |
2004-12-05 |
Julian Smart | Further Wince fixes |
tree | commitdiff |
2004-12-05 |
Julian Smart | Moved GetDefaultAttributes outside wxUSE_RICHEDIT block |
tree | commitdiff |
2004-12-05 |
Julian Smart | Unicode/WinCE corrections |
tree | commitdiff |
2004-12-05 |
Julian Smart | Added flags argument to wxKill and wxProcess::Kill... |
tree | commitdiff |
2004-12-02 |
Ryan Norton | fix shared msw builds |
tree | commitdiff |
2004-11-29 |
Włodzimierz Skiba | Not native long long fix. |
tree | commitdiff |
2004-11-25 |
Vadim Zeitlin | changed the code to be really sure that exactly one... |
tree | commitdiff |
2004-11-24 |
Vadim Zeitlin | don't disable non top tabs if visual themes are not... |
tree | commitdiff |
2004-11-24 |
Ryan Norton | finish getting rid of background flicker (MCI backend) |
tree | commitdiff |
2004-11-24 |
Vadim Zeitlin | added (and documented) msw.xp-tab-ok option |
tree | commitdiff |
2004-11-24 |
Ryan Norton | reduce black background flicker a bit - there is still... |
tree | commitdiff |
2004-11-24 |
Włodzimierz Skiba | Let's really remove border. |
tree | commitdiff |
2004-11-23 |
Włodzimierz Skiba | Fix for assert after left click on tree in generic... |
tree | commitdiff |
2004-11-23 |
Julian Smart | Calculate better height for toolbar (add borders) |
tree | commitdiff |
2004-11-23 |
Ryan Norton | a stab at a dll fix for media lib |
tree | commitdiff |
2004-11-23 |
Ryan Norton | [ 1070686 ] wxOutputStream::Close() |
tree | commitdiff |
2004-11-23 |
Vadim Zeitlin | don't show the status bar after restoring normal view... |
tree | commitdiff |
2004-11-23 |
Ryan Norton | dll fixes for media lib |
tree | commitdiff |
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 |
next |