]> git.saurik.com Git - wxWidgets.git/history - src/gtk
Committing in .
[wxWidgets.git] / src / gtk /
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
2005-12-24  Vadim Zeitlindetermine the slider event type more precisely (i.e...
2005-12-24  Vadim Zeitlinfixed labels under GTK+ 1 after recent changes (remove...
2005-12-24  Vadim ZeitlinGTK+ 1 compilation fixes
2005-12-24  Vadim Zeitlinimplemented wxCURSOR_BLANK (bug 1377290)
2005-12-24  Vadim Zeitlinmoded wxWindow::PopupMenu() from window.cpp to menu...
2005-12-24  Vadim Zeitlinsend wxEVT_MENU_CLOSE from menubar deactivate handler...
2005-12-24  Vadim Zeitlinsend wxEVT_MENU_CLOSE at least sometimes
2005-12-19  Vadim Zeitlinfix for compilation without PCH
2005-12-18  Vadim Zeitlin1. changed wxControl::GetLabel() to return the original...
2005-12-18  Vadim Zeitlinremoved GetLabel() which didn't do anything but forward...
2005-12-13  Mart RaudseppRemove my binary compatibility stuff from HEAD. Patch...
2005-12-13  Mart RaudseppFix HitTest to return the proper tab index in case...
2005-12-08  David Surovellapplied patch 1376506 - remove unneeded member variable...
2005-11-30  Vadim Zeitlin1. derive wxGTK wxRadioBox from wxRadioBoxBase now...
2005-11-30  Włodzimierz SkibaMissing wxUSE_PALETTE markup (#1369489).
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-14  Julian SmartRemoved GTK+2 bitmap menu item code
2005-11-07  Mart Raudsepp[wxGTK] Support run-time changing of the wxFRAME_NO_TAS...
2005-11-07  Mart Raudsepp[wxGTK] Support changing the wxSTAY_ON_TOP style value...
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-11-03  Kevin HockUse toplevel parent rather than immediate parent as...
2005-10-26  Mart RaudseppCompilation fix...
2005-10-10  Kevin HockFor consistency with other ports, send TEXT event after...
2005-10-10  Vadim Zeitlinrefactored wxGTK scrolling: it has now fully-functionin...
2005-10-10  Vadim Zeitlinadded GtkUpdateScrollbar; folded some code duplicated...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-05  Włodzimierz SkibawxColour source cleaning. Corrections to 'const unsigne...
2005-10-04  Włodzimierz SkibaFix for mistake with const for non pointer/reference...
2005-10-04  Włodzimierz SkibawxBrush::SetColour and wxPen::SetColour unified. Source...
2005-10-01  Vadim Zeitlinfix the size of the created subbitmap
2005-09-28  Vadim ZeitlinwxGTK1 compilation fix after last commit
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-26  Mart RaudseppRevert revision 1.102.2.2:
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-25  Vadim Zeitlinfixed warnings about pointer to integer cast
2005-09-25  Vadim Zeitlinremoved more extraneous semicolons
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
next