]> git.saurik.com Git - wxWidgets.git/history - src
Refactor wxGTK IM-related code to allow future modifications.
[wxWidgets.git] / src /
2013-01-27  Stefan NeisJust some spelling fixes, no real changes. Closes ...
2013-01-27  Julian SmartPrevent assertions because of zero image size
2013-01-23  Vadim ZeitlinInitialize all wxHTTPStream members in ctor.
2013-01-23  Vadim ZeitlinNo real changes, just fix some typos in comments in...
2013-01-23  Jouk Jansenlet wxCheckListBox get the properties of wxCheckListBox...
2013-01-22  Jouk JansenUpdate openVMS compile support
2013-01-21  Vadim ZeitlinFix a crash in wxExecute() in wxMSW too.
2013-01-21  Vadim ZeitlinFix crash in wxExecute() introduced by r73406.
2013-01-21  Vadim ZeitlinNo changes, just remove unused variable in wxCarbon...
2013-01-21  Vadim ZeitlinAdd wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style.
2013-01-21  Vadim ZeitlinAdd wxCheckListBox::GetCheckedItems() helper.
2013-01-21  Vadim ZeitlinDerive wxCheckListBox from wxCheckListBoxBase in wxGTK.
2013-01-21  Jouk JansenOpenVMS compile support for wxSPLASH and sample
2013-01-20  Vadim ZeitlinA fix for VC6 compilation: define missing priority...
2013-01-20  Stefan Csomorworkaround for crash, see #14906
2013-01-20  Vadim ZeitlinImprove appearance of text with background colour in...
2013-01-20  Paul Cornettno real changes, just move wxMask::GetBitmap() to wxMas...
2013-01-20  Paul Cornettadd wxMask::GetBitmap(), closes #9381
2013-01-20  Paul Cornettsizeof(char) is 1. By definition.
2013-01-20  Vadim ZeitlinAdd wxProcess::SetPriority() to allow setting the prior...
2013-01-20  Vadim ZeitlinRename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
2013-01-20  Vadim ZeitlinFix appearance of multiline wxCheckBox with non-standar...
2013-01-20  Vadim ZeitlinFix wxDateTime::GetWeekOfYear() for the days in the...
2013-01-20  Vadim ZeitlinFix wxSearchCtrl::HasFocus() in the generic version.
2013-01-20  Vadim ZeitlinFix changing labels of menu items with bitmaps in wxMSW.
2013-01-20  Vadim ZeitlinFix bug with showing hidden wxGrid lines when resizing...
2013-01-20  Vadim ZeitlinMake "More windows..." menu item in MDI "Window" menu...
2013-01-20  Vadim ZeitlinPut "#if wxUSE_TOOLBAR" around a variable only used...
2013-01-20  Vadim Zeitlin64 bit compilation fix for wxTextCtrl in wxMSW.
2013-01-20  Vadim ZeitlinFix setting initial wxSpinCtrl value outside 0..100...
2013-01-20  Vadim ZeitlinReally fix the background colour used for the cells...
2013-01-20  Vadim ZeitlinDon't use margins for wxGrid in place text editor controls.
2013-01-20  Vadim ZeitlinSet margins on creation correctly for wxTE_RICH[2]...
2013-01-20  Vadim ZeitlinSet both left and right wxTextEntry margins in wxMSW.
2013-01-20  Vadim ZeitlinFix bug with dragging non-draggable columns in wxMSW...
2013-01-20  Vadim ZeitlinFix some harmless but annoying warnings about casts...
2013-01-20  Paul Cornettdraw monochrome source directly onto destination when...
2013-01-20  Paul Cornettmake some reference handling a little more direct and...
2013-01-19  Julian SmartWhen selecting the bitmap bullet style, the name can...
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2013-01-17  Steve LamertonWhen handling accelerators in wxWebView make sure that...
2013-01-16  Julian SmartFix wrong value
2013-01-16  Julian SmartBetter compatibility with old files when creating an...
2013-01-15  Paul Cornettadd support for GtkFontChooserDialog, new in GTK 3.2
2013-01-14  Julian SmartAdded Set/GetFloatingLayoutMode to switch off time...
2013-01-13  Steve LamertonAllow registering of custom wxWebView backends.
2013-01-13  Vadim ZeitlinFix wrong return value in the changes of r73365.
2013-01-12  Vadim ZeitlinFix compilation without PCH after r73365.
2013-01-12  Vadim ZeitlinAllow hiding/showing already hidden/shown wxGrid rows...
2013-01-12  Vadim ZeitlinRelax Unity menu interdiction hack to allow popup menus...
2013-01-10  Paul Cornettcall GTKApplyWidgetStyle() from PostCreation() instead...
2013-01-10  Paul Cornettallow setting window font and bg/fg color before creation
2013-01-10  Paul Cornettsimplify code setting backing pixmap
2013-01-09  Paul Cornettdon't use deprecated wxMouseState functions
2013-01-08  Julian SmartDetect when the window is still captured when dragging...
2013-01-08  Julian SmartFill in mouse button and key state when generating...
2013-01-05  Paul Cornettdefine wxComboBox rtti stuff even when wxUSE_COMBOCTRL==0
2013-01-04  Vadim ZeitlinAttempt to fix MSVC6 compilation after the previous...
2013-01-04  Vadim ZeitlinIncluding wx/msw/missing.h to define INVALID_FILE_ATTRI...
2013-01-03  Paul Cornettgtk_assert_dialog_set_message() was unintentionally...
2013-01-03  Jouk Jansengtk_assert_dialog_set_message is only defined if wxUSE_...
2013-01-03  Paul Cornettuse gtk_file_chooser_set_show_hidden() now that GTK...
2013-01-03  Paul Cornettremove ancient SetModal(), it was deprecated long ago...
2012-12-31  Steve LamertonAdd context menu enabling and disabling to wxWebView...
2012-12-30  Steve LamertonAdd handling of http errors to wxWebViewIE. Tidy up...
2012-12-29  Vadim ZeitlinFix wxLocale::GetInfo() in C locale under Windows.
2012-12-29  Vadim ZeitlinNo changes, just fix unused variable in wxUSE_STATBMP...
2012-12-29  Vadim ZeitlinIncluding wx/msw/missing.h to define INVALID_FILE_ATTRI...
2012-12-29  Vadim ZeitlinNo changes, just remove unneeded variable initialization.
2012-12-29  Vadim ZeitlinSpelling fixes in comments in wxOSX.
2012-12-29  Paul Cornettreference count the GtkMenuItem in wxMenuItem as well
2012-12-29  Paul Cornettm_menubar does not need to be public for hildon, it...
2012-12-28  Paul Cornettremove unused variable assignment, closes #14928
2012-12-28  Paul CornettUse gtk_menu_item_remove_submenu() with GTK2
2012-12-28  Vadim ZeitlinDon't assume that wxTE_RICH(2) implies wxTE_MULTILINE...
2012-12-28  Vadim ZeitlinProcess HDN_TRACK in wxMSW wxHeaderCtrl just in case.
2012-12-28  Vadim ZeitlinNo changes, just avoid unused variable in wxUSE_TOOLTIP...
2012-12-28  Vadim ZeitlinUse a single taskbar icon for all notifications in...
2012-12-28  Stefan Csomorsilence unused var warning
2012-12-28  Paul Cornettnon-pch build fix
2012-12-28  Vadim ZeitlinFix regression with wxHTML table elements background...
2012-12-28  Vadim ZeitlinEnsure that client display rectangle is always less...
2012-12-28  Vadim ZeitlinNo changes, just don't initialize the variable twice.
2012-12-28  Vadim ZeitlinNo changes, just remove an unused variable.
2012-12-27  Paul CornettUse proper reference counting on GtkMenuItem that we...
2012-12-27  Paul CornettBetter fix for avoiding warnings from Ubuntu libdbusmenu
2012-12-26  Paul Cornettfix consruction of string
2012-12-23  Stefan Csomorremoving 10.5 version checks
2012-12-23  Steve LamertonFix webview compilation for the mingw-w64 compiler.
2012-12-23  Stefan Csomorremoving outdated code
2012-12-23  Stefan Csomormaking sure we are using correct implementation for...
2012-12-23  Stefan Csomoradding isFlipped to userpane
2012-12-23  Stefan Csomortry support for native isFlipped usage and coalesce...
2012-12-23  Vadim ZeitlinFix wrong tab order in wxAuiNotebook after dragging.
2012-12-22  Julian SmartFix for bug #14915 - wxRichTextCtrl: Not able to move...
2012-12-22  Vadim ZeitlinInvalidate wxGrid best size when its associated table...
2012-12-22  Vadim ZeitlinFix libtiff compilation with VC6 after upgrade to 4...
2012-12-22  Vadim ZeitlinRemove unnecessary variable assignment from wxBoxSizer...
2012-12-22  Vadim ZeitlinAdd wxListCtrl::EnableAlternateRowColours() and SetAlte...
2012-12-21  Paul Cornettrevert r73185, it should no longer be needed after...
next