compilation fix for broken libstdc++ visibility
[wxWidgets.git] / src / gtk1 /
2007-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-13  Julian SmartTypo correction
2007-08-13  Julian SmartAdd accelerator back to label in GetItemLabel
2007-08-11  Julian SmartMenu fix
2007-08-11  Julian SmartMenu label consistency changes
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-21  Vadim Zeitlincorrect closing comments in #endifs (patch 1756990)
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-06-28  Vadim ZeitlinCanAcceptFocus() now returns true if either the window...
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-15  Václav Slavík(blind) compilation fix
2007-06-04  Vadim Zeitlinprovide overloads for all kinds of strings for wxDataFo...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-05-30  Václav Slavíkuse wxString instead of wxChar* in wxColour::Set/FromString
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-22  Vadim Zeitlinremove GetStandardCmdLineOptions() which is not needed...
2007-05-18  Vadim Zeitlinremoved unused statusbar parameter from wxFrameBase...
2007-05-16  Jouk Jansen OpenVMS changes
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-05  Robert Roebling Make wxGTK1.2 compile again.
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-15  Vadim Zeitlinfix handling of stock menu items (creating a stock...
2007-04-15  Vadim ZeitlinRefactor all code common to X11 OpenGL implementations...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-09  Vadim Zeitlinreverted patch 1325857 (rev 1.561): it might have fixed...
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlindon't use invalid wxIconBundles, it results in asserts...
2007-04-06  Vadim Zeitlincompilation fix: don't try to convert wxString to bool...
2007-03-31  Vadim Zeitlin1. Moved m_usePrimary to wxClipboardBase as it's now...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-25  Vadim Zeitlinmake wxNO_BORDER work with wxRadioBox (patch 1525406)
2007-03-23  Vadim Zeitlincompilation fix after wxCStrData changes
2007-03-23  Vadim Zeitlincompilation fix after last commit
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-20  Václav Slavíkcompilation fixes for !wxUSE_INTL case
2007-03-19  Vadim Zeitlinfixed handling of accelerators using PageUp/Down keys...
2007-03-19  Vadim Zeitlinadded missing wxGUIAppTraits::SetLocale()
2007-03-18  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-02-08  Mart RaudseppDo not declare GTypeInfo instances static. This is...
2007-01-11  Vadim Zeitlinsuppress spurious error message when copying from clipb...
2006-12-29  Vadim Zeitlinfixed incorrectly inversed test for parent [not] being...
2006-12-06  Vadim Zeitlinexplicitly call OnExit() in the ports which don't use...
2006-12-04  Vadim Zeitlinquick fix for TRACE_DND being undefined for compilers...
2006-12-03  Vadim Zeitlinbackported changes from gtk/window.cpp 1.679 and dnd...
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-14  Vadim Zeitlinbackported changes from gtk/window.cpp rev 1.678 (bug...
2006-11-14  Vadim Zeitlinbackported chnage in 1.115 of src/gtk/dnd.cpp (bug...
2006-11-11  Robin DunnwxFD_SETSIZE --> FD_SETSIZE
2006-11-01  Vadim Zeitlinimplement proper bitmap copying
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlincompilation fix after operator==() removal
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-25  Robin Dunnsome GTK1 bulkd fixes from Sander Niemeijer
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-09  Vadim Zeitlincompilation fix after last change (GTK1 doesn't have...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-22  Jouk Jansen Update OpenVMS make files
2006-09-19  Jouk Jansen Include "xrc" support properly for OpenVMS
2006-09-10  Vadim Zeitlinremoved overloaded virtual InitWith() methods, keep...
2006-09-05  Vadim Zeitlinfixes to menu stock items support (patch 1547639)
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-05  Vadim Zeitlinwork around drag and drop freeze (bug 1080588)
2006-09-04  Vadim Zeitlinuse (new) wxAcceleratorEntry::Create() instead of recen...
2006-09-03  Robert Roebling Compilo.
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-25  Jouk Jansen Patches for OpenVMS port
2006-08-16  Václav Slavíkmoved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-09  Václav Slavíkmoved wxIcon implementation for ports where it's identi...
2006-08-09  Michael WetherellDetect and use sys/select.h required by POSIX for select
2006-07-27  Włodzimierz SkibaInclude wx/dataobj.h according to precompiled headers...
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-16  Vadim ZeitlinwxUSE_PANGO is always 0 for wxGTK1 so there is no need...
2006-07-16  Vadim Zeitlindon't crash if m_widget == NULL in OnInternalIdle()
2006-07-06  Włodzimierz SkibawxRound() workaround to avoid unexpected compile and...
2006-07-05  Włodzimierz SkibawxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve...
2006-07-04  Vadim Zeitlins/WXK_NEXT/WXK_PAGEDOWN/ to fix compilation with compat...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-06-21  Włodzimierz SkibaInclude wx/gdiobj.h according to precompiled headers...
2006-06-19  Włodzimierz SkibaInclude wx/gdicmn.h according to precompiled headers...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaInclude wx/font.h according to precompiled headers...
next