]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk1
Added new dynamic loading classes. (which handle proper
[wxWidgets.git] / include / wx / gtk1 /
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-12-01  Julian SmartAttempted to fix splittree problem by not pushing event...
2001-11-21  Václav SlavíkwxMouseEvent's coordinates are now relative to client...
2001-11-17  Robert Roebling More changes to various controls for more reliably
2001-11-17  Robert Roebling Changed/Fixed way in which wxListBox blocks events
2001-11-09  Robert Roebling Removed unused variable.
2001-11-08  Robert Roebling wxListBox mouse events now report coords relative
2001-11-02  Vadim Zeitlinapplied patch to make wxGLCanvas derive from wxWindow...
2001-10-30  Václav Slavíkchanged wxSystemSettings::HasFrameDecorations to more...
2001-10-19  Václav Slavíkwe no longer need wxFrameNative
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-10-12  Robin DunnAdded style parameter to wxPopupWindow ctors so they...
2001-10-02  Vadim Zeitlinmissing extern "C" added to fix linking problems with...
2001-10-01  Václav Slavíkadded wxSystemSettings::HasFrameDecorations (anybody...
2001-09-28  Václav Slavíkfixed wxGTK fullscreen mode, broken by my previous...
2001-09-28  Vadim Zeitlinapplied (slightly modified) wxGLApp patch for MSW
2001-09-28  Vadim Zeitlinapplied wxGLApp patch (#464500)
2001-09-23  Václav Slavíkadded wxBitmap::CopyFromIcon to wxGTK
2001-09-22  Václav Slavíkevaluate window style in Create, not later
2001-09-19  Václav Slavíkfixes to client area origin handling
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)
2001-08-27  Vadim Zeitlinadded support for polygons to wxRegion
2001-08-19  Robert Roebling Various changes for simplification of focus event
2001-08-16  Vadim Zeitlinadded sending of EVT_TEXT_MAXLEN to wxGTK, suppressed...
2001-08-15  Vadim Zeitlinimplemented, tested and documented wxTextCtrl::SetMaxLe...
2001-08-14  Vadim Zeitlinremoved redundant InitDialog methods
2001-08-06  Robert Roebling Applied patch for wxComboBox and wxListBox to
2001-08-04  Václav Slavíkreverted my Set/getTitle change
2001-08-02  Václav SlavíkSet/GetTitle out of wxWindowBase, forked and put to...
2001-08-01  Vadim Zeitlinapplied patch 444915 (warning fixes for gcc 2.95.4)
2001-08-01  Vadim Zeitlinadded generic implementation and documentation for...
2001-07-30  Vadim Zeitlin1. made ScrollLines/Pages return bool indicating if...
2001-07-26  Vadim Zeitlinadded wxWindow::Freeze/Thaw(), implemented them for...
2001-07-21  Gilles Depeyrotcorrections for wxGtk compilation under Darwin/Mac...
2001-07-14  Robin DunnAdded RTTI macros to wxToolTip
2001-07-11  Vadim Zeitlinadded and documented wxApp::OnAssert
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-07-07  Robert Roebling Added wxPopupWindow to GTK port, wxComboBox had to
2001-07-04  Jouk Jansen Committing in .
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-07-02  Vadim Zeitlin1. fixed wxGTK notebook which was completely broken...
2001-07-02  Vadim Zeitlinadded default values for SetSizeHints() arguments,...
2001-07-02  Vadim Zeitlinfix for compilation with wxUSE_MENU_CALLBACK=0
2001-06-27  Vadim Zeitlinlinking fixes
2001-06-26  Vadim Zeitlincompilation fixes - wxGTK compiles but not links
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-18  Vadim Zeitlinimplemented text styles for GTK+
2001-06-15  Vadim Zeitlinapplied patch 433352 (fix for wxTextCtrl::SetForeground...
2001-05-31  Vadim Zeitlinwe now send iconize events
2001-05-22  Vadim Zeitlinfix for discrepancies between wxNotebookEvent and wxNot...
2001-05-17  Julian SmartImplemented OnParentEnable to allow widgets to reset...
2001-05-01  Robert Roebling Some minor clean-ups to the wxScrolledWindow code.
2001-05-01  Robert Roebling wxScrolledWindow next take, the Gizmo controls
2001-05-01  Robert Roebling wxScrolledWindow now emits wxScrollWinEvents. Something
2001-04-30  Julian SmartChanged generic wxScrolledWindow -> wxGenericScrolledWindow
2001-04-29  Robert Roebling wxScrolledWindow is now a native widget under GTK.
2001-04-22  Václav Slavíkmoved gtk/palette.h to generic/paletteg.h
2001-04-04  Václav SlavíkI moved platform specific code from wxImage to wxBitmap
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2001-02-08  Vadim Zeitlinapplied (slightly modified) wxToggleButton patch from...
2000-12-28  Vadim Zeitlinmodified check listbox indicators and made them customi...
2000-12-18  Vadim ZeitlinwxNativeFontInfo changes
2000-12-18  Vadim Zeitlinapplied wxNativeFontInfo patch from Derry Bryson (with...
2000-11-24  Vadim Zeitlin1. added wxGTK::wxToolBar::SetToolShortHelp() and test...
2000-11-18  Václav Slavíkadded wxCursor ctor for creation from bits array
2000-10-31  Vadim Zeitlincompilation fix (sorry!)
2000-10-30  Vadim ZeitlinwxDC::GetSize() should work now in wxGTK
2000-10-20  Vadim Zeitlinfixed problem with calling SetFont() when (multiline...
2000-09-28  Václav Slavíkadded wxNotebook::AssingImageList
2000-09-13  Vadim Zeitlin1. wxFrame::IsIconized() fixed - seems to work
2000-09-05  Robert Roebling Applied DrawArc patch.
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-08-24  Jouk Jansen Committing in .
2000-08-15  Václav Slavíkadded wxIcon::CopyFromBitmap to wxGTK
2000-08-10  Jouk Jansen Committing in .
2000-08-10  Vadim ZeitlinwxMDIFrames define DoGetClientSize() and not GetClientS...
2000-08-10  Vadim Zeitlinsrc/gtk/mdi.cpp
2000-07-20  Unknown (NI)applied the patch by Garrick Meeker
2000-07-19  Ove KaavenReally cheesy attempt to make wxDC::DrawText() utilize...
2000-07-19  Ove Kaavengtkfeatures.h does not exist under gtk+ 1.3.1, #ifndef...
2000-07-19  Ove KaavenwxGTKDash is also a gint8 under WXGTK20
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-16  Jouk Jansen Committing in .
2000-03-14  Robert Roebling Fixed missing paint events when overriding DoMoveWindow()
2000-03-14  Vadim ZeitlinwxDropSource should have def ctor
2000-03-13  Ron Leemoved wxDash typedef to gdicmn.h
2000-03-12  Ron Leeseparated wxDash type from platform specific wxGTKDash...
2000-03-10  Robert Roebling Small oops in redrawing code.
2000-03-09  Robert Roebling Some make corrections for HP and related,
2000-03-06  Vadim Zeitlinpatches from Ricky Gonzales <gonzales@pyramid3.net>:
2000-03-04  Robert Roebling Lotta stuff for drawing etc.
2000-02-28  Julian SmartMoved wxGLCanvas to more normal positions
2000-02-27  Václav Slavíkminimalistic build fixes (mostly #if wxUSE_something)
2000-02-27  Robert Roebling Added bitmap create
2000-02-21  Robert Roebling Slightly better GC pooling,
2000-02-21  Robert Roebling Implemented MSW's paint region clipping, but
2000-02-17  Vadim Zeitlinadded and documented wxDC::DrawCheckMark()
2000-02-11  Robert Roebling Added BMP files for wxPlotWindow,
next