]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
added wxApp::Set/GetAppDisplayName() (patch 1780414)
[wxWidgets.git] / include / wx / gtk /
2007-09-07  Robert RoeblingPatch to use high printer resolution instead of Cairo...
2007-09-06  Robert RoeblingMake use of wxCairoLibrary from within wxGtkPrint
2007-09-05  Robert RoeblingAdd support for GTK print, modified from patch 1782055
2007-09-05  Robert RoeblingMake wxGnomePrintModule public so that wxGtkPrintModule...
2007-08-29  Robert Roeblingadd wxDataViewIconTextRenderer
2007-08-26  Robert RoeblingMove column organizing code to ports, away from common...
2007-08-25  Robert Roeblingadded Collapse() and Expand()
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingMinor API changes
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Robert RoeblingMade wxGTK wxDataViewCtrl compile again
2007-08-19  Vadim Zeitlinfix generation of events from SetValue() broken in...
2007-08-15  Vadim Zeitlinrelinquish the mouse capture when a dialog is about...
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-15  Vadim Zeitlinfix wrong clear selection (modified patch 1763916)
2007-08-11  Julian SmartMenu label consistency changes
2007-08-11  Václav Slavíkadded missing export declarations for wxGTK internal...
2007-08-01  Václav Slavíkfixed linking with visibility enable on Ubuntu and...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-19  Vadim Zeitlindo platform-specific checks after ensuring that the...
2007-07-17  Robert RoeblingSome code renaming to avoid confusion. Test editable...
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-12  Paul Cornettfix MDI child sizing, which was working more or less...
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_IMAGE==0
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-10  Robert RoeblingBlock all events in wxSpinButton::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-07-06  Vadim Zeitlinuse WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is...
2007-07-05  Robert RoeblingNew API for wxdataViewCtrl (doesn't run yet).
2007-06-29  Julian SmartPrevent seg fault for older GTK+
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-23  Robert Roebling Upport scrolling changes and mouse wheel changes.
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  Robert Roebling Implement for selection code.
2007-05-30  Václav Slavíkchanged wxGTK_CONV* macros to use utf8_str() and FromUT...
2007-05-30  Václav Slavíkchanged wxWindow::ApplyToolTip to take UTF8-encoded...
2007-05-30  Václav Slavíkuse wxString instead of wxChar* in wxColour::Set/FromString
2007-05-26  Robert Roebling Upport latest changes from 2_8 branch (print dialog
2007-05-26  Paul Cornettrestructure fullscreen code dealing with hiding bars
2007-05-25  Paul CornettRemove unneeded wxTLW child inserter function.
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-19  Paul Cornettmove m_sizeSet out of wxWindow
2007-05-19  Paul Cornettsimplify DoSetClientSize
2007-05-09  Robert Roebling GTK+ cell renderers are not widget, so use a
2007-05-08  Robert Roebling Beginning to make wxDC code compile both before
2007-05-06  Robert Roebling More preview code for the DC reorganisation.
2007-05-03  Robert Roebling Putting draft of wxImplDC and the wxDC using it
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-26  Robert Roebling Added IsOfStandardClass() as per wxMSW.
2007-04-26  Paul Cornettreplace 5 copies of size constraining code with one...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-21  Vadim Zeitlinadded safe check for Pango version and use it to avoid...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-19  Paul CornettReorganize idle system code.
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-15  Vadim ZeitlinRefactor all code common to X11 OpenGL implementations...
2007-04-12  Vadim Zeitlinavoid code duplication by using helper functions
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
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  Robert Roebling Restore border around non-scrolling widgets. The
2007-04-05  Vadim Zeitlinmake wxControlContainer accept focus depending on wheth...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-31  Vadim Zeitlin1. Moved m_usePrimary to wxClipboardBase as it's now...
2007-03-31  Vadim Zeitlindecouple primary selection handling from clipboard...
2007-03-31  Vadim Zeitlinsimplified the code by using new wxClipboardSync class...
2007-03-30  Vadim Zeitlinremoved virtual GetSelectedBitmap() from the base wxDC...
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-18  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-10  Paul Cornettsource id type is unsigned; minor cleanup
2007-03-07  Vadim Zeitlinnative wxHyperlinkCtrl implementation for GTK+ 2.10...
2007-02-27  Vadim ZeitlinSupport encodings in wxGTK_CONV_BACK() in the same...
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-02-15  Vadim Zeitlinreturn size without decorations from size_request GTK...
2007-02-10  Vadim Zeitlinmake GetSize() return the size of the window including...
2007-02-06  Robin DunnAdded SetToolNormalBitmap and SetToolDisabledBitmap
2006-12-10  Vadim Zeitlinreplaced size_t with unsigned int in wxAnimation and...
2006-12-09  Paul Cornettrename RemoveIdleSource to SuspendIdleCallback
2006-12-09  Vadim Zeitlindefault name of wxStaticLine should be wxStaticLineName...
2006-12-09  Paul Cornettfix for SetPosition/SetInsertionPoint when called durin...
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-04  Vadim Zeitlinallow dynamically changing most of text control styles...
2006-12-04  Vadim Zeitlinremoved empty and unused CalculateScrollbar() method
2006-12-04  Vadim Zeitlinensure that scroll position is always in scrolling...
2006-12-03  Vadim Zeitlinreplaced the button suppressing the assert dialog with...
2006-11-24  Robert Roebling Commit FM's GTK+ native assert dialog code.
next