2004-04-11 |
Stefan Csomor | expose find window method |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Stefan Csomor | fixing target determination for compositing windows... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Václav Slavík | added wx/msw/wince/libraries.h to workaround SDK differ... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Václav Slavík | removed aygshell and ceshell from WinCE build, not... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Vadim Zeitlin | in wxGetFontEncFromCharSet(): map only DEFAULT_CHARSET... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Vadim Zeitlin | serialize wxNativeEncodingInfo using font names, not... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Vadim Zeitlin | added GetEncodingFromName(); documented it and rearrang... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Václav Slavík | fixed wxMBConv::cMB2WC and cWC2MB to check for conversi... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Dimitri Schoolwerth | applied patch #933086: "scrollbar stops compilation... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
David Elliott | Yield changes: |
commit | commitdiff | tree | snapshot |
2004-04-11 |
David Elliott | Add wxAutoNSAutoreleasePool to drawing methods |
commit | commitdiff | tree | snapshot |
2004-04-11 |
David Elliott | wxWindowCocoaScroller: use wxAutoNSAutoreleasePool... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
David Elliott | wxIcon::CopyFromBitmap: |
commit | commitdiff | tree | snapshot |
2004-04-11 |
David Elliott | Add wxAutoNSAutoreleasePool to SetSelection() |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Vadim Zeitlin | added support for koi8-u |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Mattia Barbon | Compilation fix. |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Mattia Barbon | Avoid virtual function hiding. |
commit | commitdiff | tree | snapshot |
2004-04-10 |
David Elliott | Hide (orderOut:) modal dialogs after stopping modal... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
David Elliott | Added missing wxT() |
commit | commitdiff | tree | snapshot |
2004-04-10 |
David Elliott | Added header preprocessor guard |
commit | commitdiff | tree | snapshot |
2004-04-10 |
David Elliott | Implement a reasonable DoGetBestSize (NSProgressIndicat... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
David Elliott | Stub for DoGetBestSize() since this isn't an NSControl |
commit | commitdiff | tree | snapshot |
2004-04-10 |
David Elliott | 1. Faster DoGetBestSize for single-cell controls. |
commit | commitdiff | tree | snapshot |
2004-04-10 |
David Elliott | Make DoGetBestSize() always return a width of 100 |
commit | commitdiff | tree | snapshot |
2004-04-10 |
David Elliott | Added wxMac stub header files (include/wx/mac/*.h). |
commit | commitdiff | tree | snapshot |
2004-04-10 |
David Elliott | Added missing wxT() |
commit | commitdiff | tree | snapshot |
2004-04-09 |
David Elliott | Baked with Bakefile 0.1.4 |
commit | commitdiff | tree | snapshot |
2004-04-09 |
David Elliott | Changes that were in aclocal.m4 but not here |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Vadim Zeitlin | (blind) compilation fix for wxUniv |
commit | commitdiff | tree | snapshot |
2004-04-09 |
David Elliott | wxCocoa: native wxNotebook |
commit | commitdiff | tree | snapshot |
2004-04-09 |
David Elliott | Added files for wxNotebook and wxCocoaNSTabView |
commit | commitdiff | tree | snapshot |
2004-04-09 |
David Elliott | wxCocoa: added ObjcRef.mm and ObjcRef.h |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Dimitri Schoolwerth | implemented a simple DoGetBestSize() for MSW's wxScrollBar |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Vadim Zeitlin | do use context menu event under wxGTK, it is supported... |
commit | commitdiff | tree | snapshot |
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 |
next |