wxWidgets.git
2002-12-30  Gilles DepeyrotSourceForge patch #654210 to fix naming/numbering share...
2002-12-30  Julian SmartCorrected accidental pointer arithmetic in ClientToScre...
2002-12-30  Václav Slavíkfixed encoding handling in ANSI mode
2002-12-30  Ron LeeOk, so we don't need the extra bool at all, we can...
2002-12-30  Ron LeeAdd wxSizer::Detach so we can detach child sizers witho...
2002-12-30  Vadim Zeitlinfixed buffer overrun when reading CCITT group 4 compres...
2002-12-30  Vadim Zeitlincompilation warning fixes (patch 651719)
2002-12-29  Mattia Barbon Allow building in unicode mode with just "make -f...
2002-12-29  Mattia Barbon Small updates:
2002-12-29  Julian SmartTweaked the wording slightly for VC++ 5 compilation
2002-12-29  Ron LeeOops, don't cut and paste between ports, and do test...
2002-12-29  Mattia Barbon LessTif 0.93 does not hang in wxWindow::ChangeFont...
2002-12-29  Mattia Barbon Small correction: add WINDOWSLDLIBS when linking...
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-29  Vadim Zeitlinfixed wxALL_FILES definition in Unicode build
2002-12-28  Julian SmartUse path separator, not "/"
2002-12-28  Mattia Barbon Allow using tmake from places other than the current...
2002-12-28  Mattia Barbon Allow building Win32 DLL with wxGlCanvas using MinGW...
2002-12-28  Julian SmartUpdated some scripts
2002-12-28  Julian SmartFixed compilation by removing stream inclusion
2002-12-27  Mattia Barbon Updated Svedish translation from Jonas Rydberg.
2002-12-27  Mattia Barbon Fix Cygwin + makefile.g95 + wxUSE_PROLOGIO=0.
2002-12-27  Mattia Barbon Applied patch [ 652491 ] Update makefiles for mingw
2002-12-27  Mattia Barbon Use wxWcslen instead of wcslen.
2002-12-27  Robin DunnFix for potential divide by zero error
2002-12-27  Mattia Barbon wxPerl notes for DocView.
2002-12-27  Julian SmartApplied patch [ 657501 ] SpinButton wraps 1 too much
2002-12-27  Julian SmartApplied patch [ 658174 ] Adds wxT() and char->wxChar...
2002-12-27  Julian SmartApplied patch [ 658505 ] Updates documentation for...
2002-12-27  Julian SmartApplied patch [ 657515 ] Widgets sample notebook out...
2002-12-27  Julian SmartApplied patch [ 658786 ] Removes unresolved symbols...
2002-12-27  Julian SmartApplied patch [ 657969 ] Removes #if wxUSE_VALIDATORS...
2002-12-27  Julian SmartAdded a necessary pixel to height if wxTB_NODIVIDER...
2002-12-27  Julian SmartFixed bug [ 657949 ] Segmentation fault in ~wxFileHistory
2002-12-27  Julian SmartImproved SetScrollbars fix using client size and max...
2002-12-26  Václav Slavíkfixed XRCID() lookup of numeric control IDs
2002-12-26  Robin DunnUse WXDLLEXPORT_DATA for wx*NameStr's
2002-12-25  Václav Slavík1) fixed compilation of wxBitmap, wxIcon toplevel nodes
2002-12-24  Mattia Barbon Use wxClientDataDictionary for client data.
2002-12-24  Mattia Barbon Use wxXmString instead of XmString.
2002-12-24  Julian SmartReverted cross-compile patch.
2002-12-23  Julian SmartDon't pass zero width or height to SetVirtualSize or...
2002-12-23  Vadim Zeitlinminifram.cpp is a low level file under MSW
2002-12-23  Ron LeeTypo fix (as reported to Debian bts).
2002-12-23  Julian SmartDon't send explicit update event if single line
2002-12-23  Julian SmartApplied cross-compile patch from Stephen Crowley
2002-12-23  Julian SmartAdded *.ani to image sample
2002-12-22  Mattia Barbon Unicode compilation fixes.
2002-12-22  Mattia Barbon Unicode compilation fixes.
2002-12-22  Julian SmartFL event fix from Hans
2002-12-22  Julian SmartApplied patch [ 657445 ] Contrib FL lib doesn't build...
2002-12-21  Vadim Zeitlinhandle accel keys for owner drawn menu items (based...
2002-12-21  Vadim Zeitlinuse SS_CENTERIMAGE to prevent wxStaticBitmap from stret...
2002-12-21  Vadim Zeitlinfixed memory leak (patch 655899)
2002-12-21  Vadim Zeitlinfixed a typo in cygwin make install
2002-12-21  Václav Slavíkfixed 2 encoding handling bugs in XRC/wxrcedit
2002-12-21  Václav SlavíkWX_XMLRES_CURRENT_VERSION_STRING wasn't Unicode safe
2002-12-21  Václav Slavík1) added wxFrame support to wxrcedit
2002-12-20  Julian SmartDo -> Redo
2002-12-20  Julian SmartCleaned up SetMenuStrings, factoring out redo and undo...
2002-12-20  Vadim Zeitlininstall the headers under wx/msw/gnuwin32
2002-12-20  Vadim Zeitlinfixed SetSelection() (and hence SetInsertionPoint(...
2002-12-19  Julian SmartFixed a problem with borders being set wrong sometimes...
2002-12-19  Václav Slavíkwe don't really have to use variable instead of constant...
2002-12-19  Julian SmartDon't build IPC version of HelpView on Mac Classic
2002-12-19  Julian SmartAdded missing fldef.h to makefile
2002-12-19  Julian SmartApply table border fix to all ports.
2002-12-19  Mattia Barbon Fix wxSingleChoiceDialog under wxMotif.
2002-12-19  Julian SmartFix border for wxGTK too
2002-12-19  Ron LeeUpdate packaging for 2.5
2002-12-19  Julian SmartReinstated the cell border fix (wxMSW)
2002-12-18  Václav Slavíksimpler fix for rendering bug fixed in previous revision
2002-12-18  Julian SmartApplied patch [ 649599 ] Fixes bug 610850: Inserting...
2002-12-18  Vadim Zeitlinremoved extra (non existing) Prepend() parameter
2002-12-18  Julian SmartFixed cell visibility test that was causing refresh...
2002-12-18  Václav Slavíkdisable version-script on Solaris, it doesn't work
2002-12-18  Julian SmartFixed cell paint background refresh bug
2002-12-18  Julian SmartAdded $(EXTRADLLFLAGS) to CFLAGS
2002-12-18  Robin DunnMore unicode fixes
2002-12-17  Vadim Zeitlinreset virtual root to NULL in DeleteAllItems()
2002-12-17  Julian SmartFixed [ 652512 ] wxPaintDC::FindInCache bug
2002-12-17  Julian SmartApplied patch [ 654877 ] Missing == != methods in wxRec...
2002-12-17  Julian SmartPartially applied [ 632321 ] XRC object_ref fix
2002-12-17  Julian SmartAdded wxUniv project file for dialogs
2002-12-17  Julian SmartDoc corrections
2002-12-17  Robin DunnAdded missing #if wxUSE_WAVE
2002-12-17  Robin DunnFixed possibility of releasing mouse if the window...
2002-12-17  Vadim Zeitlinfree argv in Unicode build
2002-12-17  Vadim Zeitlinunicode compilation fix for wxBase
2002-12-17  Julian SmartCommitted Stefan's temporary fix for crashing in Mac...
2002-12-17  Julian SmartMissing semicolon
2002-12-17  Julian SmartFurther improvements to MFC sample.
2002-12-17  Julian SmartMFC sample now works properly; WinMain not defined...
2002-12-17  Robin DunnUnicode compilation fix
2002-12-16  Robin Dunnfixed copy/paste error
2002-12-16  Robin DunnMisc wxSTC fixes
2002-12-16  Robin DunnGive wxSafeYield an onlyIfNeeded parameter
2002-12-16  Mattia Barbon Last samples/Unicode fixes.
2002-12-16  Julian SmartFixed missing checkbox alignment
2002-12-16  Julian SmartUpdated change log
next