2005-09-11 |
Vadim Zeitlin | wxMediaCtrl patch from Ryan: |
tree | commitdiff |
2005-09-09 |
Julian Smart | Moved definition |
tree | commitdiff |
2005-09-03 |
Vadim Zeitlin | undef wxUSE_DIALUP_MANAGER before redefining it as 0 |
tree | commitdiff |
2005-09-03 |
Vadim Zeitlin | fix showing keyboard cues under Win2k/XP |
tree | commitdiff |
2005-09-02 |
Václav Slavík | added GetFirstSibling and GetLastSibling |
tree | commitdiff |
2005-08-30 |
Vadim Zeitlin | generate mouse events for all static controls, not... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | fixed status bar positioning to work both with and... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | added IsSizeDeferred() (part of patch 1199639) |
tree | commitdiff |
2005-08-24 |
Vadim Zeitlin | #undef things which require other, disabled, ones,... |
tree | commitdiff |
2005-08-23 |
Vadim Zeitlin | removed attempts to link with unicows.lib using #pragma... |
tree | commitdiff |
2005-08-19 |
Vadim Zeitlin | link unicows.lib implicitely when using MSVC and wxUSE_... |
tree | commitdiff |
2005-08-19 |
Michael Wetherell | Fix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett |
tree | commitdiff |
2005-08-17 |
Vadim Zeitlin | made wxChoice and wxComboBox::GetSelection() return... |
tree | commitdiff |
2005-08-11 |
Vadim Zeitlin | force update of MDI client window size after the MDI... |
tree | commitdiff |
2005-08-11 |
Vadim Zeitlin | check that wxUSE_DC_CACHEING is defined |
tree | commitdiff |
2005-08-06 |
Julian Smart | Compatibility settings corrected |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | don't remember size passed to SetSize() as pending... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_MENU_CALLBACK references: the code inside... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | removed (unused since quite some time) wxUSE_ITSY_BITSY |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_PENWINDOWS (and its misspellings), it... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | define wxUSE_MFC as 0 if it's not defined (fixes gcc... |
tree | commitdiff |
2005-08-04 |
Julian Smart | More settings restored. |
tree | commitdiff |
2005-08-04 |
Julian Smart | Switched loads of settings back on |
tree | commitdiff |
2005-08-04 |
Julian Smart | Resolved CVS conflict |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | moved MSW-specific stuff to wx/msw/chkconf.h, this... |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | define wxUSE_UNICODE_MSLU as 0 unconditionally, CE... |
tree | commitdiff |
2005-07-30 |
Julian Smart | Define wxUSE_UNICODE_MSLU or chkconf.h complains |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | wxUSE_UNICODE_MSLU is MSW-specific so shouldn't be... |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | replaced wxMoveWindowDeferred() with wxWindow::DoMoveSi... |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | decreased text limit which we consider to be set by... |
tree | commitdiff |
2005-07-29 |
Chris Elliott | wxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271 |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | refactoring in preparation for further changes: moved... |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | added GlobalPtr: GlobalAlloc/Free() wrapper |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | renamed GlobalPtr to GlobalPtrLock |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | disabled wxStackWalker and wxCrashReport for Win64 |
tree | commitdiff |
2005-07-22 |
Michael Wetherell | Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesc... |
tree | commitdiff |
2005-07-21 |
Włodzimierz Skiba | eVC3 compatibility workaround. |
tree | commitdiff |
2005-07-18 |
Włodzimierz Skiba | wxMSWUniv build fix. |
tree | commitdiff |
2005-07-15 |
Vadim Zeitlin | added SetCriticalWindow() and AllowProcessing(): this... |
tree | commitdiff |
2005-07-14 |
Vadim Zeitlin | moved Esc processing from wxWindow to wxDialog where... |
tree | commitdiff |
2005-07-01 |
Vadim Zeitlin | wxVariant is in wxBase so should be forward declared... |
tree | commitdiff |
2005-07-01 |
Włodzimierz Skiba | Helpers in disabling warnings for unused params. |
tree | commitdiff |
2005-06-29 |
Michael Wetherell | Add HANGUL_CHARSET for vc++ 5, and move a couple of... |
tree | commitdiff |
2005-06-19 |
Vadim Zeitlin | added AutoHANDLE class to close a HANDLE automatically |
tree | commitdiff |
2005-06-17 |
Włodzimierz Skiba | Adjust to different platform headers distributed with... |
tree | commitdiff |
2005-06-16 |
Julian Smart | Applied patch [ 1212208 ] Fix a bug in wxTreeCtrl with... |
tree | commitdiff |
2005-06-16 |
Julian Smart | Applied patch [ 1218833 ] [wxMSW] wxListBox optimisatio... |
tree | commitdiff |
2005-06-16 |
Vadim Zeitlin | don't redeclare struct tm if it's already declared... |
tree | commitdiff |
2005-06-08 |
Vadim Zeitlin | include wx/msw/wrapcctl.h instead of <commctrl.h> as... |
tree | commitdiff |
2005-06-08 |
Vadim Zeitlin | don't define WINVER as 0x0600 for VC6, its standard... |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | don't define WINVER in platform.h, do it in wrapwin... |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | wxGetWinVersion() must be exported from base DLL, not... |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | forgot to export wxGetWinVersion() from DLL |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | added wxGetWinVersion() |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | silently ignore wxUSE_UNICODE_MSLU in non-Unicode build... |
tree | commitdiff |
2005-06-01 |
Julian Smart | Made the colours more muted |
tree | commitdiff |
2005-06-01 |
Dimitri Schoolwerth | added IDC_HAND |
tree | commitdiff |
2005-05-31 |
Julian Smart | Artwork replacement (c) Julian Smart |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | send wxEVT_SCROLL_CHANGED when using mouse wheel as... |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | keep correct default background but allow overriding... |
tree | commitdiff |
2005-05-31 |
Julian Smart | Restored scrollbar background |
tree | commitdiff |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
tree | commitdiff |
2005-05-30 |
Julian Smart | Applied patch [ 1208256 ] Fixes bug #1193626 [wxPrintDa... |
tree | commitdiff |
2005-05-25 |
Michael Wetherell | No wxGetOSFHandle for Wine |
tree | commitdiff |
2005-05-24 |
Vadim Zeitlin | subclass all updown controls in notebooks, not just... |
tree | commitdiff |
2005-05-23 |
Julian Smart | Applied patch [ 1194316 ] wxMediaCtrl MSW config and... |
tree | commitdiff |
2005-05-23 |
Włodzimierz Skiba | Use treebase.h for enum duplicated in port/treectrl.h. |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | define LONG_PTR for consistency too |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | added AutoHPEN, AutoHBRUSH, AutoHBITMAP; refactored... |
tree | commitdiff |
2005-05-21 |
Robert Roebling | Make PaintBackground virtual, too. Now that we have |
tree | commitdiff |
2005-05-20 |
Michael Wetherell | wxUSE_CHECKLISTBOX does not require wxUSE_OWNER_DRAWN... |
tree | commitdiff |
2005-05-19 |
Robin Dunn | Moved the pending pos and size into wxWindowMSW |
tree | commitdiff |
2005-05-19 |
Michael Wetherell | Warning fixes for Cygwin |
tree | commitdiff |
2005-05-18 |
Vadim Zeitlin | fixed problem with non-const methods not working on... |
tree | commitdiff |
2005-05-18 |
Vadim Zeitlin | setting foreground colour for wxCheckBox now works... |
tree | commitdiff |
2005-05-17 |
Włodzimierz Skiba | DMC missing value. |
tree | commitdiff |
2005-05-17 |
Włodzimierz Skiba | Fix for MinGW macros not available due to include order... |
tree | commitdiff |
2005-05-16 |
Julian Smart | Restoring binary files |
tree | commitdiff |
2005-05-16 |
Julian Smart | Corrections |
tree | commitdiff |
2005-05-15 |
Julian Smart | Replaced icon |
tree | commitdiff |
2005-05-15 |
Julian Smart | Removed unnecessary file |
tree | commitdiff |
2005-05-15 |
Julian Smart | Removed rarely-used cursor; replaced other cursors |
tree | commitdiff |
2005-05-15 |
Julian Smart | REmoved unnecessary cursor and icon files |
tree | commitdiff |
2005-05-14 |
Michael Wetherell | Another attempt at a compilation fix for VC++ 5 and 6 |
tree | commitdiff |
2005-05-14 |
Michael Wetherell | Reverting previous commit |
tree | commitdiff |
2005-05-14 |
Michael Wetherell | Compilation fix for VC++ 5 and 6 |
tree | commitdiff |
2005-05-14 |
Julian Smart | Use theme and HTML Help headers from Wine (with permission) |
tree | commitdiff |
2005-05-13 |
Julian Smart | Cleanup |
tree | commitdiff |
2005-05-13 |
Julian Smart | CW fix |
tree | commitdiff |
2005-05-13 |
Julian Smart | Removed unnecessary declarations |
tree | commitdiff |
2005-05-13 |
Julian Smart | Added missing wxUSE_CRASHREPORT |
tree | commitdiff |
2005-05-06 |
Michael Wetherell | Compilation fix for USE_UNIV=1 |
tree | commitdiff |
2005-05-05 |
Julian Smart | Removed non-theme related defs |
tree | commitdiff |
2005-05-05 |
Julian Smart | Clarified copyright |
tree | commitdiff |
2005-05-04 |
Julian Smart | Added licence/copyright information |
tree | commitdiff |
2005-05-04 |
Julian Smart | Removed redundant file |
tree | commitdiff |
2005-04-29 |
Julian Smart | Removed previous broken fix for deferred positioning... |
tree | commitdiff |
2005-04-28 |
Julian Smart | Worked around an apparent bug in Windows whereby some... |
tree | commitdiff |
2005-04-23 |
Julian Smart | Remove obsolete includes |
tree | commitdiff |
2005-04-19 |
Julian Smart | Applied patch [ 1181975 ] [wxMSW] Removes all flicker... |
tree | commitdiff |
next |