]> git.saurik.com Git - wxWidgets.git/history - src
fixed unused variable warning
[wxWidgets.git] / src /
2004-04-21  Vadim Zeitlinfixed unused variable warning
2004-04-21  Stefan CsomorMPThread implementation by AJ Lavin
2004-04-21  Stefan Csomorreplaced Yield with YieldIfNeeded for Mac
2004-04-21  Stefan Csomorimplemented Lower and Raise for OSX
2004-04-20  Vadim Zeitlinreplaced generic automatic filter string by 2 different...
2004-04-20  Julian SmartDon't use wxUSE_POCKETPC_UI, determine appropriate...
2004-04-20  Julian SmartTemporary fix for VC++ compile breakage.
2004-04-20  Julian SmartTest for SDK in use
2004-04-20  Chris Elliottfix bug compiling with DMC Borland gcc (macos); reverti...
2004-04-20  Chris Elliottfix bug compiling with DMC Borland gcc (macos); reverti...
2004-04-20  Robert Roebling Applied the two patches from Kevin for gsocket
2004-04-20  Julian SmartCompile fix for eVC++ 4 with PocketPC 2003
2004-04-20  Vadim Zeitlinfixed bug in default filter string construction (you...
2004-04-19  Robert Roebling Code for single instance and bring-to-top under CE.
2004-04-19  Julian SmartDon't infinitely recurse when setting the child focus...
2004-04-19  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS==0
2004-04-18  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS==0
2004-04-18  Václav SlavíkwxVsnprintf_ fix: added %ls,%lc handling (patch 937094)
2004-04-18  Stefan Csomoralternative direct CFSocket implementation, not yet...
2004-04-18  Robert Roebling make spin control flat, too, under Win CE.
2004-04-18  Stefan CsomorMSL support also for MSW
2004-04-18  Stefan Csomorswitching to host / network ordering swapping
2004-04-18  Stefan Csomoryielding from main loop
2004-04-18  Stefan Csomorotherwise all runloop dependent callbacks cannot work...
2004-04-18  Stefan Csomorbyte ordering changed to network ordering
2004-04-18  Stefan Csomormetrowerks uname support
2004-04-18  Julian SmartCasting fix
2004-04-18  Robert Roebling Applied patch for hiding statusbar.
2004-04-18  Robert Roebling Fix incomplete stripping of menu text.
2004-04-17  Robin DunnSet m_window to NULL after destroying it
2004-04-17  Robert Roebling Make text controls flat under CE.
2004-04-17  Robert Roebling Since CE cannot do the logical/device origin calculations
2004-04-17  Robert Roebling Do not set size of PocketPC dialogs upon
2004-04-17  Robert Roebling Show the OK button in the title bar under PocketPC
2004-04-17  Robert Roebling Make wxHTML compile (and work) under CE.
2004-04-17  Robin DunnSetDefault should call parent->SetDefaultItem
2004-04-17  Robin DunnFix or add some DoGetBestSize's
2004-04-16  Václav SlavíkMingw compilation fixes
2004-04-16  Vadim ZeitlinGetChildrenCount() should be const
2004-04-15  Robin DunnIf the window has a minsize then use that as the BestSi...
2004-04-15  Vadim Zeitlinunused variable warning fix (patch 923094)
2004-04-15  Vadim Zeitlinunused param warning
2004-04-15  Vadim Zeitlinfixed WaitOnConnect() in non GUI mode (patch 905185)
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-15  Vadim Zeitlinfixed DLL build (patch 879706)
2004-04-15  Vadim Zeitlinshow/hide static box when the wxStaticBoxSizer is shown...
2004-04-15  Vadim Zeitlinnormalize the case of the volume names too (patch 925887)
2004-04-15  Vadim Zeitlinfixed priority of the mailcap entries (patch 935954)
2004-04-15  Václav Slavíkadded GetFilenames
2004-04-15  David ElliottMake buttons display the bitmap image instead of the...
2004-04-15  Robert Roebling Added SW_SCROLLCHILDREN to make scrolling work
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 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 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  David ElliottQuick hack to rid the code of wxDIALOG_MODAL
2004-04-14  Vadim Zeitlindon't use wxDIALOG_MODAL any more
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  David ElliottCocoa_drawRect: Set m_updateRegion using the NSRect...
2004-04-14  David ElliottAdded wxRegion construction from an NSRect or an array...
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 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
next