]> git.saurik.com Git - wxWidgets.git/history - src
1. configure caches the command line options
[wxWidgets.git] / src /
1999-05-20  Robert Roebling GtkMyFixed is now more "GTK 1.2.3 ready".
1999-05-20  Ove KaavenUnicode compilation fix for find_*_of()
1999-05-20  Robin DunnwxScrolledWindow for wxMSW is now getting wxScrollWinEv...
1999-05-20  Unknown (BV)Fix bug in which splitter would not close if sash pulle...
1999-05-19  Vadim Zeitlin1. bug in wxSplitter corrected: mouse event coords...
1999-05-19  Robert Roebling Augmented version to b5
1999-05-19  Brian MacyChanged [] parameters to be unsigned.
1999-05-19  Robert Roebling YOu can now activate the menu pressing F10 anywhere.
1999-05-19  Robert Roebling Listctrl should now send char and key_down events.
1999-05-19  Robert Roebling Corrected tree ctrl behaviour.
1999-05-19  Robert Roebling Updated distrib.
1999-05-19  Vadim Zeitlinnotebook creation bug fixed
1999-05-19  Vadim ZeitlinScreenToClient() implemented correctly
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-18  Robert Roebling More key event work. Added SetDetectableAutoRepeat.
1999-05-18  Brian MacyFixed some compile errors
1999-05-18  Karsten Ballüderminor progress bar fix
1999-05-18  Robert Roebling No longer emit char events for shift/ctrl presses.
1999-05-18  Robert Roebling Correxted myfixed widget to prevent warnings from GTK
1999-05-18  Vadim ZeitlinDeleteAllPages() bug corrected
1999-05-17  Robert Roebling Removed an #ifndef __WXGTK__
1999-05-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-05-17  Guilhem Lavaux* prgodlgg.h: Update() use wxString instead of 'char *'
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 SmythAdded code to make wxMDIChildFrame::Activate() work
1999-05-16  Karsten BallüderMinor fix for wxDF_PRIVATE, but doesn't work yet.
1999-05-16  Robert Roebling Minor DC correction.
1999-05-16  Guilhem Lavaux* Fixed a dead-lock when the thread finishes.
1999-05-15  Robert Roebling DC change header change for wxMemoryDC and wxPostscri...
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-14  Robert Roebling wxGTK now works a little again.
1999-05-14  Robert Roebling wxGTK compiles and links again.
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üderProgressDialog now handles multiple copies and shows...
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üderFixed a minor bug in hotKey handling.
1999-05-13  Robert Roebling Added m_scanCode field to wxKeyEvent
1999-05-13  Guilhem Lavaux* fix in wcslen()
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  Robert Roebling -1 is kept -1 as a wxWindowID
1999-05-12  Robert Roebling added wxScrollWinEvent
1999-05-12  Unknown (BV)Modified OnSashPositionChange to resize the window...
1999-05-11  Brian MacyFixed incorrect return type
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 Zeitlinlibrary build even without wcslen()
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  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  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üderwxScrolledWindow::Scroll() no longer calls Refresh...
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-09  Julian SmartwxUSE_THREADS in sckint.h; wxMotif Clone error fixed...
1999-05-09  Julian Smart#ifdefs for wxUSE_THREADS
1999-05-09  Vadim Zeitlincrash in GTK 1.0 on multiline text ctrl creation fixed
1999-05-09  Karsten BallüderAdded a generic wxProgressDialog and made wxPostscriptP...
1999-05-09  Julian Smart*** empty log message ***
1999-05-09  Julian SmartMisc. fixes
1999-05-09  Julian SmartAdded JPEG jconfig.vc, BC++/VC++ makefiles. Sort of...
1999-05-09  Guilhem Lavaux* Fixed two or three things in sckint.cpp but I still...
1999-05-09  Brian MacyRecursion bad... handle C++ style comments
1999-05-08  Robert Roebling Corrected bmpbutton size
1999-05-08  Guilhem Lavaux* implemented VZ's idea about creating and destroying...
1999-05-08  Brian MacyFixed two missing parens
1999-05-07  Karsten BallüderFixed SetZoom() so it can be used from the outside.
1999-05-07  Robert Roebling a bit of debug code
1999-05-07  Vadim Zeitlincompilation fix
1999-05-07  Ove KaavenTry to not include ctype functions for win32. Not reall...
1999-05-07  Guilhem Lavaux* Created a new wxObject method: wxObject::CopyObject...
1999-05-07  Vadim Zeitlintree ctrl sorting shouldn't crash when items don't...
1999-05-07  Karsten BallüderCrude hack to fix crash for 8bit displays. Seems to...
1999-05-07  Ove KaavenTook care of those missing frees from failure condition...
1999-05-06  Vadim Zeitlinprintf => wxLogTrace
1999-05-06  Karsten BallüderRemoved superfluous GDK_DECOR_BORDER.
1999-05-06  Robert Roebling minor fixes
1999-05-06  Karsten BallüderMinor fixes, should be ok now.
1999-05-06  Julian SmartSome doc corrections; various small fixes for Cygwin...
1999-05-06  Julian SmartDefined PBS_SMOOTH, PBS_VERTICAL in gauge95.cpp, if...
1999-05-05  Robert Roebling added wxStaticLine used in wxMessageBox
next