]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
1999-05-17  Vadim ZeitlinDrawCircle() added
1999-05-17  Vadim Zeitlinmore tests added
1999-05-17  Vadim Zeitlinfind_first/last_[not]_of() functions added
1999-05-17  Robert Roebling New virtual key defines (NUMPAD_XXX).
1999-05-17  J. Russell... Added code to make wxMDIChildFrame::Activate() work
1999-05-16  Karsten Ballüderminor bug fix
1999-05-16  Karsten BallüderAdded a wxDataFormat::SetAtom() inline function.
1999-05-16  Karsten BallüderMinor fix for wxDF_PRIVATE, but doesn't work yet.
1999-05-16  Karsten BallüderMany, many updates. Almost perfect.
1999-05-16  Robert Roebling Minor DC correction.
1999-05-16  Karsten BallüderMore translations (All that I am interested in, if...
1999-05-16  Guilhem Lavaux* Fixed a dead-lock when the thread finishes.
1999-05-16  Karsten BallüderAbout 30% done.
1999-05-15  Robert Roebling DC change header change for wxMemoryDC and wxPostscri...
1999-05-15  Robert Roebling A little more testing.
1999-05-15  Robert Roebling Started drawing sample.
1999-05-15  Vadim Zeitlintypo in dcclient.cpp corrected (wxUSE_SPLINE => wxUSE_S...
1999-05-15  Guilhem Lavaux* Added thread cleanup safeness: thread can be explicit...
1999-05-15  Robert Roebling wxGLCanvas compile fixes
1999-05-15  Robin Dunnfixes for GetReturnCode/SetReturnCode
1999-05-14  Robert Roebling wxGTK now works a little again.
1999-05-14  Robert Roebling wxGTK compiles and links again.
1999-05-14  Vadim Zeitlinminor changes
1999-05-14  Karsten Ballüdera few more buglets
1999-05-14  Karsten BallüderNL insert bug
1999-05-14  Karsten BallüderUpdated, fixed a colour bug.
1999-05-14  Karsten BallüderThe new layout mechanism is better than the old one...
1999-05-13  Vadim ZeitlinwxWindowDC compiles (wxGTK doesn't link yet because...
1999-05-13  Vadim ZeitlinwxWindow::Show() works again
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-13  Karsten BallüderI was stupid enough to reorganise the way font changes...
1999-05-13  Karsten Ballüderuntested changes...
1999-05-13  Karsten Ballüdersome changes, untested
1999-05-13  Karsten BallüderProgressDialog now handles multiple copies and shows...
1999-05-13  Karsten Ballüderslowdown effect
1999-05-13  Karsten Ballüderanother wxLayout bug, prints empty pages suddenly
1999-05-13  Guilhem Lavaux* Some more CopyObject()
1999-05-13  Karsten Ballüderfixed wrong range for print progress dialog
1999-05-13  Karsten Ballüderremoved an assert which was broken (looked right though)
1999-05-13  Karsten BallüderFixed a minor bug in hotKey handling.
1999-05-13  Karsten Ballüdertwo more bug notes
1999-05-13  Karsten Ballüderfirst text (header lines) in M get malformatted
1999-05-13  Karsten Ballüderfind position bug fixed
1999-05-13  Karsten BallüderAdded finding of text in the list and fixed calculation...
1999-05-13  Robert Roebling Added m_scanCode field to wxKeyEvent
1999-05-13  Guilhem Lavaux* fix in wcslen()
1999-05-12  Karsten BallüderModified font handling (on the way to real rtf editing...)
1999-05-12  Robert Roebling Maybe negative wxWindowId are better than just -1.
1999-05-12  Robert Roebling Fixes a few SGI compiler warnings..
1999-05-12  Václav SlavíkHTML Help Workshop support
1999-05-12  Karsten Ballüderwxlayout bug
1999-05-12  Robert Roebling -1 is kept -1 as a wxWindowID
1999-05-12  Karsten Ballüdernow we can even edit again
1999-05-12  Karsten BallüderMissing "c" bug should be gone.
1999-05-12  Karsten BallüderCursor movements and selections even in non-edit mode.
1999-05-12  Karsten BallüderScroll to cursor works correctly now.
1999-05-12  Vadim ZeitlinHAVE_WCSLEN added
1999-05-12  Vadim Zeitlinincluded longlong doc
1999-05-12  Vadim Zeitlinmissing comma for Motif compilation added
1999-05-12  Robert Roebling added wxScrollWinEvent
1999-05-12  Unknown (BV)Modified OnSashPositionChange to take an int& instead...
1999-05-12  Unknown (BV)Modified OnSashPositionChange to resize the window...
1999-05-11  Brian MacyFixed incorrect return type
1999-05-11  Karsten Ballüderupdated
1999-05-11  Karsten BallüderCOPY works, cut still missing, highlighting buggy.
1999-05-11  Robert Roebling wxFrame::GetClientSize -> DoGetClientSize
1999-05-11  Robert Roebling Typos fixed.
1999-05-11  Vadim Zeitlinlabels respect alignment now even with GTK 1.2
1999-05-11  Vadim Zeitlinanother unused param warning
1999-05-11  Vadim Zeitlin#pragma interface/implementation for gcc added
1999-05-11  Vadim Zeitlinspaces around '=' are not needed any more in config...
1999-05-11  Karsten BallüderThis one-liner seems to fix the wxStaticText alignment.
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-05-11  Vadim Zeitlinunussed param warning suppressed
1999-05-11  Vadim Zeitlinone 'no' is enough when GTK 1.2.0 is not found
1999-05-11  Vadim Zeitlinlibrary build even without wcslen()
1999-05-11  Vadim Zeitlinno changes
1999-05-11  Karsten BallüderSome nice improvements, it's even quite fast now!
1999-05-11  Robert Roebling Implememted IsBeingDeleted() -> buttons work again
1999-05-10  Vadim ZeitlinMSW compilation fixes
1999-05-10  Vadim Zeitlincompile fix
1999-05-10  Vadim Zeitlindirectory for test programs
1999-05-10  Vadim ZeitlinGetHandle() added (back)
1999-05-10  Robert Roebling Made wxWindowBase's variables protected again and...
1999-05-10  Vadim ZeitlinwxFileSelectorEx added - could someone please implement it?
1999-05-10  Vadim Zeitlinthe initial draft of wxLongLong class
1999-05-10  Brian MacyAdded inline keyword
1999-05-10  Vadim Zeitlin(primitive) makefile for msg catalogs and the updated...
1999-05-10  Vadim Zeitlinpatch from Janos Vegh (2nd try, now it even compiles)
1999-05-10  Robert Roebling Changed wxSizer::GetSize() to DoGetSize() (and others)
1999-05-10  Vadim Zeitlinpatch from Janos Vegh for improved template handling
1999-05-10  Robert Roebling A few more things are back to work.
1999-05-10  Karsten BallüderSuppressing selection highlighting in M.
1999-05-10  Karsten BallüderSelection improvement.
1999-05-10  Karsten BallüderwxScrolledWindow::Scroll() no longer calls Refresh...
1999-05-10  Karsten BallüderAdded Refresh() to OnMouse.
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-10  Karsten BallüderUpdated for Mahogany.
1999-05-10  Vadim ZeitlinDnD sample compiles and works
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
next