]> git.saurik.com Git - wxWidgets.git/history - src/gtk1
fix for wxStatusBar linking problems under wxMac
[wxWidgets.git] / src / gtk1 /
2001-10-18  Robin DunnwxGTK's wxListBox now returns a meaningful value for...
2001-10-15  Václav Slavíkadded GetStdIcon support to wxRenderer
2001-10-14  Vadim Zeitlinregenerated from the templates
2001-10-10  Vadim Zeitlinattempts to process non ASCII key strokes properly
2001-10-09  Robin DunnMoved the [Set|Get]Client[Data|Object] and such out...
2001-10-09  Vadim Zeitlinfixed results of strange cvs code merge
2001-10-09  Gilles Depeyrotadded missing close brace
2001-10-08  Václav Slavíkhopefully fixes focus assertion
2001-10-08  Vadim Zeitlinnormalized handling of Ctrl-x key presses and documente...
2001-10-06  Václav Slavíkno, wxComboBox is really NOT a low-level class (neither...
2001-10-05  Václav Slavíkan (blind) attempt to fix wxGTK frame activation bug
2001-10-02  Vadim Zeitlinmissing extern "C" added to fix linking problems with...
2001-10-02  Vadim Zeitlinfixed the exit code detection for async processes
2001-10-01  Vadim Zeitlinfix for running csh scripts using wxExecute()
2001-09-30  Václav Slavíkfixed wxDialog creation (created window wasn't transient)
2001-09-30  Václav Slavíkfixed wxColour bug that broken wxUniv
2001-09-29  Václav Slavíkoops, reverted wrong code
2001-09-28  Václav Slavíkimplemented wxActivateEvent properly
2001-09-28  Václav Slavíkfixed client area origin handling in wxGTK
2001-09-28  Václav Slavíkfixed wxGTK fullscreen mode, broken by my previous...
2001-09-28  Vadim Zeitlinapplied fix for 8 bit displays (already in the 2.2...
2001-09-28  Vadim Zeitlinyet another fix for wxTextCtrl bg colour (patch 462838)
2001-09-28  Vadim Zeitlinapplied wxGLApp patch (#464500)
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-09-27  Robin DunnAdded MSW toplevel.cpp and regenerated makefiles and...
2001-09-25  Vadim Zeitlincompilation fix
2001-09-24  Vadim Zeitlinadded workaround for GTK+ focus_out bug (and removed...
2001-09-24  Václav Slavíkimplemented captured windows stack
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-09-23  Václav Slavíkadded wxBitmap::CopyFromIcon to wxGTK
2001-09-23  Mattia Barbon* Fixed wxToolbar95 and wxToolbarGTK to emit TOOL_ENTER...
2001-09-22  Václav SlavíkwxTOPLEVEL_EX_DIALOG is a better name than wxTLW_EX_DIALOG
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-19  Jouk Jansen Committing in .
2001-09-18  Václav Slavíkregenerated
2001-09-18  Václav Slavíkmoved AdjustToClientAreaOrigin to wxWindowBase, needed...
2001-09-17  Robin DunnRegenerated from filelist.txt
2001-09-16  Václav Slavíkupdated generated file
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)
2001-08-27  Robert Roebling Probably fixed wxBeginBusyCursor.
2001-08-27  Vadim Zeitlinadded support for polygons to wxRegion
2001-08-24  Vadim Zeitlingenerate wxEVT_ACTIVATE_APP events for wxMSW too
2001-08-21  Vadim Zeitlinremoved assert from wxColour::InitFromName() as there...
2001-08-21  Robert Roebling Fixed focus event problems with control derived
2001-08-20  Vadim Zeitlinmade GetColourFromGTKWidget() more general, it is now...
2001-08-20  Vadim Zeitlinfix for wxSYS_COLOUR_LISTBOX colour detection
2001-08-20  Vadim Zeitlinextracted 4 copies of identical code into a function
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 Zeitlinunsuccessful attempts to fix wxMenuBar positioning...
2001-08-14  Vadim Zeitlinremoved redundant InitDialog methods
2001-08-12  Václav Slavíkadded wxEventLoop::GetActive()
2001-08-08  Robert Roebling Probably fixed listbox crashes.
2001-08-06  Robert Roebling Applied patch for wxComboBox and wxListBox to
2001-08-06  Vadim Zeitlinregenerated to include src/common/containr.cpp
2001-08-06  Vadim Zeitlincompilation fix (sorry)
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
2001-08-05  Robert Roebling Patch that should prevent problem with interference
2001-08-03  Vadim Zeitlinfix for infinite recursion in UpdateFontIfNeeded
2001-08-03  Vadim Zeitlincompilation error fixed
2001-08-03  Vadim Zeitlinfailed attempt to change the default action for GTK...
2001-08-02  Robin DunnDon't send a focus event if the window is a wxTextCtrl...
2001-08-02  Robin DunnDon't send a focus event if the window is a wxTextCtrl...
2001-08-01  Vadim Zeitlinadded generic implementation and documentation for...
2001-07-31  Vadim Zeitlinfixed compilation [warning]
2001-07-30  Vadim Zeitlin1. made ScrollLines/Pages return bool indicating if...
2001-07-30  Vadim Zeitlincompilation fixes for wxGTK
2001-07-27  Vadim Zeitlindon't crash when invalid colour is set as fg/bg colour
2001-07-26  Vadim Zeitlin(bad) fix for asserts and OnIdle events
2001-07-26  Vadim Zeitlin*really* suppress log messages from inside wxYield
2001-07-26  Robert Roebling Fixed problem with missing refresh in wxScrolledWindow::
2001-07-26  Vadim Zeitlinrespect SetFont/SetXXXColour in wxTextCtrl even when...
2001-07-26  Vadim Zeitlindon't do anything in SetBackgroundColour() if colour...
2001-07-26  Vadim Zeitlinadded wxWindow::Freeze/Thaw(), implemented them for...
2001-07-14  Robin DunnAdded RTTI macros to wxToolTip
2001-07-13  Vadim Zeitlinadded popupcmn.cpp
2001-07-13  Vadim Zeitlinregenerated the makefiles to include regex.cpp
2001-07-12  Jouk Jansen Committing in .
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  Václav Slavíkcompilation fix for wxGTK
2001-07-10  Vadim ZeitlinwxComboBox appearance fixes, looks fine now but doesn...
2001-07-10  Vadim Zeitlinadded untested implementation of wxEvtLoop for GTK+
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-07-09  Václav Slavíkadded wxUSE_POPUPWIN
2001-07-09  Vadim Zeitlinscrolling with kbd generates scroll events too
2001-07-09  Robert Roebling Removed wxPopupWindow from normal (non-wxUniv) build
2001-07-07  Robert Roebling Added wxPopupWindow to GTK port, wxComboBox had to
2001-07-04  Vadim Zeitlinuse fontdlgg.cpp under wxUniv/GTK
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-07-02  Vadim Zeitlinfixed deleting pages from the notebook
2001-07-02  Vadim Zeitlin1. fixed wxGTK notebook which was completely broken...
2001-07-02  Vadim Zeitlinbackported crash fix for wxFrame::Iconize() from 2.2
2001-07-02  Vadim Zeitlinregenerated with tmake
2001-07-02  Vadim Zeitlincompilation fixes
2001-07-02  Vadim Zeitlinfix for compilation without WXWIN_COMPATIBILITY_2_2
2001-07-01  Václav Slavíkadded generic/accel.h to filelist.txt so that wxGTK...
next