]> git.saurik.com Git - wxWidgets.git/history - src/gtk1
wxTextDataObject now uses Unicode if compiled with wxUSE_UNICODE.
[wxWidgets.git] / src / gtk1 /
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...
2001-07-01  Václav Slavík(hopefully) fixed wxGTK wxScrolledWindow::GetClientSize bug
2001-06-28  Julian SmartFixed some compilos. Things that still need fixing...
2001-06-27  Julian SmartNow wxFrame derives from wxFrameMSW/GTK in non-wxUniv...
2001-06-27  Vadim Zeitlinfix for wxBitmapType definition problem
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-22  Vadim Zeitlin1. fixed wxBase RPM template
2001-06-18  Vadim Zeitlinimplemented text styles for GTK+
2001-06-15  Vadim Zeitlinapplied patch 433352 (fix for wxTextCtrl::SetForeground...
2001-06-14  Robert Roebling I don't understand the SetIconState code in /src...
2001-06-11  Robert Roebling Applied wxImage::Scale() patch,
2001-06-08  Vadim Zeitlinregenerated files with tmake
2001-06-06  Vadim Zeitlinfixed slider value rounding once again
2001-06-03  Václav Slavíkadded wxUSE_INTL around wxLocale::GetSystemEncoding
2001-06-03  Václav Slavíkadded code to set wxFont's default encoding to wxLocale...
2001-05-31  Vadim Zeitlinwe now send iconize events
2001-05-27  Vadim Zeitlinregenerated from tmake templates
2001-05-22  Vadim Zeitlinfix for discrepancies between wxNotebookEvent and wxNot...
2001-05-21  Vadim Zeitlin(blind) fix for joystick compilation problems
2001-05-20  Robin DunnSince there was no #include before the #if wxUSE_JOYSTI...
2001-05-18  Robert Roebling Applied patch for non-Latin keyboards.
2001-05-17  Julian SmartCall OnParentEnable from wxTextCtrl::Enable
2001-05-17  Julian SmartImplemented OnParentEnable to allow widgets to reset...
2001-05-16  Julian SmartMade wxWindow::Enable recursive in order to solve colou...
2001-05-16  Julian SmartApplied patch #418555: wxTextCtrl uses wrong background...
2001-05-11  Robin DunnChanged wxRootWindow from a global to a staic variable...
2001-05-10  Guillermo Rodrigue... Private gsocket files were using 'typedef int bool...
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-05-07  Vadim ZeitlinGetSelection() always returns from <= to as wxMSW does
2001-05-03  Vadim Zeitlinfix InsertSeparator() (patch 420987)
2001-05-02  Vadim Zeitlinfixed (?) crashes because of default GUI font being...
2001-05-01  Robert Roebling Some minor clean-ups to the wxScrolledWindow code.
next