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 |
2005-04-17 |
Julian Smart | Regenerated makefiles for runtime lib change |
tree | commitdiff |
2005-04-14 |
Włodzimierz Skiba | Correction in comment in closing #endif. |
tree | commitdiff |
2005-04-12 |
Włodzimierz Skiba | WinCE build fix (missing style). |
tree | commitdiff |
2005-04-12 |
Włodzimierz Skiba | Misplaced #endif (WinCE build fix). |
tree | commitdiff |
2005-04-11 |
Vadim Zeitlin | after latest changes background of radio buttons _not_... |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | extended wxWindow::MSWGetBgBrush() and wxControl::MSWCo... |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | mark slider as being transparent, otherwise it has... |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | simplifications and corrections to background drawing: |
tree | commitdiff |
2005-04-10 |
Mattia Barbon | Correct harmless typos. |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | added wxCopyRectToRECT() |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | added HDCClipper() class which automatically unselects... |
tree | commitdiff |
2005-04-10 |
Ryan Norton | Fixes & Hacks to make sockets compile on CYGWIN with... |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | added WM_PRINTCLIENT |
tree | commitdiff |
2005-04-06 |
Vadim Zeitlin | define WM_CONTEXTMENU if the standard headers don't |
tree | commitdiff |
2005-04-06 |
Vadim Zeitlin | use LVS_EX_LABELTIP by default |
tree | commitdiff |
2005-04-05 |
Vadim Zeitlin | don't let WM_RBUTTONDOWN reach def window proc as it... |
tree | commitdiff |
2005-04-05 |
Robert Roebling | Added switch and define for wxUSE_STD_STRING |
tree | commitdiff |
2005-04-03 |
Julian Smart | Cross-hair cursor appears as an I-beam on WinXP for... |
tree | commitdiff |
2005-04-02 |
Julian Smart | Default border for a static box is wxBORDER_NONE |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | fixes to static box borders calculations and significan... |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | added AutoHRGN class; corrected GetHbrush[Of]() macros |
tree | commitdiff |
2005-03-31 |
Julian Smart | Fixed MSWClipBoxRegion |
tree | commitdiff |
2005-03-30 |
Julian Smart | Applied patch [ 1166587 ] [wxMSW] Removes all flicker... |
tree | commitdiff |
2005-03-29 |
Włodzimierz Skiba | Missing DMC value after recent changes in tbar95.cpp. |
tree | commitdiff |
2005-03-28 |
Vadim Zeitlin | added GetHimagelist() |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | applied heavily modified patch 1116702: support for... |
tree | commitdiff |
next |