]> git.saurik.com Git - wxWidgets.git/history - src
added iconbndl method, removed deleted files from project
[wxWidgets.git] / src /
2002-03-08  Mattia Barbon(Hopefully) last fix for daily builds
2002-03-08  Robin DunnFixed compilation error.
2002-03-08  Ron LeeAdded SetLogBuffer method.
2002-03-08  Vadim Zeitlintheoretically unnecessary but practically required...
2002-03-08  Julian SmartProcessXEvent now returns TRUE if processed, FALSE...
2002-03-08  Ron LeeMoved assert to before the segfault.
2002-03-07  Robin DunnRemoved unneeded assert
2002-03-07  Václav Slavíkrewrote Chris' fix properly
2002-03-07  Julian SmartCorrections in light of recent toolbar and other changes
2002-03-06  Gilles Depeyrotfixed creation of Info.plist file for Mac OS X
2002-03-06  Ron Leeremoved superfluous assignment handled in base class.
2002-03-06  Mattia BarbonMore fixes for daily builds
2002-03-06  Julian SmartApplied [ 520664 ] filedlg patch
2002-03-06  Julian SmartApplied patch for Forty, print patch and wxHTML book...
2002-03-06  Vadim Zeitlinfixes to the new pointer array implementation
2002-03-06  Gilles DepeyrotwxArray<T> macros have been changed to fix runtime...
2002-03-06  Vadim Zeitlinfixed creation of the dialogs with a simple (non 3D...
2002-03-05  Mattia BarbonMore blind fixes for daily builds
2002-03-05  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2_2 == 0 case
2002-03-05  Vadim Zeitlinfix for wxScreenDC::GetSize
2002-03-05  Václav Slavíkfixed compilation for wxUSE_UNICODE=1, wxUSE_UNICODE_MSLU=0
2002-03-04  Mattia BarbonBlind fix for daily builds
2002-03-04  Jouk Jansen Committing in .
2002-03-04  Julian SmartRemoved obsolete -WE flags from WIN32 BC++ makefiles
2002-03-03  Václav Slavíkfixed translatable strings handling in XRC
2002-03-03  Václav Slavíkremoved implicit dependency on wxPNGHandler from wxGTK...
2002-03-01  David WebsterThis weeks interface and compile catchup
2002-02-28  Robert Roebling Lots of things to make menus and submenus work.
2002-02-28  Vadim Zeitlindon't allow clicking disabled buttons
2002-02-28  Vadim Zeitlinfix button double click handling (should be treated...
2002-02-28  Vadim Zeitlinremoved unnecessary include
2002-02-28  Vadim Zeitlinfixes to toolbar, seems to work
2002-02-28  Vadim Zeitlinwarnings fixed
2002-02-28  Julian SmartCorrected points to pixels calculation
2002-02-27  Vadim Zeitlin[start of] a wxUniversal implementation of wxToolBar
2002-02-27  Julian SmartNano-X: used drawable-to-wxImage function in wxBitmap...
2002-02-27  Julian SmartNano-X: added function to copy from a drawable to a...
2002-02-27  Julian SmartNano-X: bitmap now showing in wxMessageBox, but it...
2002-02-26  Julian SmartGot dialog sizing to work, downsized fonts a bit (thoug...
2002-02-26  Julian SmartWindow management and sizer layout corrections
2002-02-26  Vadim Zeitlinfixed a few warnings
2002-02-26  Julian SmartFixed XGetWindowAttributes so 'mapped' is reported
2002-02-26  Julian SmartAttempt at creating appropriate fonts in Nano-X
2002-02-26  Julian SmartNano-X changes: removed spurious -O for Nano-X configur...
2002-02-25  Robert Roebling New code for greying out.
2002-02-25  Julian SmartCompilation fixes for Nano-X
2002-02-25  Vadim Zeitlinfixed linking errors
2002-02-25  Julian SmartChanged greying out to very crude algorithm, just drain...
2002-02-25  Julian SmartPut tool disabling back in, but we need to debug wxCrea...
2002-02-25  Julian Smartdata_image -> mask_image, correcting some crashes in...
2002-02-25  Julian SmartCommented out the bitmap-greying code until I have...
2002-02-25  Julian SmartCorrected typos
2002-02-25  Julian SmartAdded middle mouse event macros to wxListCtrl doc;...
2002-02-24  Václav Slavíkreverted wxMGL-specific code (didn't mean to commit...
2002-02-24  Julian SmartReverted to my own solution; I think it's better becaus...
2002-02-24  Julian SmartFixed conflicts with Robert's similar fixes; fixed...
2002-02-24  Robert Roebling Corrections to position and size for toolbar.
2002-02-24  Robert Roebling Added simplistic wxToolBar to wxUniversal. It
2002-02-24  Gilles Depeyrottake title of radiobox into account to calculate best...
2002-02-24  Gilles Depeyrotadded Mac OS X application bundle (framework) building
2002-02-24  Robert Roebling Added expose event compression.
2002-02-24  Robert Roebling Done some work on wxFocusEvent::SetWindow(). Enough
2002-02-24  Vadim Zeitlinonly call GSocket_Init() when needed and do call it...
2002-02-24  Robert Roebling More tests in erase sample.
2002-02-24  Vadim Zeitlinadded wxUSE_FSVOLUME
2002-02-24  Václav Slavíkmade AdjustForParentClientOrigin const
2002-02-24  Václav Slavíkremoved AdjustForParentClientOrigin from wxMotif and...
2002-02-24  Václav Slavíkmade generic wxListCtrl work with well-behaved ports...
2002-02-24  Václav Slavíkremoved AdjustForParentClientOrigin from wxMotif and...
2002-02-24  Václav Slavík1. changed doubleclick events sequence to 'down,up...
2002-02-24  Václav Slavíkcompilation fix
2002-02-23  Vadim Zeitlinadded EVT_MENU_OPEN and EVT_MENU_CLOSE events
2002-02-23  Vadim Zeitlinpart of the fix to the initial colour selection in...
2002-02-23  Vadim Zeitlinimplemented wxWindowDC and wxClientDC::GetSize() proper...
2002-02-23  Vadim Zeitlintemp linking quick fix
2002-02-23  Robert Roebling Implemented a simple modality under X11.
2002-02-23  Robert Roebling Some work on GTK focus handling and events.
2002-02-23  Julian SmartwxUSE_CONSTRAINTS now refers to constraints only, since...
2002-02-23  Robert Roebling Minor fixes to buffered stream in connection
2002-02-23  Václav Slavíkfix for (MSLU?) BEGIN/ENDEDITLABEL in Unicode build
2002-02-23  Václav Slavíkremoved libxpm
2002-02-22  David WebsterStyle updates
2002-02-22  Gilles DepeyrotDarwin dlopen functions is needed both for DYNLIB_CLASS...
2002-02-22  Vadim Zeitlinfix for a nasty bug with colouor copying
2002-02-22  Vadim Zeitlin1. made wxDebugMsg, wxError and wxFatalError deprecated...
2002-02-22  Vadim ZeitlinwxLogFatalError() now always aborts the program and...
2002-02-22  Vadim Zeitlinfixed dead update splitters
2002-02-22  Jouk Jansen Committing in .
2002-02-22  Vadim Zeitlinmisc fixes for (absense of) the borders
2002-02-22  Vadim Zeitlinfixes to handling of 0 and negative splitter position...
2002-02-21  Vadim Zeitlindon't crash if editing of the cell wasn't started for...
2002-02-21  Vadim ZeitlinwxCursor(wxImage) added (Chris Elliott, patch 517439)
2002-02-21  Vadim Zeitlinfixes for big endiand machines (Chris Elliott, patch...
2002-02-21  Vadim Zeitlinapplied patch for calculating the tree items size with...
2002-02-21  Julian SmartSome more NanoX compile fixes
2002-02-21  Julian SmartRemoved bizarre test code of which I have no recollecti...
2002-02-21  Robin DunnFix so the Host: header in wxHTTP really works. With...
2002-02-20  Julian SmartNanoX modificati
2002-02-20  Robert Roebling Always send an erase event to satisfy some users...
2002-02-20  Vadim Zeitlinfixed SetForegroundColour() for the generic tree ctrl
next