2004-05-06 |
Vadim Zeitlin | don't create artificial alpha channel for all bitmaps... |
tree | commitdiff |
2004-05-06 |
Vadim Zeitlin | compilation fix for older compilers |
tree | commitdiff |
2004-05-05 |
Vadim Zeitlin | call InitDialog() before showing the dialog, not after... |
tree | commitdiff |
2004-05-05 |
Vadim Zeitlin | oops, added missing const_cast to make last check in... |
tree | commitdiff |
2004-05-05 |
Vadim Zeitlin | made GetClippingBox() work even for clipping region... |
tree | commitdiff |
2004-05-05 |
Vadim Zeitlin | don't use non-const wxDC::GetBackground() which doesn... |
tree | commitdiff |
2004-05-04 |
Dimitri Schoolwerth | improved backwards compatibility when a wxGauge is... |
tree | commitdiff |
2004-05-03 |
Robin Dunn | Initial/Best size fixes for wxRadioBox, wxSlider and... |
tree | commitdiff |
2004-05-03 |
Vadim Zeitlin | set best size after filling the control with strings |
tree | commitdiff |
2004-05-03 |
Vadim Zeitlin | removed the old hack needed to size the control properl... |
tree | commitdiff |
2004-05-03 |
Vadim Zeitlin | call SetInitialBestSize(), not SetBestSize(), when... |
tree | commitdiff |
2004-05-02 |
Vadim Zeitlin | don't let wxChoice created with default size to shrink... |
tree | commitdiff |
2004-04-28 |
Dimitri Schoolwerth | don't inherit back- and foreground colour |
tree | commitdiff |
2004-04-28 |
Vadim Zeitlin | open registry keys in read-only mode as we might not... |
tree | commitdiff |
2004-04-27 |
Julian Smart | SmartPhone windows are always maximized: Patch 942118 |
tree | commitdiff |
2004-04-25 |
Robin Dunn | silence a bogus error message |
tree | commitdiff |
2004-04-21 |
Václav Slavík | applied patch 939076: __SMARTPHONE__ define |
tree | commitdiff |
2004-04-21 |
Vadim Zeitlin | fixed #if in Create(); don't use wxModelessWindows... |
tree | commitdiff |
2004-04-21 |
Vadim Zeitlin | really fixed crash with strange HDN_GETDISPINFOWs under XP |
tree | commitdiff |
2004-04-21 |
Vadim Zeitlin | fixed recent modeless dialog breakage caused by removin... |
tree | commitdiff |
2004-04-21 |
Vadim Zeitlin | fixed unused variable warning |
tree | commitdiff |
2004-04-20 |
Julian Smart | Don't use wxUSE_POCKETPC_UI, determine appropriate... |
tree | commitdiff |
2004-04-20 |
Julian Smart | Test for SDK in use |
tree | commitdiff |
2004-04-20 |
Julian Smart | Compile fix for eVC++ 4 with PocketPC 2003 |
tree | commitdiff |
2004-04-19 |
Robert Roebling | Code for single instance and bring-to-top under CE. |
tree | commitdiff |
2004-04-19 |
Vadim Zeitlin | compilation fix for wxUSE_VALIDATORS==0 |
tree | commitdiff |
2004-04-18 |
Vadim Zeitlin | compilation fix for wxUSE_VALIDATORS==0 |
tree | commitdiff |
2004-04-18 |
Robert Roebling | make spin control flat, too, under Win CE. |
tree | commitdiff |
2004-04-18 |
Stefan Csomor | byte ordering changed to network ordering |
tree | commitdiff |
2004-04-17 |
Robert Roebling | Make text controls flat under CE. |
tree | commitdiff |
2004-04-17 |
Robert Roebling | Since CE cannot do the logical/device origin calculations |
tree | commitdiff |
2004-04-17 |
Robert Roebling | Do not set size of PocketPC dialogs upon |
tree | commitdiff |
2004-04-17 |
Robert Roebling | Show the OK button in the title bar under PocketPC |
tree | commitdiff |
2004-04-17 |
Robin Dunn | Fix or add some DoGetBestSize's |
tree | commitdiff |
2004-04-16 |
Václav Slavík | Mingw compilation fixes |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | fixed WaitOnConnect() in non GUI mode (patch 905185) |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | make XTI compile with VC6 (patch 896614) |
tree | commitdiff |
2004-04-15 |
Václav Slavík | added GetFilenames |
tree | commitdiff |
2004-04-15 |
Robert Roebling | Added SW_SCROLLCHILDREN to make scrolling work |
tree | commitdiff |
2004-04-15 |
Robert Roebling | Fix to make frame visible under eVC 3.0 |
tree | commitdiff |
2004-04-15 |
Dimitri Schoolwerth | use Find, not Member |
tree | commitdiff |
2004-04-14 |
Robin Dunn | Added #include for non PCH compilers |
tree | commitdiff |
2004-04-14 |
Vadim Zeitlin | don't use wxDIALOG_MODAL any more |
tree | commitdiff |
2004-04-13 |
Vadim Zeitlin | don't use WS_POPUP under CE for normal windows |
tree | commitdiff |
2004-04-13 |
Vadim Zeitlin | removed old eVC project files |
tree | commitdiff |
2004-04-13 |
Julian Smart | Only call Select within SetString when internal data... |
tree | commitdiff |
2004-04-12 |
Robert Roebling | eVC 3.0 doesn't like WS_CAPTION. I imagine that |
tree | commitdiff |
2004-04-12 |
Robert Roebling | eVC 3.0 doesn't know ExitProcess() but _exit() is OK. |
tree | commitdiff |
2004-04-12 |
Robert Roebling | eVC++ 3.0 doesn't know WS_THICKFRAME |
tree | commitdiff |
2004-04-11 |
Vadim Zeitlin | in wxGetFontEncFromCharSet(): map only DEFAULT_CHARSET... |
tree | commitdiff |
2004-04-11 |
Vadim Zeitlin | serialize wxNativeEncodingInfo using font names, not... |
tree | commitdiff |
2004-04-11 |
Dimitri Schoolwerth | applied patch #933086: "scrollbar stops compilation... |
tree | commitdiff |
2004-04-09 |
Dimitri Schoolwerth | implemented a simple DoGetBestSize() for MSW's wxScrollBar |
tree | commitdiff |
2004-04-08 |
Vadim Zeitlin | last check in forgot to add WS_VSCROLL to the listbox... |
tree | commitdiff |
2004-04-08 |
Vadim Zeitlin | suppress warnings during WinCE compilation |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Put back wxMSW's wxStaticBitmap::DoGetBestSize because... |
tree | commitdiff |
2004-04-07 |
Robin Dunn | wxStaticBitmapBase::DoGetBestSize |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | don't define functions unused under CE when compiling... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | implemented abort() and added stub for getenv(): needed... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | removed unused stuff (fixes a couple of compilation... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | set device origin when drawing on a frame in order... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | don't define SetShape() for Windows CE; use wxTLWBase... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | use wxDIB object instead of static ConvertFromBitmap... |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | enable wxDIB for Windows CE |
tree | commitdiff |
2004-04-04 |
Vadim Zeitlin | taken the function unused under CE inside #ifndef __WXW... |
tree | commitdiff |
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 |
next |