]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
Nuke #pragma implementation/interface's
[wxWidgets.git] / include / wx / gtk /
2004-07-18  Václav SlavíkHAVE_XIM is disabled in GTK2 build, don't include usele...
2004-07-14  Stefan Csomormaking getter const
2004-07-03  Václav Slavíka better way of applying style changes to label_widget
2004-07-03  Robert Roebling Not sure how important that is, but now you
2004-07-03  Václav Slavíkimplemented tab order in wxGTK2
2004-07-03  Václav Slavíkm_queuedFullRedraw is not used anymore
2004-06-27  Václav Slavíkfixed setting colour of wxStaticText in case the label...
2004-06-26  Václav Slavíkimplemented 3state checkboxes in wxGTK with GTK2
2004-06-26  Václav Slavíkmore fixes to keypress handling in wxGTK:
2004-06-24  Václav Slavíkuse GtkIMContext variable, not GtkIMMulticontext, we...
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-19  Václav Slavíkmoved DoApplyWidgetStyle to wxWindowGTK
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-18  Václav Slavíkreset fg/bg colour and font to default if set to wxNull...
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-06-14  Václav Slavíkrespect GTK+'s theme tooltip colour settings
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-06-04  Václav Slavíkadded native wxColourDialog for GTK2
2004-06-03  Václav Slavíksplit wxRegion(wxBitmap) ctor into two ctors with clear...
2004-05-31  Václav Slavíkimplemented freedesktop.org spec support for GTK versio...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-05-05  Vadim Zeitlinuse ResetClipping() instead of simply setting m_clippin...
2004-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2004-05-02  Robin DunnImplement some base class virtuals to avoid errors...
2004-05-01  Robin DunnReverted last change
2004-05-01  Robin DunnIn wxGTK2 the wxMessageDialog is not a real wxDialog...
2004-04-27  Robin DunnChange SetStringSelection to return bool like in other...
2004-04-22  Robin DunnFix wxGTK's menu and menubar so Insert does something...
2004-04-18  Robert Roebling Applied patch for hiding statusbar.
2004-04-01  Vadim Zeitlinimplemented GetBestSize()
2004-03-29  Robert Roebling Applied SetForegorund colour patch for GTK2.
2004-03-20  Robert Roebling Applied notebook font patch.
2004-03-20  Vadim Zeitlinwhy should wxMessageDialog dialog have another m_parent...
2004-03-16  Robin Dunnimplement wxBitmapButton::DoGetBestSize
2004-03-15  Robert Roebling New menu code.
2004-03-10  Robin DunnGive wxGauge a best size
2004-03-07  Julian SmartImproved wxTreeCtrl tooltip processing performance...
2004-03-07  Robert Roebling Added wxToggleBitmapButton (it compiles).
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-22  Vadim Zeitlinimplemented SetSelection
2004-01-22  Vadim Zeitlinimplemented HitTest() (modified patch 875957)
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-12-03  Robin DunnUse InheritAttributes for wxGTK widgets so they will...
2003-10-18  Vadim Zeitlinuse #if WXWIN_COMPAT and not #ifdef (patch 826160)
2003-10-17  Vadim Zeitlinadded CreateByName(), use it in wxColourDatabase
2003-10-09  Robert Roebling Added wxBitmap::Rescale() from 2_4
2003-10-02  Robin DunnAdded a const to be consistent with the generic class
2003-09-27  Vadim Zeitlinremoved Initialized()
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-24  Robin DunnSince wxGTK's wxGauge doesn't derive from wxGaugeBase...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-20  Vadim Zeitlinderive wxComboBox from wxItemContainer (via wxComboBoxB...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-08-30  Vadim Zeitlinreturn the index of the inserted/appended item
2003-08-21  Mattia Barbon wxGTK compilation fixes.
2003-08-20  Vadim Zeitlincreated wxBookCtrl which will be tje base class for...
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() for...
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
next