]> git.saurik.com Git - wxWidgets.git/history - src/gtk/window.cpp
Include wx/combobox.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / gtk / window.cpp
2006-06-07  Włodzimierz SkibaInclude wx/combobox.h according to precompiled headers...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-06-03  Paul Cornettdon't generate a scroll event when setting scroll posit...
2006-06-02  Michael WetherellCommit pickers-fixes.patch added to 1472329 (Francesco...
2006-06-01  Michael WetherellCompile fixes for GTK 2.4
2006-05-31  Vadim Zeitlinadded wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...
2006-05-28  Vadim Zeitlinadded SetDoubleBuffered() (patch 1491093)
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-19  Paul Cornettuniversal build fix
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-18  Paul Cornettavoid GTK "assertion `min < max' failed"
2006-05-17  Paul Cornettscrollbar handling simplification
2006-05-15  Mart RaudseppDon't cast with G_OBJECT when passing a GObject to...
2006-05-10  Paul Cornettallow size event for windows without scrollbars
2006-05-09  Paul Cornettsimplify mouse wheel signal handler
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-27  Robin DunnReset the mouse event object and id in case FindWindowF...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-22  Paul Cornettextract 3 copies of scrollbar width code into one function
2006-04-16  Vadim Zeitlincentralized the handling of border styles; added border...
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-04-10  Vadim Zeitlinuse wxGTK_CONV instead of directly using wxConvLocal...
2006-04-04  Mart RaudseppGDK_ROOT_PARENT -> gdk_get_default_root_window
2006-04-04  Mart Raudseppgdk_window_get_size -> gdk_drawable_get_size
2006-04-04  David Surovelladded missing paren
2006-04-04  Mart Raudseppgdk_gc_unref -> g_object_unref
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-12  Vadim Zeitlinsupport mnemonics for wxStatic/RadioBox and made it...
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-03-09  Robin DunnKeep the key up/down event consistency without relying...
2006-03-01  Robert Roebling Apply patch which makes it possible to resize a
2006-02-24  Mart RaudseppFix gtk callback return types and more in window.cpp
2006-02-22  Robert Roebling Emit wxSetCursorEvent before mouse move and
2006-02-20  Mart RaudseppMake everything compile with GTK_DISABLE_DEPRECATED...
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 RaudseppThe return types for enter/leave-notify-event and focus...
2006-02-15  Robert Roebling Alter focus handling to disable GTK+ standard
2006-02-15  Robert Roebling Reenable wxFULL_REPAINT_ON_RESIZE line.
2006-02-09  Vadim Zeitlinimplemented ScrollLines/Pages() for all classes in...
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  Robin DunnFor consistency with the docs and with wxMSW the keycod...
2006-02-03  Mart RaudseppGTK2: gtk_draw_* -> gtk_paint_*
2006-02-03  Mart RaudseppRemove obsolete GTK1 compatibility macros. Patch #14134...
2006-01-30  Julian SmartReverting patch 1325857
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2006-01-18  Julian SmartApplied patch [ 1325857 ] CJK input method doesn't...
2006-01-14  Mart RaudseppRemove stray whitespaces
2006-01-05  Robin DunnAdded wxGetMouseState which returns the current state...
2006-01-03  Julian SmartAdded wxAddGrab, wxRemoveGrab for use by popup window...
2005-12-24  Vadim ZeitlinGTK+ 1 compilation fixes
2005-12-24  Vadim Zeitlinmoded wxWindow::PopupMenu() from window.cpp to menu...
2005-12-13  Mart RaudseppRemove my binary compatibility stuff from HEAD. Patch...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-07  Mart Raudsepp[wxGTK] Support changing the wxSTAY_ON_TOP style value...
2005-10-10  Vadim Zeitlinadded GtkUpdateScrollbar; folded some code duplicated...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-25  Michael WetherellFix for crash in ~wxWindow() on solaris
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-18  Julian SmartApplied patch 1283609 GTK window dtor + wxGrid + cellEd...
2005-08-17  Mart Raudsepp[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage...
2005-08-05  Vadim Zeitlininitialize send_event field of GdkEventExpose we genera...
2005-08-02  Michael WetherellAdd import/export attributes
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-14  Mart RaudseppAdd some missing runtime gtk+ version checks. There...
2005-06-02  Julian SmartReverted last two changes
2005-06-02  Julian SmartMoved allocation of m_imData or key down gives seg...
2005-06-02  Robin DunnSave the last key event so EVT_CHAR events can filled...
2005-05-26  Robin DunnDon't add extra size to the height, it makes the combo...
2005-05-21  Robert Roebling Setting the background colour of a wxWindow or
2005-03-27  Vadim Zeitlinmade Update() recursive under wxGTK2 (doesn't work...
2005-03-21  Vadim Zeitlinfixed unused function warning in GTK+ 2 compilation
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-03-13  Robert Roebling Query for "default_border" not "default_outside_borde...
2005-03-10  Robert Roebling Reenable dead keys under GTK2.
2005-03-04  Robert Roebling Try to catch theme change on the fly in button in
2005-03-04  Robert Roebling Trying to get default button placement and size right.
2005-02-28  Vadim ZeitlinwxUniv compilation fix
2005-02-27  Robert Roebling The position (mouse pos) returned by wxKeyEvent sometimes
2005-02-21  Julian SmartDon't inherit background from parent if we're top-level
2005-02-21  Vadim Zeitlincall gdk_flush() in Update() (see discussion of patch...
2005-02-20  Robert Roebling Commited fix for wrong background colour in TLWs...
2005-02-15  Robert Roebling Better resizing code fro wxComboBox.
2005-02-08  Robin DunnCheck accelerators before sending EVT_CHAR
2005-02-08  Robin DunnAllow EVT_CHAR events in a wxGTK2 build for F-keys...
2005-02-05  Robert Roebling Reorganized char and keydown event code, hoping
2005-02-03  Robert Roebling Fixed missing key down events (probably introduced
next