]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
remove ODBC and DBgrid libraries
[wxWidgets.git] / include / wx / gtk /
2007-10-22  Robert RoeblingUse a private GtkCellRendererText for rendering text...
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Paul Cornettsimplify toolbar and statusbar create/set code
2007-10-10  Václav Slavíkcompilation fixed for wxDataViewCtrl: almost no class...
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-24  Robert RoeblingRemove several hack from PS code, use high resolution...
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2007-09-22  Robert RoeblingRemoved last bits of DrawScaledBitmap (was removed...
2007-09-21  Vadim Zeitlinfunctions not taking argument must be declared as ...
2007-09-18  Robert RoeblingRearrange code to fix some problems
2007-09-17  Paul Cornettvarious small cleanups
2007-09-17  Robert Roeblingcompilation
2007-09-17  Robert RoeblingAlways make wxWindow::SetFocus() focus the window,...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-15  Robert RoeblingImplement wxWindow::SetFocusIgnoringChildren for GTK+
2007-09-14  Robert RoeblingImplement and test wxDataViewCtrl::GetColumnPosition...
2007-09-14  Paul Cornettremove m_blockScrollEvent from wxWindowGTK
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-09-13  Paul Cornettget more accurate TLW sizing by using a window decorati...
2007-09-10  Robert RoeblingRewrote scaling for GTK+ print
2007-09-10  Robert RoeblingRewrote scaling code for GNOME print backend. The inver...
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...
next