1. configure caches the command line options
[wxWidgets.git] / include /
1999-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
1999-06-07  Robert Roebling Updated distribtion and docs.
1999-06-07  Robert Roebling Install AFMs as well.
1999-06-07  Robert Roebling Corrected cursors for during capture mouse.
1999-06-06  Robert Roebling Corrected hotkeys for MDI menus.
1999-06-05  Robert Roebling Changed to libtool's interface vs. release versioning
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-06-05  Vadim Zeitlin1. added missing wxUSE_TEXTDLG to setup0.h
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  Robert Roebling Added wxInt32 etc (FIXME for 64bit)
1999-06-03  Vadim ZeitlinwxString::begin and end added
1999-06-03  Robert Roebling Reactivtaed the new wxRect code
1999-06-03  Julian SmartRemoved GetSize from wxToolBar95
1999-06-03  Robert Roebling The new wxRect doesn't compile so I #if 0ed it
1999-06-02  Brian MacyReadd mingw32 support
1999-06-02  Julian SmartAdded progdlgg.cpp to makefiles; fixed true/false in...
1999-06-02  Vadim Zeitlin(inexisting) datetime.h removed
1999-06-02  Julian Smartday_of_week fix to wxDate, wxRect additions
1999-06-02  Vadim Zeitlinremoving (finally) autogenerated files
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-01  Vadim Zeitlincompilation fixes
1999-06-01  Vadim Zeitlinnew location for setup.h.in file
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-31  Brian MacyReworked the undef stuff a little
1999-05-31  Robert Roebling Added support for extra bitmap for toggled tool.
1999-05-30  Robert Roebling A bit more Unicode compilation.
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  Robert Roebling New defines for wxTreeCtrl
1999-05-27  Robert Roebling Color cubes now get created on 8-bit true-color
1999-05-27  Robert Roebling compile fixes. Vadim ows me a pizza.
1999-05-27  Vadim Zeitlin1. warning in wxDataObject fixed
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...
1999-05-26  Robert Roebling Got a new idea to do cursors, including global
1999-05-26  Guilhem Lavaux* Small fix in wxHTTP::BuildRequest
1999-05-26  Robert Roebling Made wxClientDC's use safe as per wxMSW.
1999-05-26  Robert Roebling wxScrolledWindow inherits from wxPanel to
1999-05-25  Brian MacyCleaned up some warnings
1999-05-25  Brian MacyMove code to a dcbase.cpp
1999-05-25  Brian MacyFixed SetForeground and SetBackground declarations
1999-05-25  Vadim ZeitlinwxCaret now exists not only under MSW but on any suppor...
1999-05-25  Guilhem Lavaux* wxThread fixes
1999-05-25  Vadim Zeitlin1. wxNotifyEvent documented
1999-05-25  Robert Roebling windows emit wxCreateWindowEvent
1999-05-25  Julian SmartReverted corrupt file (may not be in line with Vadim...
1999-05-25  Robert Roebling Fixed a notebook crash and added more tests to sample.
1999-05-25  Julian SmartMisc small changes
1999-05-24  Robert Roebling Made listctrl header BG grey again
1999-05-24  Vadim Zeitlin1. bug fixes in wxCaret
1999-05-24  Robert Roebling Rewrote wxNotebook, incl. PAGE_CHANGING event
1999-05-24  Unknown (BV)Added always-unsplittable style option (wxSP_PERMIT_UNS...
1999-05-24  Unknown (BV)Added wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING.
1999-05-23  Vadim Zeitlin1. some minor but nasty bugs fixed (see post to the...
1999-05-22  Robert Roebling GTK 1.0 compilation (not tested)
1999-05-22  Robert Roebling Played a little with sockets.
1999-05-22  Robert Roebling Put wxGTK's threads back to life.
1999-05-21  Unknown (NI)Added missing comma
1999-05-21  Unknown (NI)added constant WXK_NUMPAD_NEXT
1999-05-21  Robert Roebling Made GetLabel/SetLabel() virtual
1999-05-21  Robert Roebling Fixed typos in window.cpp and utils.cpp
1999-05-21  Vadim ZeitlinHP-UX gcc compilation fixes
1999-05-20  Guilhem Lavaux* Added a fix from Allen to wxStringTokenizer
1999-05-19  Vadim Zeitlinfile which undefs symbols ocnflicting with windows.h
1999-05-19  Vadim Zeitlin1. bug in wxSplitter corrected: mouse event coords...
1999-05-19  Robert Roebling Augmented version to b5
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  Robin Dunnfixed error about wxFrame::Command not returning a...
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-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  Robin DunnMoved all WXDLLEXPORT's to be before the return type...
1999-05-17  Robin DunnAdded
1999-05-17  Vadim Zeitlinadded Next/PrevControlId
1999-05-17  Vadim ZeitlinDrawCircle() 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-16  Karsten BallüderAdded a wxDataFormat::SetAtom() inline function.
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-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  Guilhem Lavaux* Some more CopyObject()
1999-05-13  Robert Roebling Added m_scanCode field to wxKeyEvent
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  Vadim Zeitlinmissing comma for Motif compilation added
1999-05-12  Robert Roebling added wxScrollWinEvent
next