]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
added support for gcc precompiled headers
[wxWidgets.git] / include / wx / gtk /
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-02  Václav SlavíkwxJoystick and wxWave are now available in all Unix...
2003-07-21  Vadim Zeitlingave default parameters for wxBrush() ctor from wxColou...
2003-07-21  Vadim Zeitlingave default parameters for wxPen() ctor from wxColour...
2003-07-21  Vadim Zeitlinload any files, not only XPMs, in wxIcon(wxIconLocation)
2003-07-20  Mattia Barbon Compilation fix for !WXWIN_COMPATIBILITY_2_4.
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-07-14  Julian SmartRationalised OnIdle
2003-07-10  Vadim Zeitlinadded wxTB_HORZ_TEXT (patch 713813); documented it...
2003-07-09  Vadim ZeitlinGetClientData(int n) should be const (part of patch...
2003-07-09  Vadim Zeitlinadded missing #include <wx/defs.h> (parts of patch...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Robert Roebling Upported mouse click detection change for wxChoice.
2003-07-01  Vadim Zeitlinremoved wxFunction
2003-06-30  Vadim Zeitlinsmall wxGTK compilation fixes
2003-06-30  Vadim Zeitlinadded empty Init/CleanUpStandardHandlers() for compatib...
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-21  Vadim Zeitlinadded wxIconLocation; minor fixes to wxIcon on some...
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-05-03  Robin DunnReversed the meaning of black and white in wxRegion...
2003-05-01  Vadim Zeitlinfixes for working with mono bitmaps (patch 728768)
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-04  Václav Slavíkadded support for GTK2 label mnemonics (patch #689573)
2003-03-01  Robert Roebling Added wxComboBox::SetString patch
2003-02-28  Václav Slavíkfixed wxScrollBar creation when default size was used
2003-02-28  Václav Slavíkadded native wxMessageDialog implementation for GTK+2
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2003-01-31  Robert Roebling Removed unnecessary SET_STYLE.. macros.
2003-01-26  Robert Roebling Small speed up to fonts and support for scaling.
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-09-04  Vadim Zeitlinfix wxCheckListBox which was completely broken by the...
2002-08-15  Robert Roebling strings are now wxChar
2002-08-13  Robert Roebling New code for Update() under GTK 2.0. Added
2002-08-08  Julian SmartApplied patch [ 579219 ] wxNotebook:SetPadding added
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-08-05  Robert Roebling Added various MACROS for converting strings
2002-08-01  Julian SmartApplied patch [ 588734 ] Makes ProcessIdle() virtual
2002-07-09  Robert Roebling No events when setting values.
2002-06-18  Julian SmartAdded AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK
2002-06-18  Vadim Zeitlinadded ViewStart() as synonym for GetViewStart() in...
2002-06-15  Robin DunnFixed wxApp::OnAssert signature.
2002-06-06  Robert Roebling Dislaying popup tip windows seems to work right now.
2002-06-04  Vadim Zeitlinadded default parameter values to the overloaded Show...
2002-06-02  Robert Roebling Overrode wxMDIChildFrame's DoSetSize to not misplace
2002-05-31  Vadim Zeitlinremoved unused wxWindowGTK::m_isFrame
2002-05-31  Vadim Zeitlinreplaced m_isRadioButton with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isStaticBox with a virtual...
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinfixes for the focus handling: don't set back to back...
2002-05-12  Vadim Zeitlinfixed wxFontDialog API: accept const ref instead of...
2002-05-11  Gilles Depeyrotcorrected pragma interface
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-04  Vadim Zeitlininitialize wxBitmapButton members
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-04-22  Vadim Zeitlinremoved unused OnSetFocus()
2002-04-20  Vadim Zeitlinfixed initial focus handling in the dialog and made...
2002-04-20  Vadim Zeitlinmade operator==() and \!=() const (still doesn't make...
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-19  Robert Roebling Updated makefile for mobile sample.
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-13  Robert Roebling Fix wxListCtrl background colour bug Part I
2002-03-29  Robert Roebling A bit of scrolling works under GTK 2.0
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-25  Vadim Zeitlinimplemented (but it doesn't work yet) the radio buttons...
2002-03-25  Vadim Zeitlinfixed the menu bug introduced by the previous commit
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-03-24  Václav Slavíkmoved the rest of XPMs to /art
2002-03-23  Vadim Zeitlincompatibility constructors for wxMenuItem() taking...
2002-03-22  Václav SlavíkwxITEM_FOO instead of wxItem_Foo, for the sake of consi...
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2002-03-17  Václav Slavíkadded Calc(Un)ScrolledPosition taking wxPoint
2002-03-15  Robin DunnGive wxScrolledWindow its own Layout method that takes...
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-02-17  Vadim Zeitlincompilation fixes after the last commit
2002-02-17  Vadim Zeitlinadded SetString(), deprecated SetLabel()
2002-02-12  Julian SmartRemoved some debug code from window headers; added...
2002-02-10  Vadim Zeitlinfix for wxUniv/GTK scrolling
2002-02-04  Robert Roebling Added missing test in wxObject::Ref() for already
2002-02-04  Robert Roebling Now updating and clearing are done in a delayed fashion.
2002-02-04  Robert Roebling Big wxRegion clean up.
2002-02-04  Robert Roebling Ref counting fixes and compile fixes.
2002-02-03  Vadim Zeitlinfixed wxRegion::Offset() to not modify the shared regions
2002-01-31  Julian SmartApplied wxImage -> wxCursor patch, tool window event...
2002-01-30  Robert Roebling Added wxRegion::Offset(x,y)
2002-01-30  Robert RoeblingSome changes for new Update/Refresh behaviour. This
2002-01-19  Vadim Zeitlinmaintaint the mouse capture stack in all ports, not...
2002-01-18  Vadim Zeitlinbetter native font support for wxGTK
2002-01-14  Vadim Zeitlinadded wxFont::IsFixedWidth(), documented it and impleme...
2002-01-14  Václav Slavíkremoved setup0.h artifacts
2002-01-13  Václav Slavíkapplied ANI images patch and added wxUSE_ICO_CUR
2002-01-12  Robert Roebling Some additions to the 12-bit patch.
2001-12-31  Václav SlavíkwxSystemSettings mods in wxGTK
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
next