]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
wxAny initial commit (closes #10932)
[wxWidgets.git] / include / wx / gtk /
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-18  Jaakko SalliAdded wxGTK wxBitmapComboBox::DoGetBestSize() implement...
2009-06-27  Vadim Zeitlinset the initial size of bitmap buttons correctly again...
2009-06-17  Vadim Zeitlinadded wxBU_NOTEXT style to allow creating bitmap button...
2009-06-16  Vadim Zeitlinimplement wxGTK wxBitmapButton in terms of wxButton
2009-06-16  Vadim Zeitlinimplement support for bitmaps for all states in wxGTK...
2009-06-16  Vadim Zeitlinadded helper GTKShouldIgnoreEvent() to use in void...
2009-06-16  Vadim Zeitlinimplement support for button bitmaps (normal state...
2009-06-12  Vadim Zeitlinadded convenient wxFont::Make{Bold,Italic,Smaller,Large...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-06-03  Vadim Zeitlinuse wxRA_SPECIFY_COLS/ROWS instead of old, deprecated...
2009-06-03  Vadim Zeitlindon't fix the columns number to 1 by default in ctors...
2009-05-16  Francesco Montorsifix the wxCursor(const wxString& cursor_file, ...)...
2009-04-25  Francesco Montorsiallow windows which are placed inside wxStaticBoxes...
2009-04-12  Francesco Montorsino real change; just fix the argument name of the wxFon...
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlinuse wxALIGN_RIGHT instead of wxTE_RIGHT here too (shoul...
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-03-14  Francesco Montorsiimplement the wxGTK selective yield with a different...
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-14  Francesco Montorsifix crash caused by an wxMDIClientWindow's GTK signal...
2009-03-06  Robert RoeblingwxBusyInfo now uses wxGenericStaticText under GTK+...
2009-03-06  Robert RoeblingMake all instances of HasEditorCtrl() const, not just...
2009-03-02  Vadim Zeitlinadded wxTextEntry::DoGetValue() to allow returning...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-02-17  Paul Cornettfix deferred show when SetSize() is called after SetCli...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-02-13  Robert RoeblingGTK prefix for internal tooltip methods
2009-02-13  Robert RoeblingRemoved unneeded FixUpMouse() method, some more GTK...
2009-02-13  Robert RoeblingForgot to commit file for giving a GTK specific methid...
2009-02-13  Bryan PettyGTK compilo: looks like a header missed the r58850...
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2009-02-08  Paul Cornettdo only what is necessary in SetScrollbars(), let the...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-03  Robert RoeblingAlso report events from wxCollapsiblePane's label
2009-02-01  Paul Cornettsimplify Refresh() and Update()
2009-01-29  Robert RoeblingStore pointer to owning wxWindow in wxPizza widget
2009-01-26  Robert RoeblingRemoved queuedResize code again as GTK+ does this inter...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-23  Robert RoeblingPostpone size event from wxTLW resizing to idle
2009-01-22  Robert RoeblingFurther attempts at getting the header buttons right
2009-01-22  Robert RoeblingFirst and other header buttons look different
2009-01-21  Robert RoeblingAdd wxDataFormat GetMatchingPair() which wxGTK and...
2009-01-21  Robert RoeblingGive GTK specific (but public) methods a Gtk prefix
2009-01-20  Paul Cornettbuild fixes and cleanup
2009-01-19  Robert RoeblingNew eventb based Drag interface for wxDataViewCtrl
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-18  Julian SmartWorkaround for GTK+ sensitivity bug
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-08  Robert Roeblinguse wxRound(x) instead of int( x+0.5 )
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-04  Paul Cornettremove Rescale(), it is no longer used
2009-01-04  Paul CornettComplete rewrite of DoDrawBitmap() and DoBlit().
2008-12-27  Vadim Zeitlinimplement wxEventLoop::DispatchTimeout() for wxGTK...
2008-12-25  Vadim Zeitlinmake Scroll() itself virtual too as existing code might...
2008-12-24  Vadim Zeitlinfurther untangle generic and native GTK implementations...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-24  Vadim Zeitlinadd convenient GetViewStart() and Scroll() overloads...
2008-12-24  Paul Cornettfix saving/restoring size when WM supports _NET_FRAME_E...
2008-12-21  Robert RoeblingAdded experimental async clipboard format query
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-13  Kevin OllivierForward port new wxRenderer methods in 2.8 to trunk.
2008-12-07  Vadim ZeitlinwxDataViewColumn doesn't need to have wxRTTI
2008-12-07  Vadim Zeitlinremoved accidentally left in in r57161 pure virtual...
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-07  Vadim Zeitlinno changes, just remove trailing whitespace
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-16  Paul Cornettmake access for virtuals match base
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-27  Robert RoeblingAdded method to disable focus_out handling temporarily
2008-10-16  Václav Slavíkreverted broken changes from r56345 and r56349
2008-10-15  Václav Slavíkcompilation fix for older glib versions after r56345
2008-10-07  Robert RoeblingForgot to commit
2008-09-30  Václav Slavíkadded wxTaskBarIcon::IsAvailable
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-25  Francesco Montorsismall build fixes for PCH-less builds
2008-09-24  Francesco Montorsifix build errors deriving from making wxColourData...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-09-21  Francesco Montorsiintroduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP...
2008-09-05  Vadim Zeitlinmake it possible to use stock ids for custom message...
2008-09-05  Vadim Zeitlinadded support for custom labels in wxMessageBox for...
2008-09-01  Robert Roeblinguse gtk_block_event instead of m_block event field
2008-08-30  Vadim Zeitlinfix another occurrence of g++ 3.3 problem with deprecat...
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-08-29  Robert RoeblingFix #9917: File save dialog does not honor file extensi...
2008-08-27  Paul Cornettget system colors directly from GTK styles, eliminating...
2008-08-27  Vadim Zeitlinadd a scoped_ptr-like wxGtkObject class which calls...
2008-08-27  Vadim Zeitlinhonour user scale and source offset in wxDC::Blit(...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
next