]> git.saurik.com Git - wxWidgets.git/history - include/wx
new makefiles (part I)
[wxWidgets.git] / include / wx /
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
1999-05-12  Unknown (BV)Modified OnSashPositionChange to take an int& instead...
1999-05-11  Robert Roebling wxFrame::GetClientSize -> DoGetClientSize
1999-05-11  Robert Roebling Typos fixed.
1999-05-11  Vadim Zeitlin#pragma interface/implementation for gcc added
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-05-11  Vadim Zeitlinunussed param warning suppressed
1999-05-11  Vadim Zeitlinno changes
1999-05-10  Vadim ZeitlinMSW compilation fixes
1999-05-10  Vadim Zeitlincompile fix
1999-05-10  Vadim ZeitlinGetHandle() added (back)
1999-05-10  Robert Roebling Made wxWindowBase's variables protected again and...
1999-05-10  Vadim Zeitlinthe initial draft of wxLongLong class
1999-05-10  Brian MacyAdded inline keyword
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  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  Vadim Zeitlinicons for generic dialogs
1999-05-09  Julian SmartwxUSE_THREADS in sckint.h; wxMotif Clone error fixed...
1999-05-09  Karsten BallüderAdded a generic wxProgressDialog and made wxPostscriptP...
1999-05-09  Julian SmartMisc. fixes
1999-05-09  Guilhem Lavaux* Fixed two or three things in sckint.cpp but I still...
1999-05-09  Robert Roebling Applied FreeBSD patch
1999-05-08  Brian MacyReference counted objects should be used *much* more...
1999-05-08  Guilhem Lavaux* implemented VZ's idea about creating and destroying...
next