fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / gtk / window.cpp
2006-09-16  Robert Roebling Next round of RTL fixes. This change greatly simplifes
2006-09-13  Robert Roebling More RTL work.
2006-09-12  Paul Cornettgtk_pizza_set_external is redundant
2006-09-12  Paul Cornettcalling GtkPizza base class method on non-GtkPizza...
2006-09-12  Julian SmartSometimes, m_x and m_y don't reflect the true position...
2006-09-12  Robert Roebling More RTL fixes.
2006-09-12  Robert Roebling RD forgot to add "Do"
2006-09-11  Robin DunnUse DoIsExposed for the virtual version of the method...
2006-09-11  Robert Roebling Further RTL fixes.
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-09-10  Robert Roebling Implemented window coord mirroring for RTL. This
2006-09-10  Robert Roebling Also set GTK text direction to m_wxwindow.
2006-09-10  Robert Roebling Remove direct access to GtlPizza's offset
2006-09-10  Mart RaudseppRestore ability to have a much lower runtime GTK versio...
2006-09-09  Paul Cornettdon't set negative window size
2006-09-07  Paul Cornettremove a few unnecessary queue_resize/queue_draw calls
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
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 Implement wxSetCusorEvent better than before.
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
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-25  Vadim Zeitlinchanged GTKCallbackCommonPrologue() to return -1 in...
2006-08-25  Vadim ZeitlinMany changes:
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-19  Vadim Zeitlincentralized Esc key handling for closing the dialogs...
2006-08-19  Vadim Zeitlinrefactoring/simplification of code dealing with scrollb...
2006-08-19  Vadim ZeitlinScrollLines() didn't use correct step_increment, so...
2006-07-23  Alex BlighPer Robert R, apply: [ 1484667 ] Make wxWindow::Update...
2006-07-16  Vadim Zeitlindon't crash if m_widget == NULL in OnInternalIdle()
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2006-06-15  Paul Cornett1. more accurate conversion from 8-bit wx color to...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-13  Robin DunnCtrl-letter --> ascii(1..26) for EVT_CHAR events now...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-06-08  Paul Cornettuse "event-after" signal to send thumb release event
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...
next