]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1999-06-07  Robert Roebling Corrected cursors for during capture mouse.
1999-06-06  Vadim Zeitlinbug in menu accelerators code corrected (don't create...
1999-06-06  Vadim Zeitlinsome small fixes to make it work a bit again under...
1999-06-06  Karsten BallüderMy heavy modification and some back-changes to allow...
1999-06-06  Robert Roebling Corrected hotkeys for MDI menus.
1999-06-05  Vadim Zeitlinbackground bitmap test added, other minor fixes
1999-06-05  Vadim Zeitlinrepositioning the cursor with mouse clicks works
1999-06-05  Robert Roebling Changed to libtool's interface vs. release versioning
1999-06-05  Robert Roebling Compile fixes.
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-06-05  Vadim Zeitlinlatest changes: added word-wise movement (buggy, esp...
1999-06-05  Vadim Zeitlin1. added missing wxUSE_TEXTDLG to setup0.h
1999-06-04  Robert Roebling Added missing file.
1999-06-04  Robert Roebling Added semicolon to macro in list.h - I just read that
1999-06-04  Vadim Zeitlin1. warnings suppressed in wave.cpp
1999-06-04  Vadim Zeitlinthese files are not used any more
1999-06-04  Robert Roebling Added wxInt32 etc (FIXME for 64bit)
1999-06-04  Robert Roebling Corrected bug in DoSetSize() (wxALLOW_MINUS_ONE)
1999-06-04  Robert Roebling More makefiles correction. Minimal runs now.
1999-06-03  Vadim Zeitlin1. more (minor) wxCaret bug fixes
1999-06-03  Vadim ZeitlinwxString::begin and end added
1999-06-03  Vadim ZeitlinMSW fixes for wxLayout, part II: now breaking and mergi...
1999-06-03  Robert Roebling Small makefile corrections.
1999-06-03  Robert Roebling Reactivtaed the new wxRect code
1999-06-03  Julian SmartCorrected spelling of 'unrecognized'
1999-06-03  Julian SmartRemoved GetSize from wxToolBar95
1999-06-03  Robert Roebling Another typo in ocnfigure.in
1999-06-03  Robert Roebling Another typo concerning wxUSE_SASH
1999-06-03  Robert Roebling The new wxRect doesn't compile so I #if 0ed it
1999-06-03  Robert Roebling Moved main Makefile.am for wxGTK to /src/gtk
1999-06-03  Julian Smartmin/max -> wxMin/wxMax
1999-06-02  Vadim ZeitlinFirst part of fixes to make this work under MSW.
1999-06-02  Brian MacyReadd mingw32 support
1999-06-02  Vadim Zeitlin1. library should build
1999-06-02  Julian SmartAdded progdlgg.cpp to makefiles; fixed true/false in...
1999-06-02  Vadim Zeitlin--with-toolkit should work now
1999-06-02  Vadim Zeitlin1. make install/uninstall seems to work
1999-06-02  Vadim Zeitlin(inexisting) datetime.h removed
1999-06-02  Vadim Zeitlinanother autogenerated file removed
1999-06-02  Julian Smartday_of_week fix to wxDate, wxRect additions
1999-06-02  Vadim Zeitlinlatest changes (no need for link to Makefile.am any...
1999-06-02  Vadim Zeitlinremoving (finally) autogenerated files
1999-06-02  Vadim Zeitlinfile used to generate setup.h.in
1999-06-02  Vadim Zeitlinslightly updated makefiles
1999-06-02  Vadim Zeitlinok, putting it back... not everybody has autoheader
1999-06-02  Vadim Zeitlinin fact, this one is auto generated too
1999-06-02  Vadim Zeitlinheaders are now installed by automake too
1999-06-02  Vadim Zeitlinwhat was it doing there anyhow?
1999-06-02  Ryan NortonThis commit was generated by cvs2svn to compensate...
1999-06-02  Ryan NortonInitial revision
1999-06-02  Vadim ZeitlinInitial revision
1999-06-01  Vadim Zeitlincompilation fixes
1999-06-01  Vadim Zeitlinheaders location fixed
1999-06-01  Vadim Zeitlinthe icon for the sample
1999-06-01  Vadim Zeitlinfile needed by automake
1999-06-01  Vadim Zeitlinautogenerated now
1999-06-01  Vadim Zeitlinre-readding makefiles
1999-06-01  Vadim Zeitlinthis file is needed, after all...
1999-06-01  Vadim Zeitlinre-removing Makefile.in
1999-06-01  Vadim Zeitlinsecond try...
1999-06-01  Vadim Zeitlinsecond try...
1999-06-01  Vadim ZeitlinMakefile is now autogenerated
1999-06-01  Vadim Zeitlinanother unneeded file
1999-06-01  Vadim Zeitlinnew location for setup.h.in file
1999-06-01  Vadim Zeitlinmore new files
1999-06-01  Vadim Zeitlininclude path to setup.h corrected
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-06-01  Vadim Zeitlinold makefiles removed
1999-06-01  Robert Roebling New way to grey out disabled toolbar icons.
1999-06-01  Robert Roebling Added wxTextCtrl::IsEditable(), GetSelection() and
1999-06-01  Robert Roebling wxImageList::Add() returned wrong index.
1999-06-01  Vadim ZeitlinOops, I didn't see Robert had already corrected 16bit...
1999-06-01  Robert Roebling Hotkey fix for submenus.
1999-06-01  Robert Roebling Moving frames and dialogs now reports correct
1999-05-31  Brian MacyReworked the undef stuff a little
1999-05-31  Robert Roebling Tried to find thread/clipboard problem cause...
1999-05-31  Vadim Zeitlintreectrl.cpp renamed to treegtk.cpp due to usage of...
1999-05-31  Robert Roebling Implemented Reparent() and added test for it to minif...
1999-05-31  Robert Roebling Added own sample for text ctrl, char/key events,...
1999-05-31  Robert Roebling Added support for extra bitmap for toggled tool.
1999-05-30  Robert Roebling Compile fix.
1999-05-30  Robert Roebling A bit more Unicode compilation.
1999-05-30  Brian MacyIMHO these are the correct flags for borland
1999-05-29  Brian Macyfixed #if !NOPCH to be #if !defined(NOPCH)
1999-05-29  Vadim Zeitlincompilation fixed
1999-05-28  Robin DunnMade SetFont for wxCheckListBox more intelligent.
1999-05-28  Robert Roebling Added fixes for Unicode compilation.
1999-05-28  Julian SmartAdded rc and def files for new samples
1999-05-28  Robert Roebling Small correction to list ctrl and default button...
1999-05-28  Robert Roebling New defines for wxTreeCtrl
1999-05-27  Julian SmartAdded dcbase target to various makefiles
1999-05-27  Julian SmartAdded some makefiles for caret, scroll and drawing...
1999-05-27  Robert Roebling Color cubes now get created on 8-bit true-color
1999-05-27  Robert Roebling Corrected SetItemState() in listctrl
1999-05-27  Robert Roebling compile fixes. Vadim ows me a pizza.
1999-05-27  Vadim Zeitlin1. warning in wxDataObject fixed
1999-05-27  Robert Roebling Doc updates.
1999-05-27  Vadim Zeitlin1. wxDataObject compilation fixes (can't test if it...
1999-05-27  Robert Roebling Small cursor improvements
1999-05-26  Vadim ZeitlinwxPrivateDataObject works under MSW as well (hopefully...
next