2005-06-16 |
Dimitri Schoolwerth | added Thai/CP874 support for MSW |
tree | commitdiff |
2005-06-16 |
Vadim Zeitlin | fix index of appended items (broken by previous commit) |
tree | commitdiff |
2005-06-16 |
Vadim Zeitlin | don't redeclare struct tm if it's already declared... |
tree | commitdiff |
2005-06-15 |
Vadim Zeitlin | (harmless) eVC4 warning fix |
tree | commitdiff |
2005-06-15 |
Vadim Zeitlin | WinCE compilation fixes |
tree | commitdiff |
2005-06-14 |
Włodzimierz Skiba | Due to wxStringBase::CopyBeforeWrite() we need to resen... |
tree | commitdiff |
2005-06-13 |
Włodzimierz Skiba | '[1219035] cleanup: miscellaneous' and minor source... |
tree | commitdiff |
2005-06-10 |
Włodzimierz Skiba | Allow MSW Base be usable in other ports than wxMSW... |
tree | commitdiff |
2005-06-10 |
Julian Smart | Need to set background colour for wxListBox, not just... |
tree | commitdiff |
2005-06-09 |
Vadim Zeitlin | always set flat toolbar style, even under XP with theme... |
tree | commitdiff |
2005-06-09 |
Vadim Zeitlin | don't statically link to SetMenuInfo(): it is not prese... |
tree | commitdiff |
2005-06-09 |
Vadim Zeitlin | (blind) compilation fix for wxUSE_UXTHEME==0 |
tree | commitdiff |
2005-06-09 |
Julian Smart | Temporary fix for checklistbox refresh problem; setting the |
tree | commitdiff |
2005-06-08 |
Vadim Zeitlin | test for TB_SETBUTTONINFO instead of _WIN32_IE in wxToo... |
tree | commitdiff |
2005-06-08 |
Vadim Zeitlin | define MIM_STYLE and MNS_CHECKORBMP for mingw32 which... |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | don't use WINVER for tests, work around bug in VC6... |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | don't draw edge around the bitmap for pseudo owner... |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | InsertMenuItem() works with bitmaps under Win98 too... |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | don't test for WINVER inside the library, we do all... |
tree | commitdiff |
2005-06-07 |
Włodzimierz Skiba | First part of '[ 1216148 ] cleanup: unused variables... |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | VC6 (harmless) warning fix |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | use InsertMenuItem() for more native support of bitmaps... |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | support not-quite-owner-drawn mode when we draw only... |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | added wxGetWinVersion() |
tree | commitdiff |
2005-06-06 |
Włodzimierz Skiba | Source cleaning inspired by and included in patch ... |
tree | commitdiff |
2005-06-06 |
Vadim Zeitlin | check for Unicode being used under Win9x much earlier... |
tree | commitdiff |
2005-06-02 |
Julian Smart | Fix for older version of VC7 |
tree | commitdiff |
2005-06-02 |
Julian Smart | Missing header |
tree | commitdiff |
2005-06-02 |
Julian Smart | Applied patch [ 1213290 ] incorrect logic in wxTopLevel... |
tree | commitdiff |
2005-06-02 |
Julian Smart | Assert fixes [ 1212949 ] Fix some asserts in wxMediaCtrl |
tree | commitdiff |
2005-06-01 |
Vadim Zeitlin | return immediately from WalkFrom() if dbghelp dll initi... |
tree | commitdiff |
2005-06-01 |
Dimitri Schoolwerth | fixed compilation when IDC_HAND is undefined |
tree | commitdiff |
2005-06-01 |
Robin Dunn | Try IDC_HAND first and then load "WXCURSOR_HAND" if... |
tree | commitdiff |
2005-05-31 |
Robin Dunn | Convert alpha (if any) to mask in wxBitmapToIconOrCurso... |
tree | commitdiff |
2005-05-31 |
Julian Smart | Applied patch [ 1212020 ] MediaCtrl DirectShow drawing... |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | send wxEVT_SCROLL_CHANGED when using mouse wheel as... |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_... |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | document that SetCurrent() must be called on a visible... |
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 | Paint bugfix |
tree | commitdiff |
2005-05-31 |
Julian Smart | Applied patch [ 1208286 ] MediaCtrl DirectShow rewrite |
tree | commitdiff |
2005-05-31 |
Julian Smart | Olly Betts' typo patch |
tree | commitdiff |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
tree | commitdiff |
2005-05-30 |
Julian Smart | Applied [ 1208344 ] wxNotebook::OnSelChange fix for... |
tree | commitdiff |
2005-05-30 |
Włodzimierz Skiba | DMC typo fixes. |
tree | commitdiff |
2005-05-30 |
Julian Smart | Applied patch [ 1208256 ] Fixes bug #1193626 [wxPrintDa... |
tree | commitdiff |
2005-05-30 |
Julian Smart | Applied patch [ 1207202 ] [wxMSW] Fixes GDI leak in... |
tree | commitdiff |
2005-05-27 |
Julian Smart | Removed ugly separators toolbars again |
tree | commitdiff |
2005-05-25 |
Vadim Zeitlin | apparently the check for too small rect is needed not... |
tree | commitdiff |
2005-05-25 |
Michael Wetherell | Uncomment LVN_ODFINDITEM handler for systems that have... |
tree | commitdiff |
2005-05-25 |
Robin Dunn | When converting a wxIcon to a bitmap check if the icon... |
tree | commitdiff |
2005-05-25 |
Włodzimierz Skiba | Simpler fix for Borland. |
tree | commitdiff |
2005-05-25 |
Włodzimierz Skiba | Multicharacter fix for MinGW and OW, semicolon fix... |
tree | commitdiff |
2005-05-25 |
Włodzimierz Skiba | Fixes for Borland access to members in MSWUniv. |
tree | commitdiff |
2005-05-24 |
Vadim Zeitlin | subclass all updown controls in notebooks, not just... |
tree | commitdiff |
2005-05-24 |
Włodzimierz Skiba | MinGW, Watcom and Borland warning fixes. |
tree | commitdiff |
2005-05-24 |
Vadim Zeitlin | don't use dangling HBRUSH |
tree | commitdiff |
2005-05-24 |
Chris Elliott | possible fix for SF bug #1186144 (only VC tested) |
tree | commitdiff |
2005-05-24 |
Włodzimierz Skiba | [ 1207289 ] minor dll mediactrl fix. |
tree | commitdiff |
2005-05-23 |
Włodzimierz Skiba | Cast warning fixes. |
tree | commitdiff |
2005-05-23 |
Julian Smart | Applied patch [ 1194316 ] wxMediaCtrl MSW config and... |
tree | commitdiff |
2005-05-23 |
Włodzimierz Skiba | Clipboard usage fixes inspired by Tinderbox logs. |
tree | commitdiff |
2005-05-23 |
Włodzimierz Skiba | Use our own math.h wrapper. |
tree | commitdiff |
2005-05-23 |
Włodzimierz Skiba | Temporary fix, requires missing NMLVFINDITEM on some... |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | fixed drawing of owner drawn buttons with multiline... |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | added support for incremental search in virtual list... |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | moved WM_PRINTCLIENT from wxRadioBox to wxStaticBox... |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | fixed remains of notebook flickering (improved patch... |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | compilation fix: last commit broke non-Win64 compilation |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | just some code cleanup: removed m_hwnd macro |
tree | commitdiff |
2005-05-22 |
Julian Smart | Removed def files |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied patch [ 1196827 ] Fixes Assert with wxTreeCtrl... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied [ 1205187 ] fix may not return warning on vc6... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Test for x, y in GetPosition |
tree | commitdiff |
2005-05-22 |
Julian Smart | WinCE fixes |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | use correct background colour for items drawing (closes... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied patch [ 1204217 ] [wxMSW] winXP: wxToolbar... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied patch [ 1204244 ] [wxMSW] Use Win2K look (MS... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied patch [ 1195797 ] Fixes to compile on Win64 |
tree | commitdiff |
2005-05-22 |
Julian Smart | Applied [ 1202378 ] Fix display of MSW mediactrl when... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Fixed cast |
tree | commitdiff |
2005-05-22 |
Julian Smart | Fixed DDE in Unicode: bug [ 1206299 ] wxDDE 'segfaults' |
tree | commitdiff |
2005-05-22 |
Julian Smart | Remove debugging code accidentally left in |
tree | commitdiff |
2005-05-21 |
Julian Smart | Applied patch [ 1204548 ] Add Get and SetVolume to... |
tree | commitdiff |
2005-05-21 |
Julian Smart | Suppressed error when loading colour bitmap since there... |
tree | commitdiff |
2005-05-21 |
Julian Smart | Added more paper sizes and code that falls back to... |
tree | commitdiff |
2005-05-21 |
Kevin Hock | Include the location of the right-click, or the item... |
tree | commitdiff |
2005-05-20 |
Vadim Zeitlin | native checkbox didn't have correct state after switchi... |
tree | commitdiff |
2005-05-19 |
Robin Dunn | Moved the pending pos and size into wxWindowMSW |
tree | commitdiff |
2005-05-19 |
Vadim Zeitlin | respect label foreground colour for static boxes when... |
tree | commitdiff |
2005-05-18 |
Vadim Zeitlin | fixed problem with non-const methods not working on... |
tree | commitdiff |
2005-05-18 |
Vadim Zeitlin | make sure that setting custom foreground works together... |
tree | commitdiff |
2005-05-18 |
Vadim Zeitlin | produce more informative (but not much bigger) minidump... |
tree | commitdiff |
2005-05-18 |
Vadim Zeitlin | setting foreground colour for wxCheckBox now works... |
tree | commitdiff |
2005-05-18 |
Włodzimierz Skiba | MinGW fix. |
tree | commitdiff |
2005-05-18 |
Robin Dunn | Put a cap on the number of lines used in DoGetBestSize |
tree | commitdiff |
2005-05-18 |
Robin Dunn | Patch #1203934: enable best size caching for MSW widgets |
tree | commitdiff |
2005-05-17 |
Włodzimierz Skiba | Include common controls before completing it with missi... |
tree | commitdiff |
2005-05-17 |
Robin Dunn | Cache best size |
tree | commitdiff |
next |