Make wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW.
[wxWidgets.git] / src /
2011-12-02  Vadim ZeitlinMake wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW.
2011-12-02  Vadim ZeitlinAdded wxKeyEvent ctor for creating event of the differe...
2011-12-02  Vadim ZeitlinRefactor wxKeyEvent copying code.
2011-12-02  Vadim ZeitlinImplement EVT_CHAR_HOOK for wxOSX/Cocoa.
2011-12-02  Vadim ZeitlinNo changes, just remove unnecessary #pragma warning.
2011-12-01  Stefan Csomorapplying patch for raise and synthesizing mouse-up...
2011-12-01  Paul Cornettfix warning about missing return statement, closes...
2011-12-01  Vadim ZeitlinOnly use __declspec(restrict) with VC8+ in libpng.
2011-12-01  Vadim ZeitlinAdded wxCriticalSection::TryEnter() method.
2011-12-01  Vadim ZeitlinFix timeout used in POSIX implementation of wxCondition...
2011-12-01  Paul Cornettremove unused variables
2011-12-01  Paul CornettFix crash when appending menuitem after removing it...
2011-11-30  Vadim ZeitlinFix setting the parent of wxProgressDialog.
2011-11-30  Vadim ZeitlinUse more clear names for variables in wxHtmlSelection...
2011-11-30  Vadim ZeitlinRemove unused variable from wxWebViewWebKit code in...
2011-11-30  Vadim ZeitlinFix wxWebView compilation in STL build with wxGTK.
2011-11-30  Vadim ZeitlinMake wxMSW status bar slightly less tall by default.
2011-11-29  Vadim ZeitlinDon't include pbt.h from wxMSW code unnecessarily.
2011-11-28  Steve LamertonOverride MSWTranslateMessage for wxActiveXContainer...
2011-11-28  Vadim ZeitlinCorrect HasFocus() to work with subwindows of a composi...
2011-11-28  Vadim ZeitlinExtend wxBannerWindow background bitmap if necessary.
2011-11-28  Vadim ZeitlinIgnore WXK_NONE events in wxStyledTextCtrl.
2011-11-28  Vadim ZeitlinAdd support for custom numeric formats to wxGrid.
2011-11-28  Stefan Csomorsupporting rawctrl strings, fixes #13496, rawctrl is...
2011-11-28  Paul Cornettupdate _GOptionGroup check
2011-11-28  Paul Cornettbuild fixes for Universal
2011-11-27  Vadim ZeitlinInclude wx/time.h to get wxLocaltime_r() declaration...
2011-11-27  Vadim ZeitlinNo changes, just moved wxLocaltime_r() and wxGmtime_r...
2011-11-27  Vadim ZeitlinImplement wxStackWalker for wxMSW under x86-64.
2011-11-27  Vadim ZeitlinAdd support for VK_OEM_102 key under wxMSW.
2011-11-27  Vadim ZeitlinSet Unicode key code correctly for key events for WXK_R...
2011-11-27  Vadim ZeitlinUse wxGetUTCTimeUSec() in wxStopWatch under Unix for...
2011-11-27  Vadim ZeitlinUse wxGetUTCTimeMillis() instead of wxGetLocalTimeMilli...
2011-11-27  Vadim ZeitlinRemoved private wxGetLocalTimeUsec() function from...
2011-11-27  Vadim ZeitlinNo changes, just move time functions from wx/stopwatch...
2011-11-27  Vadim ZeitlinAdded wxGetUTCTimeMillis() and wxGetUTCTimeUSec().
2011-11-27  Vadim ZeitlinExtracted private GetTimeZone() to public wxGetTimeZone...
2011-11-27  Vadim ZeitlinAdded wxStopWatch::TimeInMicro() for better precision...
2011-11-27  Vadim ZeitlinUse ::QueryPerformanceCounter() for wxStopWatch impleme...
2011-11-27  Vadim ZeitlinDon't hide/show wxActiveXContainer when resizing it.
2011-11-27  Vadim ZeitlinDon't crash when changing label of label-less wxToggleB...
2011-11-27  Vadim ZeitlinMerge similar but not quite identical translated strings.
2011-11-25  Dimitri Schoolwerthmerged libpng 1.5.6 to trunk
2011-11-25  Václav SlavíkAccount for indentation in wxDataViewCtrl::GetBestColum...
2011-11-25  Paul Cornettcheck for self-assignment in operator=
2011-11-25  Paul Cornettcopy array with memcpy rather than a loop
2011-11-25  Paul Cornettuse int instead of size_t for a couple member variables
2011-11-23  Vadim ZeitlinFix crash in wxTreeListCtrl::GetItemText() if text...
2011-11-23  Paul Cornettremove redundant GTK-specific code
2011-11-23  Václav SlavíkMake generic wxDataViewCtrl rows a bit taller.
2011-11-22  Vadim ZeitlinDismiss wxSplashScreen on any user input, not necessari...
2011-11-22  Vadim ZeitlinEnsure that wxSplashScreen doesn't appear on taskbar...
2011-11-22  Vadim ZeitlinAdd wxEventFilter and related functionality.
2011-11-22  Vadim ZeitlinHack wxMSW wxNotebook to show the text controls correct...
2011-11-18  Vadim ZeitlinFix HasFocus() for composite controls.
2011-11-18  Vadim ZeitlinNo changes, just remove extra whitespace from wxWebView...
2011-11-17  Steve LamertonRemove double buffering from wxWebViewIE as this is...
2011-11-17  Steve LamertonAdjust testing for non-visible controls in wxActiveXCon...
2011-11-17  Robin DunnDon't include webkit headers from wx headers
2011-11-16  Vadim ZeitlinMove wxWebView-related definitions to webview_ie.cpp...
2011-11-16  Vadim ZeitlinCompilation fix for PCH-less build after r69758.
2011-11-15  Vadim ZeitlinAdd support for digits and +/- sign to wxUIActionSimula...
2011-11-15  Vadim ZeitlinOnly update status bar fields after they were created...
2011-11-14  Vadim ZeitlinAdded wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage...
2011-11-14  Vadim ZeitlinFall back on ::GetMessagePos() if ::GetCursorPos()...
2011-11-14  Jouk JansenUpdate compile support fror wxGTK on OpenVMS
2011-11-14  Stefan Csomorlatest private API usage complaint, right now most...
2011-11-13  Vadim ZeitlinAdded stock accelerator for wxID_PRINT.
2011-11-12  Vadim ZeitlinUse wxConvertStringToOle() in wxWebViewIE code.
2011-11-12  Paul Cornettposition expander in center of given rectangle
2011-11-11  Paul Cornettuse correct function to free GtkTextAttributes
2011-11-11  Vadim ZeitlinIntercept some keys in wxMSW wxTextCtrl even if they...
2011-11-10  Jouk JansenAdd compile support for widgets sample on OpenVMS
2011-11-10  Vadim ZeitlinCompilation fix for wxUSE_UNICODE=0 build after wxUSE_S...
2011-11-10  Vadim ZeitlinCorrect the direction passed to wxDataObject in wxOSX...
2011-11-10  Julian SmartApplied Blit system options optimization to StretchBlit
2011-11-10  Vadim ZeitlinFix compilation in wxUSE_STL case broken by r69663.
2011-11-10  Vadim ZeitlinRemove all unwanted occurrences of -mt/-pthread in...
2011-11-08  Robin DunnEnsure that there is a modal event loop before trying...
2011-11-08  Robin DunnAdd a border on the AutoComp list for wxOSX-Cocoa
2011-11-08  Steve LamertonSkip spurious blank JavaScript events in wxWebView.
2011-11-08  Vadim ZeitlinDon't include wx/msw/wrapgdip.h if !wxUSE_GRAPHICS_CONTEXT.
2011-11-08  Vadim ZeitlinMove GDK_META_MASK definition in the header in which...
2011-11-08  Vadim ZeitlinCompilation fixes for GTK+ 2.4.
2011-11-08  Vadim ZeitlinAdd missing stdio.h include to wxGTK assert dialog...
2011-11-08  Václav SlavíkUse Enter and Space for cell editing in generic wxDVC...
2011-11-07  Jouk JansenUpdates to compile WX on OpenVMS
2011-11-06  Vadim ZeitlinUse current time, not the Epoch for time zone determina...
2011-11-05  Vadim ZeitlinAllow reusing the same wxWindowID more than 254 times.
2011-11-05  Vadim ZeitlinTranslate the log message in wxLog destructor.
2011-11-05  Vadim ZeitlinFix format string in wxLog::LogLastRepeatIfNeeded().
2011-11-05  Vadim ZeitlinUse correct direction in wxDataObject::IsSupported...
2011-11-05  Vadim ZeitlinDon't read beyond the end of input buffer when decoding...
2011-11-05  Vadim ZeitlinAdd wxConvAuto::GetBOMChars() helper.
2011-11-05  Vadim ZeitlinRename lineAnchor in Scintilla code to avoid shadowing...
2011-11-04  Vadim ZeitlinSimplify wxIdRange code by using new XRCID_Assign(...
2011-11-04  Vadim ZeitlinFix choice of tree item icon for the selected state...
2011-11-04  Vadim ZeitlinMake wxQsort() definition exactly the same as declaration.
2011-11-01  Vadim ZeitlinExplicitly include X11/Xlib.h to fix AIX build.
2011-10-31  Vadim ZeitlinMake wxTreeListEvent dynamically creatable.
next