]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk1
compilation fixes
[wxWidgets.git] / include / wx / gtk1 /
1999-11-27  Robin Dunncompilation fixes
1999-11-27  Robert Roeblingsdasd
1999-11-27  Robert Roebling?jl
1999-11-26  Robert Roebling Minor changes.
1999-11-22  Robert Roebling Headers moved a bit.
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-18  Robert Roebling Added wxEvtHandler::Disconect()
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-14  Robert Roebling Added wxWakeUpIdle() to wxGTK,
1999-11-14  Julian SmartWatcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI...
1999-11-12  Vadim Zeitlincompilation fix (float => wxCoord)
1999-11-12  Vadim ZeitlinwxTimer/timercmn.cpp change
1999-11-08  Robin DunnMade SetType public to match MSW.
1999-11-06  George TaskerAdded wxODBC_FWD_ONLY_CURSORS to allow for drivers...
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-11-02  Vadim ZeitlinwxGTK compiles (and seems to work) again after wxMenu...
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-31  Robert Roebling Distrib corrections,
1999-10-30  Robert Roebling Some work on tabbing and menu accels,
1999-10-29  Robert Roebling Renamed GtkMyFixed to GtkPizza,
1999-10-28  Vadim ZeitlinwxGTK::wxSpinCtrl API synchronised with wxMSW
1999-10-26  Vadim Zeitlin1. added wxMenuBarBase
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-24  Robert Roebling Small distrib changes,
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-22  Robert Roebling Added wxDropSource::GiveFeedBack().
1999-10-22  Vadim Zeitlin1. sorted wxListBox and wxComboBox seem to work under...
1999-10-22  Vadim ZeitlinwxChoice and wxListBox GTK+ changes (wxChoice works...
1999-10-22  Vadim Zeitlin1. some fixes for wxSortedArrayString
1999-10-21  Vadim ZeitlinwxMotif compilation fixes for wxDataObject and PROCESS_...
1999-10-21  Vadim ZeitlinOnEnter/OnDragOver API update (compiles, links, somewha...
1999-10-21  Robert Roebling A bit more or multi-format clipboard.
1999-10-21  Vadim ZeitlinwxClipboard::IsOpened() and wxCLipboardLocker helper...
1999-10-21  Robert Roebling More DnD.
1999-10-21  Robert Roebling Made wxGTK compile and link again. Broke wxMSW a...
1999-10-21  Vadim ZeitlinwxDataObject changes - ok for MSW, still not for GTK...
1999-10-21  Vadim ZeitlinwxDataObejct and related changes (won't compile right...
1999-10-21  Vadim Zeitlinadded dobjcmn.cpp
1999-10-20  Robert Roebling Fixed problem with mouse events getting sent to wrong
1999-10-19  Robert Roebling Further DnD changes. Untested.
1999-10-19  Robert Roebling Changed two conflicting defines in defs.h
1999-10-19  Robert Roebling Added size hints to dialog,
1999-10-18  Robert Roebling New wxDataObject etc. Almost works.
1999-10-18  Vadim ZeitlinwxControl and wxChoice derive from the base classes...
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-18  Robert Roebling Corrected wxImage for use with mono wxBitmaps,
1999-10-17  Robert Roebling Applied Diana's font patch II
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-16  Robert Roebling Restored wxSizeEvent code form last week -> wxGLCanvas
1999-10-15  Vadim Zeitlinremoved wxDialog::Centre()
1999-10-14  Robert Roebling Changed time of sending the wxSizeEvent and assorted...
1999-10-14  Robert Roebling Applied patches for AIX,
1999-10-11  Robert Roebling Added wxMenu::Delete() and fixed some menu deleted...
1999-10-11  Robert Roebling Tried to make wxGLCanvas work again. WIP.
1999-10-11  Robert Roebling added SpinCtrl,
1999-10-09  Robert Roebling Changed SetToolBar() to behave a bit smarter. Untested.
1999-10-08  Robert Roebling New scrolling code.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-06  Vadim ZeitlinwxRegion::IsEmpty() added
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Robert Roebling Applied a few old patches,
1999-10-03  Robert Roebling If we used 10% less inline functions in useless occas...
1999-10-01  Vadim Zeitlinvirtual functionsignature corrected
1999-09-30  Robert Roebling Corrected filelist.txt a little - one gsocket.c is...
1999-09-29  Sylvain BougnouxFactorize timercmm.cpp code
1999-09-29  Vadim Zeitlin1. added a brief overview of Unicode support
1999-09-29  Vadim Zeitlinparam type of wxWindow::Reparent() fixed in wxGTK
1999-08-24  Robert Roebling Forgot to add the files.
1999-08-24  Robert Roebling Added new wxFontDialog,
1999-08-22  Robert Roebling Added wxFFileStream base on wxFFile (as opposed to...
1999-08-22  Robert Roebling Added wxCountingStream for measuring the size of...
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-08-19  Robert Roebling Doc updates, wxsizer et al
1999-08-16  Robert Roebling Added Prepend() and Remove() methods to wxSizer,
1999-08-16  Robert Roebling compile fixes for EMX
1999-08-12  Robert Roebling Augmented beta to 9,
1999-08-12  Karsten Ballüdersome compilation fixes atttempts for solaris
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-08-04  Robert Roebling Compile fixes for samples and dialoged,
1999-07-29  Robert Roebling Compile fixes and typos corrected.
1999-07-29  Robert Roebling Makefile changes
1999-07-28  Vadim Zeitlinm_clientData conflict fixed
1999-07-27  Robert Roebling Small distrib updates,
1999-07-27  Vadim ZeitlinwxGTK compilation fixes
1999-07-27  Ove Kaavenchar -> wxChar
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-25  Robert Roebling Added wxStaticBitmap::SetIcon()
1999-07-24  Robert Roebling Renamed wxStream::StreamSize() to wxStream::GetSize()
1999-07-24  Vadim ZeitlinwxTreeEvent is declared in one header, not 3 of them
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
1999-07-22  Robert Roebling wxMenu compile fix
1999-07-21  Vadim Zeitlin1. Assorted Motif fixes
1999-07-20  Vadim Zeitlin1. panels pass focus to the next item in parent panel
1999-07-19  Vadim Zeitlincompilation fixes
1999-07-19  Vadim ZeitlinwxMenu ctor made compatible again
1999-07-19  Robert Roebling Updated testconf
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
next