]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-04-15  Dimitri Schoolwerthmade GetAlpha(x, y) const (the docs are already correct)
2004-04-15  Robert Roebling Fix for white area above frame because of funky
2004-04-15  Robert Roebling Fix to make frame visible under eVC 3.0
2004-04-15  Dimitri Schoolwerthignore all (generated) .con files
2004-04-15  Dimitri Schoolwerthuse Find, not Member
2004-04-15  Dimitri Schoolwerthimproved const-ness of find/Find functions
2004-04-14  Robin DunnAdded #include for non PCH compilers
2004-04-14  Robin DunnUpdated with notes about recent sizer changes
2004-04-14  Robin DunnAdded wxSizerItem::SetMinSize that calls m_window-...
2004-04-14  Robin DunnKeep track of the initial size that the window was...
2004-04-14  Stefan Csomorremoving resource based implementations
2004-04-14  David ElliottQuick hack removing wxDIALOG_MODAL
2004-04-14  Robin DunnDon't accidentally instal the MSVCRT.dll from XP as...
2004-04-14  David ElliottQuick hack to rid the code of wxDIALOG_MODAL
2004-04-14  Stefan Csomorresources must be copied, cannot be symlinked
2004-04-14  Vadim Zeitlindon't use wxDIALOG_MODAL any more
2004-04-14  Robin Dunndocstring tweak
2004-04-14  David ElliottwxASSERT_MSG instead of wxASSERT
2004-04-14  Robin DunnIf the icon is smaller than the allotted space then...
2004-04-14  Robin DunnAdd wxGridBagSizer to the overview text
2004-04-14  Robin Dunnsimplify how the XWindow is extracted for GetHandle
2004-04-14  Robin DunnThe activex dirs got left out.
2004-04-14  David ElliottCocoa_drawRect: Set m_updateRegion using the NSRect...
2004-04-14  Robin DunnDoc tweaks, double the backslashes so they convert...
2004-04-14  David ElliottAdded wxRegion construction from an NSRect or an array...
2004-04-14  Robin Dunnwhitespace cleanup
2004-04-14  Robin DunnCompilation fixes
2004-04-14  David ElliottRework modal dialog code to not depend on now obsolete...
2004-04-14  Robin DunnEnsure PostCreation is always called, so the widget...
2004-04-14  Robin DunnFix for #933359
2004-04-13  David Elliottnew wxRegionRefData has size=1 so rects=malloc(sizeof...
2004-04-13  David ElliottBaked with Bakefile 0.1.4
2004-04-13  David ElliottwxCocoa: wxRegion using wxRegionGeneric
2004-04-13  David ElliottAdded wxRegionGeneric and wxRegionIteratorGeneric using...
2004-04-13  David Elliott#import <AppKit/NSCell.h>
2004-04-13  David ElliottChange <class PixelData> to <typename PixelData> (2...
2004-04-13  David Elliotts/m_clientData/m_itemClientData/ so it doesn't conflict...
2004-04-13  Vadim Zeitlinremoved old eVC project files
2004-04-13  David ElliottMake ObjcRelease() return void like [NSObject -release...
2004-04-13  Vadim Zeitlindon't use WS_POPUP under CE for normal windows
2004-04-13  Vadim Zeitlindefine WS_XXX constants missing in (some) CE SDKs
2004-04-13  Vadim Zeitlinremoved old eVC project files
2004-04-13  Vadim Zeitlinremoved m_bestSize
2004-04-13  Vadim Zeitlinmoved dialog/frame styles to their own headers; don...
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).
next