]> git.saurik.com Git - wxWidgets.git/history - src/gtk
merge of RTL changes (with many modifications) from SOC2006_RTL branch
[wxWidgets.git] / src / gtk /
2006-09-04  Vadim Zeitlinmerge of RTL changes (with many modifications) from...
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-09-02  Robert Roebling Don't use wxWindows::DoGetClientSize() from
2006-09-01  Vadim Zeitlinalways let GtkTextView have mouse release events to...
2006-09-01  Vadim Zeitlinadded GTKProcessEvent() to allow controlling whether...
2006-09-01  Vadim Zeitlinno changes, just remove comments which don't make sense...
2006-09-01  Vadim Zeitlincall GTKUpdateCursor() from SetCursor()
2006-09-01  Robert Roebling Correct sizing cursor.
2006-09-01  Robert Roebling Implement wxSetCusorEvent better than before.
2006-08-31  Vadim Zeitlindo send text changed event from SetValue(), it wasn...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-31  Włodzimierz Skibawx/image.h is listed in wx/wx.h and part of PCH support
2006-08-31  Julian SmartFixed compilo
2006-08-30  Paul Cornettheader includes cleanup
2006-08-28  Robert Roebling Leave a comment about drag threshold setting.
2006-08-27  Robert Roebling Change drag threshhold (why was it multiplied
2006-08-27  Vadim Zeitlinremoved g_eraseGC and wxWinModule used for initializing...
2006-08-27  Vadim Zeitlinassert that GTKGetWindow() returns non-NULL GdkWindows
2006-08-27  Paul CornettGTK+ paints during idle time, it doesn't need help...
2006-08-27  Paul Cornettreturning true is sufficient to stop signal emission
2006-08-26  Paul Cornettuse "event" signal emission hook to install idle handle...
2006-08-26  Paul Cornettdon't tie up cpu in idle loop when showing assert dialog
2006-08-26  Paul Cornettadd needed includes, remove unneeded ones
2006-08-26  Paul Cornettremove special pending idle callback, pending events...
2006-08-25  Vadim Zeitlindon't set cursor for not realized (and not only hidden...
2006-08-25  Vadim Zeitlinoverride OnAssertFailure(), not OnAssert() which is...
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...
next