wxWidgets.git
2004-04-13  Vadim Zeitlinadded Hindi translation from Dhananjaya Sharma
2004-04-13  Vadim Zeitlinadded DoDrawRoundedRectangle() implementation (patch...
2004-04-13  Vadim Zeitlinand now fixed USE_CONTEXT_MENU definition as well
2004-04-13  Vadim Zeitlinfixed USE_CONTEXT_MENU tests
2004-04-13  Vadim Zeitlin(blind) compilation fix for wxUniv
2004-04-13  Julian SmartOnly call Select within SetString when internal data...
2004-04-13  Stefan Csomorall databrowser implementation
2004-04-13  Stefan Csomoradding event construction
2004-04-13  Stefan Csomorswitching to native focus and control hit handling
2004-04-13  Stefan Csomorswitching to native focus handling
2004-04-13  Stefan Csomorfixing right click
2004-04-13  Stefan Csomormouse handling changed
2004-04-13  Stefan Csomorrecursive tab processing
2004-04-13  Stefan Csomorswitching to CreateXXX methods for Controls and to...
2004-04-12  Václav Slavíkaygshell is available on PocketPC and sometimes needed
2004-04-12  Roger Gammans * fix bug where editing of the bootom and right most...
2004-04-12  Vadim Zeitlinadded a note about wxTreeCtrl::GetFirst/NextItem(id...
2004-04-12  Robert Roebling eVC 3.0 doesn't like WS_CAPTION. I imagine that
2004-04-12  Robert Roebling eVC 3.0 doesn't know ExitProcess() but _exit() is OK.
2004-04-12  Robert Roebling eVC++ 3.0 doesn't know WS_THICKFRAME
2004-04-12  David ElliottChange m_windowCurrent to m_currentNSWindow such that...
2004-04-11  Václav Slavíkdon't use strcpy to copy between overlapping strings...
2004-04-11  Václav Slavíkmade it possible to easily regenerate makefiles with...
2004-04-11  Václav Slavíkadded more styles (patch 933354)
2004-04-11  Václav Slavíkstream tests improvements (patch 924438)
2004-04-11  Václav Slavíkadded some cppunit convenience macros (part of patch...
2004-04-11  Václav Slavíkstream classes docs and code fixes (part of patch 924438)
2004-04-11  Václav Slavíkimprovements to zlib streams (patch 929416):
2004-04-11  Václav Slavíkminor correction
2004-04-11  Václav Slavíkadded wxTE_AUTO_SCROLL and wxTE_NO_VSCROLL
2004-04-11  David ElliottUse wxAutoNSAutoreleasePool when destroying wxIconRefData
2004-04-11  Stefan Csomorexpose find window method
2004-04-11  Stefan Csomorfixing target determination for compositing windows...
2004-04-11  Václav Slavíkadded wx/msw/wince/libraries.h to workaround SDK differ...
2004-04-11  Václav Slavíkremoved aygshell and ceshell from WinCE build, not...
2004-04-11  Vadim Zeitlinin wxGetFontEncFromCharSet(): map only DEFAULT_CHARSET...
2004-04-11  Vadim Zeitlinserialize wxNativeEncodingInfo using font names, not...
2004-04-11  Vadim Zeitlinadded GetEncodingFromName(); documented it and rearrang...
2004-04-11  Václav Slavíkfixed wxMBConv::cMB2WC and cWC2MB to check for conversi...
2004-04-11  Dimitri Schoolwerthapplied patch #933086: "scrollbar stops compilation...
2004-04-11  David ElliottYield changes:
2004-04-11  David ElliottAdd wxAutoNSAutoreleasePool to drawing methods
2004-04-11  David ElliottwxWindowCocoaScroller: use wxAutoNSAutoreleasePool...
2004-04-11  David ElliottwxIcon::CopyFromBitmap:
2004-04-11  David ElliottAdd wxAutoNSAutoreleasePool to SetSelection()
2004-04-10  Vadim Zeitlinadded support for koi8-u
2004-04-10  Mattia Barbon Compilation fix.
2004-04-10  Mattia Barbon Avoid virtual function hiding.
2004-04-10  David ElliottHide (orderOut:) modal dialogs after stopping modal...
2004-04-10  David ElliottAdded missing wxT()
2004-04-10  David ElliottAdded header preprocessor guard
2004-04-10  David ElliottImplement a reasonable DoGetBestSize (NSProgressIndicat...
2004-04-10  David ElliottStub for DoGetBestSize() since this isn't an NSControl
2004-04-10  David Elliott1. Faster DoGetBestSize for single-cell controls.
2004-04-10  David ElliottMake DoGetBestSize() always return a width of 100
2004-04-10  David ElliottAdded wxMac stub header files (include/wx/mac/*.h).
2004-04-10  David ElliottAdded missing wxT()
2004-04-09  David ElliottBaked with Bakefile 0.1.4
2004-04-09  David ElliottChanges that were in aclocal.m4 but not here
2004-04-09  Vadim Zeitlin(blind) compilation fix for wxUniv
2004-04-09  David ElliottwxCocoa: native wxNotebook
2004-04-09  David ElliottAdded files for wxNotebook and wxCocoaNSTabView
2004-04-09  David ElliottwxCocoa: added ObjcRef.mm and ObjcRef.h
2004-04-09  Dimitri Schoolwerthimplemented a simple DoGetBestSize() for MSW's wxScrollBar
2004-04-08  Vadim Zeitlindo use context menu event under wxGTK, it is supported...
2004-04-08  Vadim Zeitlinlast check in forgot to add WS_VSCROLL to the listbox...
2004-04-08  Stefan Csomormake sure we are comparing the stripped strings
2004-04-08  Vadim Zeitlinuse SetDefaultBackgroundColour() instead of SetBgColour()
2004-04-08  Vadim Zeitlinsuppress warnings during WinCE compilation
2004-04-08  Vadim Zeitlinwe can now use png/jpeg/gif
2004-04-08  Vadim Zeitlin1. moved InheritAttributes() from wxControl to wxWindow
2004-04-08  Vadim Zeitlincorrected wxEVENT_PROPAGATE_XXX constants names
2004-04-07  Robin DunnChanged name to wxFIXED_MINSIZE since that is more...
2004-04-07  Robin DunnUse FIXED_MINSIZE on the listbox
2004-04-07  Robin DunnChanged name to wxFIXED_MINSIZE since that is more...
2004-04-07  Robin DunnChanged name to wxFIXED_MINSIZE since that is more...
2004-04-07  Robin DunnreSWIGged
2004-04-07  Robin Dunnnotes about sizer changes
2004-04-07  Robin DunnPut back wxMSW's wxStaticBitmap::DoGetBestSize because...
2004-04-07  Robin Dunnuse wxBU_EXACTFIT for the small buttons
2004-04-07  Robin Dunnfix for self.root == None
2004-04-07  Robin Dunnset m_bestSize
2004-04-07  Robin DunnwxStatusBarGeneric::DoGetBestSize
2004-04-07  Robin DunnwxStaticBitmapBase::DoGetBestSize
2004-04-07  Robin DunnUse default window IDs
2004-04-07  Robin DunnVarious layout tweaks, wx.FIXED_SIZE added, etc.
2004-04-07  Robin DunnAdd wxRTTI info and set bestSize
2004-04-07  Robin DunnXRC needs to know about wxFIXED_SIZE too.
2004-04-07  Robin Dunnstyle tweaked
2004-04-07  Robin DunnUse wx.CLIP_CHILDREN on the splitter windows
2004-04-07  Robin Dunnchanged border style
2004-04-07  Robin DunnFixes so bg colors in a notebook on XP are visible...
2004-04-07  Robin DunnUse a panel
2004-04-07  Robin DunnAdded wx.FIXED_SIZE.
2004-04-07  Robin Dunnuse wx.FIXED_SIZE
2004-04-07  Robin DunnUse the size value passed to the ctor to set the window...
2004-04-07  Robin DunnAdded wxFIXED_SIZE.
2004-04-07  Robin DunnAdded some convenience inlines
2004-04-07  Robin DunnFixed tex2rtf error
2004-04-06  Robin DunnSomehow the Validate(), TransferDataToWindow(),
next