2004-04-08 |
Vadim Zeitlin | last check in forgot to add WS_VSCROLL to the listbox... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Stefan Csomor | make sure we are comparing the stripped strings |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Vadim Zeitlin | use SetDefaultBackgroundColour() instead of SetBgColour() |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Vadim Zeitlin | suppress warnings during WinCE compilation |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Vadim Zeitlin | we can now use png/jpeg/gif |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Vadim Zeitlin | 1. moved InheritAttributes() from wxControl to wxWindow |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Vadim Zeitlin | corrected wxEVENT_PROPAGATE_XXX constants names |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Use FIXED_MINSIZE on the listbox |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | notes about sizer changes |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Put back wxMSW's wxStaticBitmap::DoGetBestSize because... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | use wxBU_EXACTFIT for the small buttons |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | fix for self.root == None |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | set m_bestSize |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | wxStatusBarGeneric::DoGetBestSize |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | wxStaticBitmapBase::DoGetBestSize |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Use default window IDs |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Various layout tweaks, wx.FIXED_SIZE added, etc. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Add wxRTTI info and set bestSize |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | XRC needs to know about wxFIXED_SIZE too. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | style tweaked |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Use wx.CLIP_CHILDREN on the splitter windows |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | changed border style |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Fixes so bg colors in a notebook on XP are visible... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Use a panel |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Added wx.FIXED_SIZE. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | use wx.FIXED_SIZE |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Use the size value passed to the ctor to set the window... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Added wxFIXED_SIZE. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Added some convenience inlines |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Robin Dunn | Fixed tex2rtf error |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Robin Dunn | Somehow the Validate(), TransferDataToWindow(), |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Dimitri Schoolwerth | applied patch #928786: "Fix memory leak produced by... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Dimitri Schoolwerth | applied patch #926140: "warning cleaning" |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Dimitri Schoolwerth | applied patch #929947: "Various cleaning of warnings... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Václav Slavík | applied patch: wxLongLong CppUnit test (928257) |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Václav Slavík | this code was taken from console sample, preserve its... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Václav Slavík | upgrade to bakefile-0.1.4 |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Dimitri Schoolwerth | fixed non-pch compilation, initial window size; slight... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Václav Slavík | upgrade to bakefile-0.1.4 |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Václav Slavík | make aclocal-1.8 happy (patch 930105) |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Robin Dunn | Check for errors after unicode conversions |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Vadim Zeitlin | update from Tsolakos Stavros |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Václav Slavík | don't build console apps for WinCE |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Václav Slavík | don't build console apps for WinCE |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Dimitri Schoolwerth | removed HasMultipleSelection() because base class imple... |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Robin Dunn | wxSize::SetDefaults |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Robin Dunn | GetDefaultAttributes, and other tweaks needed to get... |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Robin Dunn | updated version number |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Vadim Zeitlin | use wxUnusedVar() to suppress warnings about unused... |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Stefan Csomor | added recursive invalidation after a Thaw command |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | don't define functions unused under CE when compiling... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | implemented abort() and added stub for getenv(): needed... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | removed unused stuff (fixes a couple of compilation... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | set device origin when drawing on a frame in order... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | do take the toolbar into account for Windows CE, otherw... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | don't define SetShape() for Windows CE; use wxTLWBase... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | added wxTLWBase::GetDefaultSize() to avoid creating... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | added and documented wxSize::IsFullySpecified() and... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Václav Slavík | wxAutomation not useful on WinCE |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | include just wrapwin.h and not the entire msw/private.h |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | GlobalLock/Unlock() are available under CE, no need... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | include headers normally included from windows.h and... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | bsearch() is now available under CE, use it |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | suppressed unused param warning under CE |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | do #undef CreateDialog() under CE, what was the reason... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | include wince/missing.h under CE |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | removed tons of unused stuff apparently copied verbatim... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | use wxDIB object instead of static ConvertFromBitmap... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | enable wxDIB for Windows CE |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | taken the function unused under CE inside #ifndef __WXW... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | define BI_RLE4/8 if not defined as well |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | always use SYSTEM_FONT under CE, it doesn't have any... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | include wx/msw/wrapwin.h instead of entire private... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | WinMain() is Unicode under CE (how did this work before?) |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | include wrapwin.h instead of windows.h directly (fixes... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Vadim Zeitlin | implemented bsearch() for CE; added src/msw/wince/crt.cpp |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Stefan Csomor | corrected content vs structure calculation |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Stefan Csomor | color must not be set for wxMac |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Václav Slavík | more WinCE fixes |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Václav Slavík | WinCE compilation fix |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Stefan Neis | Commited slighly modified fix by David Parsons. |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Václav Slavík | regex lib doesn't build under WinCE either |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Václav Slavík | WinCE compilation fixes (is this correct?) |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Stefan Neis | Avoid core dumps when SetImageList is used. |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Stefan Csomor | concentrating content and structure region calculations |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Stefan Csomor | concentrating content and structure region calculations |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Václav Slavík | eVC fixes: don't build MSW-only files |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Václav Slavík | precompiled headers fix |
commit | commitdiff | tree | snapshot |
2004-04-03 |
David Elliott | Make DoGetBestSize cache the value of GetSize() the... |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Robin Dunn | m_font may not have been set yet. Default to letting... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Robin Dunn | typos fixed |
commit | commitdiff | tree | snapshot |
2004-04-02 |
David Elliott | Added wxObjcAutoRef* classes for automatic retain/relea... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Julian Smart | Allow app to call SetWindowVariant before creation... |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Stefan Csomor | adding QDSwapPort for performance reasons |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Stefan Csomor | supporting non-theme fonts |
commit | commitdiff | tree | snapshot |
2004-04-01 |
David Elliott | wxCocoa: use generic wxSpinCtrl |
commit | commitdiff | tree | snapshot |
next |