]> git.saurik.com Git - wxWidgets.git/history - src
new wxRegionRefData has size=1 so rects=malloc(sizeof(BOX))
[wxWidgets.git] / src /
2004-04-13  David Elliottnew wxRegionRefData has size=1 so rects=malloc(sizeof...
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  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 Zeitlinremoved old eVC project files
2004-04-13  Vadim Zeitlinremoved m_bestSize
2004-04-13  Vadim Zeitlinadded DoDrawRoundedRectangle() implementation (patch...
2004-04-13  Julian SmartOnly call Select within SetString when internal data...
2004-04-13  Stefan Csomorall databrowser implementation
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  Roger Gammans * fix bug where editing of the bootom and right most...
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íkadded more styles (patch 933354)
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íkadded wxTE_AUTO_SCROLL and wxTE_NO_VSCROLL
2004-04-11  David ElliottUse wxAutoNSAutoreleasePool when destroying wxIconRefData
2004-04-11  Stefan Csomorfixing target determination for compositing windows...
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  David ElliottHide (orderOut:) modal dialogs after stopping modal...
2004-04-10  David ElliottAdded missing wxT()
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 missing wxT()
2004-04-09  David ElliottBaked with Bakefile 0.1.4
2004-04-09  Vadim Zeitlin(blind) compilation fix for wxUniv
2004-04-09  David ElliottAdded files for wxNotebook and wxCocoaNSTabView
2004-04-09  Dimitri Schoolwerthimplemented a simple DoGetBestSize() for MSW's wxScrollBar
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 Zeitlin1. moved InheritAttributes() from wxControl to wxWindow
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 DunnPut back wxMSW's wxStaticBitmap::DoGetBestSize because...
2004-04-07  Robin Dunnuse wxBU_EXACTFIT for the small buttons
2004-04-07  Robin Dunnset m_bestSize
2004-04-07  Robin DunnwxStatusBarGeneric::DoGetBestSize
2004-04-07  Robin DunnwxStaticBitmapBase::DoGetBestSize
2004-04-07  Robin DunnXRC needs to know about wxFIXED_SIZE too.
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-06  Dimitri Schoolwerthapplied patch #928786: "Fix memory leak produced by...
2004-04-06  Dimitri Schoolwerthapplied patch #926140: "warning cleaning"
2004-04-06  Dimitri Schoolwerthapplied patch #929947: "Various cleaning of warnings...
2004-04-05  Dimitri Schoolwerthremoved HasMultipleSelection() because base class imple...
2004-04-05  Stefan Csomoradded recursive invalidation after a Thaw command
2004-04-04  Vadim Zeitlindon't define functions unused under CE when compiling...
2004-04-04  Vadim Zeitlinimplemented abort() and added stub for getenv(): needed...
2004-04-04  Vadim Zeitlinremoved unused stuff (fixes a couple of compilation...
2004-04-04  Vadim Zeitlinset device origin when drawing on a frame in order...
2004-04-04  Vadim Zeitlindo take the toolbar into account for Windows CE, otherw...
2004-04-04  Vadim Zeitlindon't define SetShape() for Windows CE; use wxTLWBase...
2004-04-04  Vadim Zeitlinadded wxTLWBase::GetDefaultSize() to avoid creating...
2004-04-04  Vadim Zeitlininclude just wrapwin.h and not the entire msw/private.h
2004-04-04  Vadim Zeitlinbsearch() is now available under CE, use it
2004-04-04  Vadim Zeitlinuse wxDIB object instead of static ConvertFromBitmap...
2004-04-04  Vadim Zeitlinenable wxDIB for Windows CE
2004-04-04  Vadim Zeitlintaken the function unused under CE inside #ifndef __WXW...
2004-04-04  Vadim Zeitlindefine BI_RLE4/8 if not defined as well
2004-04-04  Vadim Zeitlinalways use SYSTEM_FONT under CE, it doesn't have any...
2004-04-04  Vadim Zeitlininclude wx/msw/wrapwin.h instead of entire private...
2004-04-04  Vadim ZeitlinWinMain() is Unicode under CE (how did this work before?)
2004-04-04  Vadim Zeitlinimplemented bsearch() for CE; added src/msw/wince/crt.cpp
2004-04-04  Stefan Csomorcorrected content vs structure calculation
2004-04-04  Stefan Csomorcolor must not be set for wxMac
2004-04-03  Stefan NeisCommited slighly modified fix by David Parsons.
2004-04-03  Václav SlavíkWinCE compilation fixes (is this correct?)
2004-04-03  Stefan NeisAvoid core dumps when SetImageList is used.
2004-04-03  Stefan Csomorconcentrating content and structure region calculations
2004-04-03  Václav Slavíkprecompiled headers fix
2004-04-03  David ElliottMake DoGetBestSize cache the value of GetSize() the...
2004-04-03  Robin Dunnm_font may not have been set yet. Default to letting...
2004-04-02  David ElliottAdded wxObjcAutoRef* classes for automatic retain/relea...
next