]> git.saurik.com Git - wxWidgets.git/history - src/gtk
Added a customisable formatting dialog for wxRichTextCtrl. Control the
[wxWidgets.git] / src / gtk /
2006-08-25  Vadim Zeitlinshouldn't update cursor for hidden windows
2006-08-25  Vadim Zeitlinchanged GTKCallbackCommonPrologue() to return -1 in...
2006-08-25  Vadim Zeitlinforgot GTKSetDelayedFocusIfNeeded() call in the last...
2006-08-25  Vadim ZeitlinMany changes:
2006-08-25  Vadim ZeitlinMany changes:
2006-08-25  Jouk Jansen Patches for OpenVMS port
2006-08-25  Paul Cornettset depth to 32 when creating pixbuf from wxImage with...
2006-08-24  Vadim Zeitlintry to deal more gracefully (than simply not showing...
2006-08-24  Włodzimierz Skibawx\settings.h is part of PCH support.
2006-08-24  Robert Roebling Added resize support to wxMiniFrame.
2006-08-24  Robert Roebling Suppress warning from wxMiniFrame.
2006-08-24  Robert Roebling revert bits for XBM bitmaps under MSW
2006-08-24  Robert Roebling Reenable inversion code again.
2006-08-24  Paul Cornettallow white as mask color when creating mask from mono...
2006-08-23  Robert Roebling Use the same colour for miniframe title bar and
2006-08-23  Robert Roebling Readded close button to wxMiniFrame and use the
2006-08-23  Robert Roebling Comment out suspicious 1-bit bitmap conversion
2006-08-23  Robert Roebling Add opaque move support to wxGTK's wxMiniFrame.
2006-08-23  Vadim Zeitlinrespect the encoding of the text style and not only...
2006-08-23  Vadim Zeitlinno real changes, just use IsSingle/MultiLine() insteado...
2006-08-23  Robin DunnAlways create the pixmap with an alpha channel
2006-08-22  Robert Roebling Forgot this one.
2006-08-22  Robert Roebling Add the new showOnIdle code to various other
2006-08-22  Robert Roebling Added intermediate state (m_showOnIdle) indicating...
2006-08-21  Robert Roebling Don't emit bogus size events if a child window
2006-08-20  Vadim Zeitlinadded stock menu items support
2006-08-20  Vadim Zeitlinremoved unneeded cast to wxWindowDC in DrawItemSelectio...
2006-08-19  Vadim Zeitlindon't call base class OnOk() directly, use EndDialog...
2006-08-19  Vadim Zeitlinmoved all wxDialog event handlers to wxDialogBase to...
2006-08-19  Vadim Zeitlincentralized Esc key handling for closing the dialogs...
2006-08-19  Paul Cornettsimplify coordinate transformation code
2006-08-19  Vadim Zeitlinrefactoring/simplification of code dealing with scrollb...
2006-08-19  Vadim ZeitlinScrollLines() didn't use correct step_increment, so...
2006-08-18  Paul Cornettcode simplification and cleanup
2006-08-16  Václav Slavíkmoved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject...
2006-08-14  Paul CornettCombine two wxImage-to-pixmap creation functions into...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-13  Paul CornettwxBitmap does not need to use gdk_wx_draw_bitmap
2006-08-13  Paul Cornettmore accurate mask creation for low color displays
2006-08-12  Paul Cornettuse GDK to convert pixmap to RGB for wxImage
2006-08-11  Paul Cornettchange deprecated gdk_image_get to gdk_drawable_get_image
2006-08-11  Paul Cornettcode simplification and minor cleanup
2006-08-10  Paul Cornettrevert unintended checkin of experimental change to...
2006-08-10  Paul Cornettavoid using deprecated gdk_image_new_bitmap()
2006-08-09  Václav Slavíkmoved wxIcon implementation for ports where it's identi...
2006-08-09  Michael WetherellDetect and use sys/select.h required by POSIX for select
2006-08-05  Mart RaudseppWarning fix.
2006-08-01  Robert Roebling Do nothing in wxTLW::Show() if t already is
2006-07-31  Mart RaudseppDon't use filename encoding conversion when passing...
2006-07-30  Vadim Zeitlinreverted the move of wxComboBox styles from wx/defs...
2006-07-30  Robert Roebling Compile fix.
2006-07-27  Włodzimierz SkibaInclude wx/dataobj.h according to precompiled headers...
2006-07-27  Mart Raudsepp[wxGTK] Implement wxSlider::GetLineSize and wxSlider...
2006-07-27  Mart RaudseppUse GTK casts.
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-24  Vadim ZeitlinwxFD_PREVIEW implementation for wxGTK (slightly modifie...
2006-07-23  Alex BlighPer Robert R, apply: [ 1484667 ] Make wxWindow::Update...
2006-07-21  Mart RaudseppDon't check with CanSetTransparent from within SetTrans...
2006-07-19  Mart Raudsepp[wxGTK] Be pessimistic about transparency being visuall...
2006-07-19  Mart RaudseppInitial wxTLW::(Can)SetTransparent support for wxGTK...
2006-07-16  Vadim ZeitlinwxUSE_PANGO is always 1 for wxGTK2 so there is no need...
2006-07-16  Vadim Zeitlindon't crash if m_widget == NULL in OnInternalIdle()
2006-07-14  Mart RaudseppReturn false from PositionToXY if passed in position...
2006-07-14  Mart Raudseppgtk_text_iter_get_line and get_line_offset work fine...
2006-07-09  Mart RaudseppUse PangoFontMetrics to get wxDC::GetCharHeight, becaus...
2006-07-06  Włodzimierz SkibawxRound() workaround to avoid unexpected compile and...
2006-07-05  Włodzimierz SkibawxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-07-02  Vadim Zeitlinuse gtk_file_chooser_set_current_folder() instead of...
2006-06-27  Vadim Zeitlinuse wxBoxSizer in wxPickerBase instead of doing the...
2006-06-26  Vadim Zeitlinpicker controls improvements: fixes to valid paths...
2006-06-26  Vadim Zeitlindeselect all items when SetSelection(-1) is called...
2006-06-21  Włodzimierz SkibaInclude wx/gdiobj.h according to precompiled headers...
2006-06-19  Włodzimierz SkibaInclude wx/gdicmn.h according to precompiled headers...
2006-06-19  Paul Cornettremove redundant GdkBitmap representation from wxBitmap
2006-06-19  Paul Cornettremove obsolete color cube and image to bitmap code
2006-06-19  Paul Cornettinitialize GdkColor so code which incorrectly accesses...
2006-06-18  Paul Cornettrevert unintended changes in previous commit
2006-06-18  Paul Cornettbuild fix for older gtk2
2006-06-18  Paul Cornettbuild fix for older gtk2, second attempt
2006-06-17  Paul Cornettbuild fix for older gtk2
2006-06-16  Włodzimierz SkibaInclude wx/region.h according to precompiled headers...
2006-06-15  Paul Cornett1. more accurate conversion from 8-bit wx color to...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaInclude wx/font.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaInclude wx/colour.h according to precompiled headers...
2006-06-14  Vadim Zeitlinfill in flags parameter of HitTest() for all book contr...
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-06-13  Włodzimierz SkibaInclude wx/toplevel.h according to precompiled headers...
2006-06-13  Robin DunnCtrl-letter --> ascii(1..26) for EVT_CHAR events now...
2006-06-13  Włodzimierz SkibaInclude wx/arrstr.h according to precompiled headers...
2006-06-13  Włodzimierz SkibaRemoved unused files.
2006-06-11  Vadim Zeitlinmake it possible to associate context help text with...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-08  Robin DunnAdd 1 to the width returned by DoGetBestSize in order...
2006-06-08  Włodzimierz SkibaInclude wx/memory.h according to precompiled headers...
2006-06-08  Robert Roebling Compilo
next