]> git.saurik.com Git - wxWidgets.git/history - src/gtk
Include wx/list.h according to precompiled headers of wx/wx.h (with other minor clean...
[wxWidgets.git] / src / gtk /
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.
2006-02-15  Mart RaudseppConnect focus_out_event handler before the default...
2006-02-15  Mart RaudseppUse correct type for storing return value. gboolean...
2006-02-15  Mart RaudseppWrap the warning suppress of SetSize around #ifndef...
2006-02-15  Mart RaudseppThe return types for enter/leave-notify-event and focus...
2006-02-15  Robert Roebling The focus handling change in wxTopLevelWindows broke
2006-02-15  Robert Roebling Alter focus handling to disable GTK+ standard
2006-02-15  Jouk Jansen Committing in .
2006-02-15  Robert Roebling Reenable wxFULL_REPAINT_ON_RESIZE line.
2006-02-14  Robert Roebling More experimenting
2006-02-13  Robert Roebling Starting wxDataView..
2006-02-12  Vadim Zeitlinget (temporarily) rid of GTK+ debugging messages about...
2006-02-09  Michael WetherellFix link errors from advdll_taskbar.o on cygwin
2006-02-09  Vadim Zeitlinimplemented ScrollLines/Pages() for all classes in...
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-02-09  Vadim Zeitlinfix for wrong debugging message (replaces patch 1424028)
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-02-05  Vadim Zeitlinnow we don't only show label mnemonics but they also...
2006-02-05  Vadim Zeitlinno changes; just some (very) minor cleanup
2006-02-05  Vadim Zeitlinhonour the mnemonics; don't use gtk_label_set_markup...
2006-02-05  Robin DunnFor consistency with the docs and with wxMSW the keycod...
2006-02-05  Mart RaudseppGTK2: Revert one set_resizable back to set_policy for...
2006-02-04  Mart RaudseppI'm no fan of that focus ring being drawn inside the...
2006-02-04  Mart RaudseppOptimize (for size) the cross_xpm used for the X button...
2006-02-04  Mart RaudseppGTK2: gtk_widget_set_uposition -> gtk_window_move for...
2006-02-04  Mart RaudseppGTK2: gtk_widget_set_uposition -> gtk_window_move for...
2006-02-04  Mart RaudseppGTK2: Add a GTK_WIDGET_DRAWABLE check to the gtk_widget...
2006-02-04  Mart RaudseppGTK2: gtk_widget_{push,pop}_visual don't do anything...
2006-02-04  Mart RaudseppGTK2: gtk_entry_* -> gtk_editable_* where necessary
2006-02-04  Mart RaudseppGTK2: gtk_radio_button_group -> _set_group; A missed...
2006-02-03  Mart RaudseppGTK2: gtk_container_children -> gtk_container_get_children
2006-02-03  Mart RaudseppGTK2: gtk_check_menu_item_set_state -> _set_active...
2006-02-03  Mart RaudseppGTK2: gtk_notebook_set_page -> gtk_notebook_set_current...
2006-02-03  Mart RaudseppGTK2: gtk_progress_bar_update -> gtk_progress_bar_set_f...
2006-02-03  Mart RaudseppGTK2: gtk_widget_draw -> gtk_widget_queue_draw + gdk_wi...
2006-02-03  Mart RaudseppGTK: gtk_menu_{insert,append} -> gtk_menu_shell_{insert...
2006-02-03  Mart RaudseppGTK2: gtk_label_set -> gtk_label_set_text
2006-02-03  Mart RaudseppGTK2: gtk_toggle_button_set_state -> gtk_toggle_button_...
2006-02-03  Mart RaudseppGTK2: gtk_timeout_add -> g_timeout_add; gtk_timeout_rem...
2006-02-03  Mart RaudseppGTK2: gtk_window_set_policy -> gtk_window_set_resizable...
2006-02-03  Mart RaudseppGTK2: gtk_draw_* -> gtk_paint_*
2006-02-03  Mart RaudseppGTK2: gtk_widget_set_usize -> gtk_widget_set_size_request
2006-02-03  Mart RaudseppGTK2: gtk_idle_add_priority -> g_idle_add_full; gtk_idl...
2006-02-03  Mart Raudseppg_main_set_poll_func(x) -> g_main_context_set_poll_func...
2006-02-03  Mart RaudseppRemove obsolete GTK1 compatibility macros. Patch #14134...
2006-01-31  Julian SmartwxControl::SetLabel no longer strips out codes so do...
2006-01-30  Julian SmartReverting patch 1325857
2006-01-27  Włodzimierz SkibaFix fro conflict between defs.h and glib headers.
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-25  Michael WetherellFixes for the GTK1 split
2006-01-23  Michael WetherellFixes for gtk1 separation
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2006-01-19  Julian SmartApplied patch [ 1331340 ] faster Drawing of Polygons...
2006-01-18  Julian SmartApplied patch [ 1325857 ] CJK input method doesn't...
2006-01-16  Vadim Zeitlinreset g_SelectionBeforePopup sooner in gtk_popup_hide_c...
2006-01-14  Mart RaudseppRemove stray whitespaces
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2006-01-07  David Surovellminor cleanup
2006-01-05  Robin DunnAdded wxGetMouseState which returns the current state...
2006-01-03  Julian SmartAdded wxAddGrab, wxRemoveGrab for use by popup window...
2006-01-02  Michael WetherellAdd comments about the pango crashes on Solaris 10
2005-12-30  Michael WetherellThe Sun customised version of Pango shipping with Solar...
2005-12-28  David Surovellfix SetInvokingWindow link problem
2005-12-24  Vadim Zeitlinalso generate wxEVT_SCROLL_CHANGED as under wxMSW
next