2004-04-04 |
Vadim Zeitlin | always use SYSTEM_FONT under CE, it doesn't have any... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | WinMain() is Unicode under CE (how did this work before?) |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | implemented bsearch() for CE; added src/msw/wince/crt.cpp |
tree | commitdiff |
2004-04-03 |
Václav Slavík | WinCE compilation fixes (is this correct?) |
tree | commitdiff |
2004-04-03 |
Václav Slavík | precompiled headers fix |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | use the window default colours, not hardcoded ones... |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | fixed unused param warning |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | use MSWCreateControl() instead of the old mess; impleme... |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | implemented Get(Class)DefaultAttributes() |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | removed SetFont() inheriting the parents font |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | added wxGetCCDefaultFont() returning the default icon... |
tree | commitdiff |
2004-04-01 |
Vadim Zeitlin | default implementation of Get(Class)DefaultAttributes() |
tree | commitdiff |
2004-03-30 |
Vadim Zeitlin | call wxApp::OnExceptionInMainLoop() when an exception... |
tree | commitdiff |
2004-03-30 |
Vadim Zeitlin | implemented wxApp::OnExceptionInMainLoop() |
tree | commitdiff |
2004-03-30 |
David Elliott | Instead of m_menuBar use GetMenuBar() which will be... |
tree | commitdiff |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
tree | commitdiff |
2004-03-25 |
David Elliott | Move m_isShown = false; into base class constructor |
tree | commitdiff |
2004-03-24 |
Václav Slavík | fixed warnings about unneeded arguments |
tree | commitdiff |
2004-03-24 |
Vadim Zeitlin | don't show the window initially if m_isShown is false... |
tree | commitdiff |
2004-03-23 |
Václav Slavík | unified wxTaskBarIcon behaviour: wxMSW version is not... |
tree | commitdiff |
2004-03-23 |
Julian Smart | Added wxBU_EXACTFIT support to wxBitmapButton on wxMSW |
tree | commitdiff |
2004-03-21 |
Vadim Zeitlin | distinguish between main keyboard and numeric enter... |
tree | commitdiff |
2004-03-20 |
Vadim Zeitlin | explicitly return NFR_UNICODE from WM_NOTIFYFORMAT... |
tree | commitdiff |
2004-03-20 |
Vadim Zeitlin | added wxSetCCUnicodeFormat() and use it in wxTreeCtrl... |
tree | commitdiff |
2004-03-18 |
Robin Dunn | Restored part of the default positioning code for dialo... |
tree | commitdiff |
2004-03-16 |
Robin Dunn | implment wxBitmapButton::DoGetBestSize |
tree | commitdiff |
2004-03-15 |
Robin Dunn | MSWGetCreateWindowCoords is already setting CW_USEDEFAU... |
tree | commitdiff |
2004-03-13 |
Robin Dunn | Use the WidthDefault and HeightDefault in wxTLW, not... |
tree | commitdiff |
2004-03-11 |
Vadim Zeitlin | fixed race conditions resulting in infinite OutputDebug... |
tree | commitdiff |
2004-03-10 |
Robin Dunn | Don't log StretchDIBits failures |
tree | commitdiff |
2004-03-09 |
Robin Dunn | Need to use the same instance handles |
tree | commitdiff |
2004-03-08 |
Robin Dunn | Use EDIT_HEIGHT_FROM_CHAR_HEIGHT until something better... |
tree | commitdiff |
2004-03-07 |
Dimitri Schoolwerth | Reverted FILLCOLORHINT->FILLCOLOR change. Now when... |
tree | commitdiff |
2004-03-05 |
Robin Dunn | Change wxMSW to use WidthDefault and HeightDefault... |
tree | commitdiff |
2004-03-05 |
Robin Dunn | Changed CanApplyParentThemeBackground to ApplyParentThe... |
tree | commitdiff |
2004-03-04 |
Julian Smart | WinCE project and wxDC corrections |
tree | commitdiff |
2004-03-04 |
Robin Dunn | Added CanApplyParentThemeBackground and use it in wxMSW's |
tree | commitdiff |
2004-03-03 |
Vadim Zeitlin | fixed bug with not reading settings from HKLM |
tree | commitdiff |
2004-03-03 |
Vadim Zeitlin | added AccessMode parameter to wxRegKey |
tree | commitdiff |
2004-03-03 |
Julian Smart | Added wxSP_NO_XP_THEME style to wxSplitterWindow to... |
tree | commitdiff |
2004-03-03 |
Chris Elliott | final part of SF patch #904166 (DMC fix) |
tree | commitdiff |
2004-03-02 |
Vadim Zeitlin | wxWindow::Freeze()/Thaw() can now be nested |
tree | commitdiff |
2004-02-29 |
Vadim Zeitlin | renamed start parameter of wxDC::DrawPolyPolygon()... |
tree | commitdiff |
2004-02-29 |
Vadim Zeitlin | use HasFlag() and InXXX() instead of explicit flag... |
tree | commitdiff |
2004-02-29 |
Vadim Zeitlin | honour the 2nd parameter of DeleteEntry() instead of... |
tree | commitdiff |
2004-02-27 |
Vadim Zeitlin | fix showing toolbar tooltips (we were using a pointer... |
tree | commitdiff |
2004-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
tree | commitdiff |
2004-02-19 |
Julian Smart | GetSubcontrols now const |
tree | commitdiff |
2004-02-19 |
Julian Smart | Remove crash due to reference being kept after object... |
tree | commitdiff |
2004-02-17 |
Julian Smart | Fixed a bug in DoGetBestSize that would make wxSpinCtrl... |
tree | commitdiff |
2004-02-17 |
Julian Smart | Fixed source for WinCE compatibility |
tree | commitdiff |
2004-02-17 |
Dimitri Schoolwerth | Fixed invalid background colour of controls on a notebo... |
tree | commitdiff |
2004-02-16 |
Dimitri Schoolwerth | Fixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO... |
tree | commitdiff |
2004-02-15 |
Dimitri Schoolwerth | Cosmetic cleanup (TRUE/FALSE, tabs, ...). |
tree | commitdiff |
2004-02-15 |
Dimitri Schoolwerth | Extended maximum tooltip length (in non-Unicode comctl3... |
tree | commitdiff |
2004-02-15 |
Vadim Zeitlin | use correct way to get a pointer to vector elements... |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | set argc/argv properly in Unicode build (fixes bug... |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | don't override GetSize(), this doesn't work (bug 732758) |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | fix yet another assert when the initial combo box value... |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | corrected wxTreeCtrl::Select() broken by previously... |
tree | commitdiff |
2004-02-12 |
Julian Smart | Infinite recursion fix |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | compilation fix for strict(er) compilers |
tree | commitdiff |
2004-02-12 |
Vadim Zeitlin | compilation fix (PASCAL should be inside the parenthesi... |
tree | commitdiff |
2004-02-12 |
Robin Dunn | Added wxDC::GetPartialTextExtents |
tree | commitdiff |
2004-02-11 |
Václav Slavík | load wsock32.dll dynamically, so that wxCore has no... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | added wxTreeCtrl::UnselectItem() and ToggleItemSelectio... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | added auto check count as otherwise calling EnableAutoC... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | fixed the value returned by GetSize() |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes |
tree | commitdiff |
2004-02-09 |
Vadim Zeitlin | size combobox/choices properly initially by considering... |
tree | commitdiff |
2004-02-09 |
Vadim Zeitlin | don't assert when creating an initially empty wxCB_READ... |
tree | commitdiff |
2004-02-09 |
Julian Smart | Changed no-remap to msw.remap |
tree | commitdiff |
2004-02-09 |
Vadim Zeitlin | wxUniv compilation fix after last commit |
tree | commitdiff |
2004-02-09 |
Julian Smart | Added no-remap system option so colourful toolbar buttons |
tree | commitdiff |
2004-02-09 |
Dimitri Schoolwerth | MinGW warnings fixed; TRUE/FALSE cleanup. |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | resolving conflicts in files I had forgot to commit... |
tree | commitdiff |
2004-02-08 |
Julian Smart | wx2msPenStyle forward declaration required |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | don't use char hook to handle Esc in the dialogs, it... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | estimate size of multiline text controls more accuratel... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | fixed wxEVT_CONTEXT_MENU generation (it works different... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | as after recent change wxID_SEPARATOR is now -2, it... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | fixed and documented GetItemText/BackgroundColour(... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | don't call SelectObject() twice in SetBrush() nor SetFo... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | renamed wxEventFixModule to wxWakeUpIdleModule; added... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | don't call SelectObject() twice in SetPen() (slow!... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | fixed small bug in operator=() (comparing equal but... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | define WXMICROWIN_CHECK_HDC macro once instead of havin... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | use wxBusyCursor class instead of wxBeginBusyCursor... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | use hard coded default size for top level windows inste... |
tree | commitdiff |
2004-02-08 |
Vadim Zeitlin | background colour of a combobox may now be set (bug... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | reset m_frameTool/StatusBar pointers before deleting... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | don't show the accels on the controls if the system... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | one line fix for a bug with focus switching to the... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | no changes (just removed some long unused junk) |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | fixes for page positioning for notebooks with wxNB_MULT... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | don't change the control width when adjusting the heigh... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | use new style creation (MSWCreateControl() and MSWGetSt... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | don't give error messages if ws2_32.dll is not availabl... |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | compilation fix for wxUSE_VALIDATORS == 0 |
tree | commitdiff |
2004-02-07 |
Vadim Zeitlin | multiple fixes to wxChoice/wxCombobox height getting... |
tree | commitdiff |
next |