]> git.saurik.com Git - wxWidgets.git/history - src
no changes
[wxWidgets.git] / src /
2002-09-02  Vadim Zeitlinno changes
2002-09-02  Julian SmartApplied patch [ 602924 ] colours and effects in wxMSW...
2002-09-02  Julian SmartCommitted a couple of IPC changes I forgot to do
2002-09-02  Vadim Zeitlinchoose implicit parent for the dialog boxes better...
2002-09-01  Gilles Depeyrotadded wxSpinCtrl::SetSelection method
2002-09-01  Ron Leeoops, make it build with wxbase too.
2002-09-01  Vadim Zeitlinno changes
2002-09-01  Vadim Zeitlindon't call CreatesMessageOutput() explicitly, it will...
2002-09-01  Ron Leeadded missing #include frame.h for mingw(3.2) build.
2002-09-01  Julian SmartCopy event type too
2002-09-01  Stefan NeisFixed apparent typo in wxGridCellAttr::MergeWith, hopef...
2002-09-01  Gilles Depeyrotcorrected warnings
2002-09-01  Václav Slavíkfixes to newly added i18n code in XRC - don't use it...
2002-09-01  Julian SmartRemoved warnings from ipcbase.cpp
2002-09-01  Stefan NeisClear attribute cache in Redimension to fix Bug 508407.
2002-09-01  Julian SmartApplied patch [ 603104 ] wxX11 wxClientDC, wxPaintDC fix
2002-09-01  Julian SmartClean up string table before uninitializing DDEML
2002-09-01  Stefan NeisAdded some const qualifiers.
2002-09-01  Julian SmartAccidentally omitted code from previous patch
2002-09-01  Julian SmartApplied patch [ 600051 ] DDE and TCP improvements and...
2002-09-01  Václav Slavíkfixed a small typo
2002-09-01  Ron Leeremoved DoInit() straggler from appbase mods.
2002-09-01  Stefan NeisApplied AutoWrap Renderer Bugfix by Roger Gammans ...
2002-08-31  Vadim Zeitlinimplemented a dirty hack allowing us to keep activation...
2002-08-31  Vadim Zeitlindon't disable top level windows recursively
2002-08-31  Václav Slavíkfixed font picker in wxHtmlHelpController, better UI...
2002-08-31  Vadim Zeitlinfix for losing focus under Windows after showing the...
2002-08-31  Vadim Zeitlincompilation fix
2002-08-31  Vadim ZeitlinSetSelection() for generic wxSpinCtrl (forgot to commit...
2002-08-31  Stefan NeisMake use of new array functions.
2002-08-31  Václav Slavíkapplied patch that adds more i18n support to XRC handlers
2002-08-31  Julian SmartAdded log.h inclusion
2002-08-31  Julian SmartApplied patch [ 599043 ] fix for wxTreeCtrl/MSW right...
2002-08-31  Julian SmartApplied patch [ 600500 ] Tip-of-day: comments, translatable
2002-08-31  Julian SmartApplied patch [ 601072 ] wxFileName::GetLongPath error...
2002-08-31  Julian SmartApplied patch [ 601957 ] wxGrid: Start editing with...
2002-08-31  Julian SmartAdded RTTI macros
2002-08-30  David WebsterWeekly updates
2002-08-30  Vadim Zeitlindon't use vfork() in wxExecute()
2002-08-30  Vadim Zeitlindon't eat Shift-Ctrl-[XCV] keys
2002-08-30  Julian SmartAdded another log.h
2002-08-30  Vadim Zeitlincompilation problem for compilers with old for() scopin...
2002-08-30  Vadim Zeitlincompilation fix (missing wx/log.h include)
2002-08-30  Julian SmartAdded another log.h; removed redundant trace args
2002-08-30  Julian SmartAdded log.h
2002-08-30  Julian SmartMods for Wine compilation
2002-08-30  David WebsterTRUE, not true; FALSE not false
2002-08-30  Vadim Zeitlindon't disable top level children in parents Enable()
2002-08-30  Chris Elliottlost log.h fixed
2002-08-30  Chris Elliottlost log.h fixed
2002-08-30  David WebsterOS/2 must have positive control IDs.
2002-08-30  Stefan Csomorfix for 10.2 (persistent tooltips ;-)
2002-08-30  David WebsterFix to allow proper positioning of child windows under...
2002-08-30  David WebsterLots of updates fixing radiobox processing, checkboxes...
2002-08-30  Vadim Zeitlinadded wxSpinCtrl::SetSelection()
2002-08-30  Vadim Zeitlinremoved wxApp::DoInit(); added wxApp::CreateMessageOutp...
2002-08-30  Vadim Zeitlindisable children when the parent is disabled
2002-08-29  Vadim Zeitlinloop in wxInputStream::Read() while there is data to...
2002-08-29  Vadim Zeitlinchanged wxExecute(char **) version to take wxChar **
2002-08-29  Vadim Zeitlindon't crash in wx(Flex)GridSizer with division by 0...
2002-08-28  Mattia BarbonApplied Fabian Wenzel's patches to add -mthreads for...
2002-08-28  Julian SmartUsing wxImageListType instead of wxGenericImageList
2002-08-28  Julian SmartDitribution script mods;
2002-08-28  Julian SmartXmNframeChildType is not in Motif 1.2. #ifdef appropria...
2002-08-27  Mattia BarbonRemoved (broken) cross-compilation support from makefiles.
2002-08-27  Mattia BarbonHonour wxSB_WRAP in wxMotif spin button
2002-08-27  Mattia BarbonWhen there is no display, the default log target will...
2002-08-27  Mattia BarbonDon't get the string when the combobox returned CB_ERR...
2002-08-27  Mattia BarbonwxItemContainer already deletes client data; don't...
2002-08-27  Vadim Zeitlinfixed crashes in Push/PopEventHandler() if the current...
2002-08-27  Vadim Zeitlinfixed bug in SetStyle() which wouldn't reset the slant...
2002-08-27  Vadim Zeitlindeprecated static wxWizard::Create()
2002-08-27  Vadim Zeitlinfixed wxVsnprintf_() compilation in ASCII mode
2002-08-27  Vadim Zeitlin(blind) fix for BC++ compilation problem with wxPutc...
2002-08-27  Robin DunnDon't use a wxPopupWindow on wxGTK
2002-08-26  Guillermo Rodrigue... Fixed warnings due to use of %d for long int params...
2002-08-26  Robert Roebling Applied button aligment patch.
2002-08-26  Robert Roebling Applied zero-size patch.
2002-08-26  Vadim Zeitlinanother fix to the wxFormatConverter bug with the forma...
2002-08-26  Guillermo Rodrigue... Removed compilation warnings (mostly mismatches between...
2002-08-26  Robert Roebling Corrected wxFormatConverter for strings which need
2002-08-26  Robin DunnFixup clipboard usage a bit more.
2002-08-25  Stefan Csomoradded forcing to image conversion to always attempt...
2002-08-25  Robert Roebling Compile fix for prop.
2002-08-25  Vadim ZeitlinWindows compilation fixes after recent changes
2002-08-25  Robert Roebling More work on Printing. It prints Kanji now using
2002-08-25  Stefan NeisHWND already typedef'ed on OS/2 with EMX.
2002-08-25  Stefan NeisEMX (OS/2) defines _MAX_PATH only
2002-08-25  Stefan NeisEMX (OS/2) compilation fix. The implemented logic for...
2002-08-25  Stefan NeisLike VMS, EMX (OS/2) doesn't support setsid.
2002-08-25  Stefan NeisCompilation fixes for EMX. Mostly adding includes and...
2002-08-25  Stefan NeisDynamically retrieve used codepage.
2002-08-25  Stefan NeisUse generic dirdlg, added generic mdi classes.
2002-08-25  Vadim Zeitlinno real changes
2002-08-25  Vadim Zeitlinreorganized, improved and hopefully simplified wxchar...
2002-08-25  Václav Slavíkadded wxFrame* wxXmlResource::LoadFrame(parent,name)
2002-08-25  Robin DunnYou can't paste if someone else already has the clipboa...
2002-08-25  Robin DunnComment out a debug printf
2002-08-25  Robin DunnChanged slightly the meaning of the Hybrid build. ...
2002-08-24  Stefan Csomoradded new default handlers for open/print events, remov...
next