]> git.saurik.com Git - wxWidgets.git/history - src/gtk
Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / gtk /
2006-04-04  Mart Raudseppgdk_gc_unref -> g_object_unref
2006-04-04  Mart RaudseppAnd gdk_drawable_unref is in turn deprecated in favor...
2006-04-04  Mart Raudseppgdk_bitmap/pixmap_unref -> gdk_drawable_unref
2006-04-04  Mart Raudseppgdk_draw_pixmap -> gdk_draw_drawable
2006-04-04  Mart Raudseppgdk_window_copy_area(drawable,gc,x,y,source_drawable...
2006-04-04  Mart Raudseppgdk_window_get_visual -> gdk_drawable_get_visual
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-25  Robin DunnThe null byte at the end of the string should not be...
2006-03-24  Włodzimierz SkibaBack to unsigned int count in wxTreeCtrl.
2006-03-24  Włodzimierz SkibaWarning fixes.
2006-03-24  Włodzimierz SkibaRemoved useless pragma after fixing code to use insigne...
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-23  Robert Roebling Implement basic MVC logic (change an item in one
2006-03-22  Jouk Jansen Committing in .
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-03-21  Vadim Zeitlincan't pass objects through ... (please don't ever ignor...
2006-03-21  Mart RaudseppUse wxGtkString here too
2006-03-20  Robert Roebling Added (yet unfunctional) skeleton files fir
2006-03-20  Vadim Zeitlinfixed Clear() for GTK+ 2.4+
2006-03-18  Mart RaudseppTest commit
2006-03-18  Mart RaudseppTesting CVSROOT/loginfo changes
2006-03-17  Robert Roebling Rearrange code to make adding wxMimeTypesManagerFactory
2006-03-17  Robert Roebling Added files for GnomeVFS backend (currently useful
2006-03-15  Włodzimierz SkibawxTinderbox warning fix.
2006-03-15  Włodzimierz SkibawxTinderbox warning fix.
2006-03-15  Mart RaudseppUse wxGtkString here to clean up code, and not leak...
2006-03-15  Mart Raudseppg_value_set_string duplicates the string itself, so...
2006-03-15  Mart RaudseppICCCM says that the TIMESTAMP atom is required, so...
2006-03-15  Mart RaudseppDon't leak a gchar* in wxDataFormat::GetId()
2006-03-14  Robin DunnCan't use IsValidInsert from GtkAddHelper as it could...
2006-03-14  Robin DunnFix compilation error
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-13  Włodzimierz SkibaTRUE/FALSE source cleaning.
2006-03-12  Vadim Zeitlinsupport mnemonics for wxStatic/RadioBox and made it...
2006-03-12  Vadim Zeitlinsupport underlined fonts (patch 1448089)
2006-03-12  Vadim ZeitlinGetNumberOfLines() now returns the number of physical...
2006-03-11  Julian SmartApplied patch [ 1447666 ] Fix obscure GTK wxListBox...
2006-03-10  Robin DunnCompilation fix
2006-03-09  Vadim Zeitlinmade SetFirstItem() work again (patch 1445170)
2006-03-09  Vadim Zeitlinfixed idle event generation logic (thanks to Paul Corne...
2006-03-09  Vadim Zeitlinremoved useless colMapAllocCounter (patch 1413456)
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-03-09  Vadim Zeitlinremoved unused ifdef wxUSE_THREADS block (patch 1435521)
2006-03-09  Vadim Zeitlinfixed mouse (and other?) events generation broken by...
2006-03-09  Vadim Zeitlincompilation fix after last commit; some extra comments
2006-03-09  Vadim Zeitlinadded wxListBox::HitTest() from Ryan (patch 1446207)
2006-03-09  Robin DunnPatch #1446110: use of uninitialized variables
2006-03-09  Robin DunnKeep the key up/down event consistency without relying...
2006-03-09  Robin DunnApplied (a slightly refactored) Patch #1445169: wxListB...
2006-03-07  Vadim Zeitlintest for dst!=NULL instead of bpp==1 in Rescale() as...
2006-03-07  Vadim Zeitlindon't leave evtType uninitialized in gtk_slider_callbac...
2006-03-07  Mart RaudseppApply patch #1443819 from Paul Cornett - move the GtkTr...
2006-03-06  Mart RaudseppRemove semicolon after if statmce that can potentially...
2006-03-02  Robert Roebling Change wxVariant GetValue() to GetValue( wxVariant...
2006-03-02  Robert Roebling Use GTK+ function to obtain GdkWindow for wxListBox.
2006-03-01  Robert Roebling Apply patch which makes it possible to resize a
2006-03-01  Robert Roebling Corrected scrolling when using cursor keys.
2006-03-01  Robert Roebling Applied Ryan's native wxListBox and wxCheckListBox...
2006-03-01  Robert Roebling Further sorting work using the sorting data model.
2006-02-28  Robert Roebling Moved code around preparing the sorted model.
2006-02-27  Robert Roebling Removed superfluous code.
2006-02-27  Robert Roebling MVC works now.
2006-02-27  Robert Roebling Added generic MVC hookup code.
2006-02-27  Robert Roebling Most things about wxDataViewDateCell work.
2006-02-27  Robert Roebling Make wxTransientPopupWindow ignore button down events
2006-02-26  Robert Roebling Some restructuring, beginning of wxDataViewDateCell.
2006-02-26  Robert Roebling Makes custom cell activatable.
2006-02-25  Robert Roebling Add scrollbars, fix crash, leak less memory.
2006-02-25  Robert Roebling Added wxDataViewProgressCell with native code
2006-02-24  Robert Roebling Added wxDataViewCustomCell.
2006-02-24  Mart RaudseppTest commit
2006-02-24  Mart RaudseppTest commit
2006-02-24  Mart RaudseppFix gtk callback return types and more in window.cpp
2006-02-24  Robert Roebling added wxDataViewToggleCell
2006-02-24  Robert Roebling Implemented user dashes for gnome print.
2006-02-24  Robert Roebling New implementation for printing circles and epllipses.
2006-02-23  Robert Roebling wxDataViewCtrl now with editable text and multiple
2006-02-23  Mart RaudseppTest the commit announcement bot some more by fixing...
2006-02-23  Mart RaudseppUse correct return type for some of the signal callbacks
2006-02-23  Robert Roebling Route data from wxDataViewModel in a wxVariant
2006-02-23  Robert Roebling added wxDataViewCell
2006-02-22  Robert Roebling Support requesting more idle events.
2006-02-22  Robert Roebling Emit wxSetCursorEvent before mouse move and
2006-02-22  Robert Roebling Correcteded wxComboBox::Clear
2006-02-22  Mart Raudseppundef GTK_DISABLE_DEPRECATED for any gtk+ version,...
2006-02-22  Robert Roebling Added wxDataViewColumn
2006-02-21  Robert Roebling Add notifier class.
2006-02-21  Robert Roebling wxDataViewCtrl actually runs now.
2006-02-21  Robert Roebling Compiles now..
2006-02-21  Robert Roebling wxDataViewCtrl WIP.
2006-02-20  Mart RaudseppMake everything compile with GTK_DISABLE_DEPRECATED...
2006-02-20  Robert Roebling Make use of GTK 2.4 GtkComboBox if it is available,
2006-02-20  Jouk Jansen Committing in .
2006-02-20  Robert Roebling Rename gtk_ callbacls to gtkcombo_ callbacks
2006-02-18  Mart Raudseppwx_gtk_vmsjackets.c seems to not be used by anything...
2006-02-16  Robert Roebling Allow tabbing in wxRadioBox.
2006-02-16  Robert Roebling Use g_signal_connect_after for GTK+ native controls
2006-02-15  Mart RaudseppRevert. Crashes single-line wxTextCtrl.
next