]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1998-12-26  Guilhem Lavaux* Fixes (AIF works on Linux)
1998-12-26  Unknown (UG)no message
1998-12-25  Guilhem Lavaux* Fixes (WAV works on Linux, AIFF following)
1998-12-25  Vadim ZeitlinwxStringList::Sort() bug corrected
1998-12-25  Vadim Zeitlinattempt to fix a report about compile problems in gener...
1998-12-24  Vadim ZeitlinwxGetUserName() returns the user name (wxGetUserId...
1998-12-23  Julian SmartSome more wxMotif improvements: DrawIcon fixed; generic...
1998-12-23  Guilhem Lavaux* Fixes
1998-12-23  Robin DunnMoved the main funtion into its own source file.
1998-12-23  Julian SmartCompilation fixes for SUN CC.
1998-12-23  Julian SmartGot generic wxListCtrl, wxTreeCtrl working under Window...
1998-12-22  Vadim ZeitlinwxTextFile::Type changed to ::wxTextFileType (portability)
1998-12-21  Robin DunnNow compiles with /GX- on MSW.
1998-12-21  Robin DunnAdded $(OVERRIDEFLAGS) to the end of the flags so defau...
1998-12-21  Julian SmartAdded convenience form of wxEvtHandler::Connect, only...
1998-12-21  Stefan CsomorCW Win32 support
1998-12-21  Stefan CsomorCW Win32 support
1998-12-21  Stefan CsomorCW Win32 support
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-20  Vadim Zeitlinmissing functions implemented in wxMSW tree ctrl (custo...
1998-12-19  Robert Roebling wxPython updates (SWIG really works, cannot believe it)
1998-12-19  Robert Roebling Added missing filed to sample
1998-12-19  Robert Roebling Added more keyboard handling to wxTreeCtrl
1998-12-18  Julian SmartPartial Watcom C++ 10.6 support added (doesn't link...
1998-12-18  Julian SmartSolved a bug in generic wxTreeCtrl whereby CalculatePos...
1998-12-18  Robert Roebling wxDirDialog now sorts its entries
1998-12-18  Robert Roebling wxClipboard now serves the primary selection as well
1998-12-18  Vadim Zeitlinadded stubs for wxTreeCtrl functions not yet implemente...
1998-12-18  Vadim ZeitlinwxTreeCtrl::Sort() changed, adapted the sample to show it.
1998-12-18  Julian SmartAdded dummy DeleteChildren so the sample will at least...
1998-12-18  Julian SmartIn DialogEd, changed Close to Destroy to make it shut...
1998-12-18  Robert Roebling Fixed nasty bug wxFont
1998-12-18  Robert Roebling Tried to add sorting to wxTreeCtrl
1998-12-17  Julian SmartAdded an index for the HTML files
1998-12-17  Julian SmartAdded some gettext HTML files
1998-12-17  Julian Smart*** empty log message ***
1998-12-17  Julian SmartAdded wxRA_SPECIFY_COLS/ROWS (same as wxRA_HORIZONTAL...
1998-12-17  Julian SmartAdded wxDirDialog to generic directories
1998-12-17  Vadim ZeitlinThe checkbox doesn't eat the first "toggled" event...
1998-12-17  Vadim ZeitlinwxString::Truncates() now doesn't change the sharied...
1998-12-17  Vadim Zeitlinall delete functions now send delete notification event
1998-12-17  Vadim Zeitlin1. added wxTreeCtrl::DeleteChildren()
1998-12-17  Julian SmartBother, had to revert it since it caused more ambiguities.
1998-12-17  Julian SmartRemoved sometimes-ambiguous wxString operator
1998-12-17  Robin DunnwxPython 0.5.2
1998-12-17  Julian SmartJust a teeny change -- addition of wxFrame::IsMaximized...
1998-12-17  Robin DunnwxPython 0.5.2
1998-12-17  Robert Roebling GTK is standard in configure again
1998-12-17  Vadim Zeitlinstatus bar is created before it's used for the first...
1998-12-17  Robert Roebling Removed minor differences between wxMSW and wxGTK
1998-12-17  Julian SmartChanged m_children to GetChildren() -- not all ports...
1998-12-17  Robert Roebling Added wxDirDialog
1998-12-17  Julian SmartRe-added corrupt binary files; small change to filefn...
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-12-16  Robin DunnTweaks needed to be able to build wxPython with wxGTK.
1998-12-16  Julian SmartRemoved some unnecessary bitmaps; other minor changes
1998-12-16  Robert Roebling Added wxTolBar::etMargins
1998-12-16  Vadim Zeitlinlistbox kbd handling buglet corrected (event.Skip(...
1998-12-16  Robert Roebling Added layout constraints call to wxNotebook
1998-12-15  Vadim Zeitlin1. is there any reason to comment out SetColor() in...
1998-12-15  Robin DunnChanged the import semantics from "from wxPython import...
1998-12-15  Vadim Zeitlin1. log::save works with wxGTK
1998-12-15  Julian SmartUpdated frame style
1998-12-15  Julian SmartTrying to add binary wxwin.bmp
1998-12-15  Julian SmartCured radiobutton non-setting by using BS_AUTORADIOBUTT...
1998-12-15  Robert Roebling Added wxCheckLitBox (oh well)
1998-12-15  Vadim Zeitlinsomehow this file contained several NUL characters...
1998-12-15  Mart RaudseppwxIsNumeric for values < 0
1998-12-15  Robert Roebling A bit more DnD and clipbrd updates
1998-12-14  Robert Roebling Now even wxRadioButton works
1998-12-14  Julian SmartVarious; wxRadioButton::GetValue corrected
1998-12-14  Robert Roebling New wxDataObject, DnD and Clipboard code
1998-12-14  Mart RaudseppwxFileSelector set the filterIndex
1998-12-14  Mart RaudseppwxFILTER_NUMERIC input vales < 0
1998-12-13  Vadim Zeitlinonly one of SetSize()s, SetClientSize()s, GetPosition...
1998-12-13  Vadim ZeitlinIS_KIND_OF -> wxIS_KIND_OF compilation fix
1998-12-13  Robert Roebling More clean-up
1998-12-13  Robert Roebling Bit of CVS clean-up
1998-12-13  Julian SmartChanged use_system_defaults to 1.
1998-12-13  Robert Roebling Updated resource sample
1998-12-13  Robert Roebling Added wxList:Nth check again
1998-12-12  Vadim Zeitlincorrected (?) wxStringList::Delete()
1998-12-12  Vadim Zeitlinremoved wxDialog::SetSize() which just called wxWindow...
1998-12-12  Vadim Zeitlinremoved SetSize() methods which just called wxWindow...
1998-12-12  Julian SmartAdded wxPoem sample; fixed some Dialog Editor problems...
1998-12-12  Robert Roebling More colour finetuning
1998-12-12  Robert Roebling Added scrollbar size to settings
1998-12-12  Julian SmartAdded script to help make wxMotif via configure; nativd...
1998-12-12  Robert Roebling DialogEd compiles and works more or less
1998-12-12  Vadim Zeitlinsome very minor changes
1998-12-11  Robert Roebling Redid parts of wxScroledWindow
1998-12-11  Robin DunnChanged the "delete win" to the more proper "win->Destr...
1998-12-11  Julian SmartSome stubs includes removed from wxMotif; wxNotebook...
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-11  Julian SmartCorrections to Forty Thieves; wxMemoryDC problem tempor...
1998-12-11  Stefan Csomorregrouped the fix by VZ so that __MWERKS__ comes first...
1998-12-11  Robin DunnAdded wxTaskBarIcon::PopupMenu()
1998-12-10  Julian Smart#ifdefed out Ole... functions for Cygwin.
1998-12-10  Julian SmartDialog Editor corrections for latest wxWin changes...
1998-12-10  Unknown (AN)correct a bug in the MSW code using wxMask
next