]> git.saurik.com Git - wxWidgets.git/history - src
swigged code update for wxMac
[wxWidgets.git] / src /
2002-05-04  Robert Roebling Added screen design to system settings for
2002-05-04  Vadim Zeitlinreverted the header change to include the generic one...
2002-05-04  Vadim ZeitlinwxDirDialog now has the same ctor under all platforms...
2002-05-04  Vadim Zeitlinno changes (0 -> NULL)
2002-05-04  Vadim Zeitlininitialize wxBitmapButton members
2002-05-04  Robert Roebling Made OnInit() and OnRun() logic like MSW when it
2002-05-03  Robin DunnMake it easier to not use wxPopupWindow in wxSTC, and...
2002-05-03  Robin DunnFixed problem in InsertItems of always adding ownerdraw...
2002-05-03  Gilles Depeyrotcorrected conditional compilation for Darwin
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-03  Gilles DepeyrotwxTextCtrl bug related to \n handling is Carbon related...
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-03  Gilles Depeyrotcorrected comment typo
2002-05-03  Gilles Depeyrotapplied solution derived from SourceForge patch # 54691...
2002-05-03  Gilles Depeyrotcorrected warnings and removed useless extern declaration
2002-05-03  Gilles Depeyrotstatic C++ object initialization only seems to be neces...
2002-05-02  Vadim Zeitlindon't look for the catalogs in the Unix standard paths...
2002-05-02  Mattia BarbonImplemented wxStatusBar::Push/PopStatusText.
2002-05-02  Mattia BarbonGenerate EVT_TOOL_ENTER when the user moves the mouse...
2002-05-02  Stefan Csomorcorrected DoDrawPoint
2002-05-02  Vadim Zeitlinyou don't have to set BCCDIR for compilation with Borla...
2002-05-02  Vadim Zeitlindumb fix for wxDC::Clear() crash
2002-05-02  Vadim Zeitlinsmall code cleanup while looking for an inexistent...
2002-05-01  Vadim Zeitlinfixed the wrong custom build messages
2002-05-01  Mattia BarbonFixed Unicode breakage I caused
2002-04-30  David WebsterMore image processing updates
2002-04-29  Václav Slavíkfixed wxZipInputStream::OnSysSeek wrt memory requiremen...
2002-04-29  Vadim Zeitlindon't generate an endless stream of asserts for the...
2002-04-29  Stefan Csomorsetting the correct event object for EVT_ENTER_WINDOW...
2002-04-29  David WebsterLots of image/bitmap processing updates.
2002-04-29  David WebsterNew Moddef file
2002-04-28  Vadim Zeitlindon't pass arrays by value (and also fixed signed/unsig...
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-04-28  Gilles Depeyrotderive wxBitmapButton from wxBitmapButtonBase
2002-04-28  Stefan NeisReplaced internal calls to XToCol/YToRow added in 1...
2002-04-27  Vadim Zeitlinfixed uninitialized m_bPassMessages and wxLogChain...
2002-04-27  Vadim Zeitlinreally fixed memory leak in wxLogChain
2002-04-27  Vadim Zeitlinfixed memory leak in wxLogChain
2002-04-27  Vadim ZeitlinwxArray(int n) mods for wxArrayString
2002-04-27  Vadim Zeitlinfixed wxFileName::GetModificationTime()
2002-04-27  Gilles Depeyrotignore process serial number command line argument...
2002-04-27  Vadim ZeitlinARCHINCDIR must be defined in makeb32.env, not makefile...
2002-04-27  Stefan NeisFixes to my last commit.
2002-04-27  Vadim Zeitlinfixes for operator new declaration/definition (patch...
2002-04-26  Vadim Zeitlinclean up of memory debugging macros and chanegs to...
2002-04-26  David WebsterMore bitmap and imaging updates
2002-04-26  Vadim Zeitlinadded support for add/insert/deleting many items at...
2002-04-26  Vadim Zeitlinimplement wxColourDialog::Move() (patch 548048)
2002-04-26  Vadim Zeitlinrefresh and flicker even more to ensure proper refresh...
2002-04-26  Robert Roebling Added background inheritance to wxUniv.
2002-04-26  Stefan Csomorcorrected wxMacSetColorTableEntry (although it is not...
2002-04-26  David WebsterMinor OS/2 bug with a misplace #endif
2002-04-26  David WebsterUpdates to OS/2 to catch up with lib changes and for...
2002-04-26  Julian SmartFixed my sloppy fix for redundant path separators
2002-04-25  Mattia BarbonRewrote Metal theme to use delegation. requires more...
2002-04-25  Vadim Zeitlinfixed typo in wxString::swap() which was completely...
2002-04-25  Vadim Zeitlinfixed bug with the text attr not being reset even after...
2002-04-25  Julian SmartIn GetPath(), don't append separator if there's already...
2002-04-25  Stefan Csomorupdated to 1.1.4
2002-04-24  Ron LeeAdded {S,G}etItem{Text,Background}Colour methods.
2002-04-24  Stefan Csomorcorrected eventobject setting for mouse events and...
2002-04-24  Stefan Csomorchanged window creation class for dialogs (layering...
2002-04-24  Stefan NeisFixed compilo (include image.h since cursor.h no longer...
2002-04-23  Václav Slavíkno need to expand the hidden root (in fact, it is forbi...
2002-04-23  Václav Slavíkgcc3 compilation fix
2002-04-23  Mattia BarbonMake Univ/GTK compile again
2002-04-23  Stefan NeisSpeed-up for very large grids by more efficient search...
2002-04-23  Václav Slavíkadded wx/msw/missing.h
2002-04-22  Ron Leebuggy cast == buggy scrolling in Life!
2002-04-22  Vadim Zeitlinreset g_delayedFocus when the window is deleted to...
2002-04-22  Vadim Zeitlinremoved unused OnSetFocus()
2002-04-22  Vadim Zeitlinfixed warnings about main used as a variable name
2002-04-22  Julian SmartAdded some missing wxTextCtrl features to to-do list...
2002-04-22  Vadim Zeitlincompilation fix for ms_dllext definition and old compilers
2002-04-22  Julian SmartMade default theme win32 under wxX11 since I think...
2002-04-22  Vadim Zeitlinfixed a fatal bug in DLL loading code: the deleted...
2002-04-22  Julian SmartFixed drawing sample compilo for wxMotif (doesn't have...
2002-04-22  Julian SmartFixed wxMotif compilo
2002-04-22  Julian SmartwxUniversal fixes:
2002-04-22  David WebsterMore bitamp and image fixes
2002-04-21  Mattia BarbonRemoved the need for wxStream::GetSize in wxHTML.
2002-04-21  Robert Roebling Bunch of GTK theme changes.
2002-04-21  Václav SlavíkwxWizardPage(Simple) can do two-phase creation now
2002-04-21  Vadim Zeitlinuse SetFocusFromKbd() instead of SetFocus()
2002-04-21  Vadim Zeitlinfixed WM_GETDLGCODE processing to include the bits...
2002-04-21  Vadim Zeitlinimplement SetFocusFromKbd() to select all text in the...
2002-04-20  Vadim Zeitlininitialize (and delete) the themes art provider - fixes...
2002-04-20  Vadim Zeitlinfixed initial focus handling in the dialog and made...
2002-04-20  Vadim Zeitlinadded wxGetTopLevelParent()
2002-04-20  Vadim Zeitlinfixed another return FALSE in a function returning...
2002-04-20  Vadim Zeitlinfixed huge memory leak in wxFileDialog (closes patch...
2002-04-20  Vadim Zeitlinimplemented DoGetSize() for wxSlider (patch from Dimitri)
2002-04-20  Vadim Zeitlinfixed focus tracking for spin controls (patch from...
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-19  David WebsterMore updates for gdi
2002-04-19  Gilles Depeyrotpoll is not available under Darwin/Mac OS X and select...
2002-04-19  Gilles Depeyrotuse specific linker flags under Mac OS X when linking...
2002-04-19  Robert Roebling Updated makefile for mobile sample.
2002-04-18  Vadim Zeitlinselect the whole text in the single line text control...
2002-04-18  David Websterback to void for DoFloodFill
next