2011-11-25 |
Dimitri Schoolwerth | merged libpng 1.5.6 to trunk |
tree | commitdiff |
2011-11-25 |
Václav Slavík | Account for indentation in wxDataViewCtrl::GetBestColum... |
tree | commitdiff |
2011-11-25 |
Paul Cornett | check for self-assignment in operator= |
tree | commitdiff |
2011-11-25 |
Paul Cornett | copy array with memcpy rather than a loop |
tree | commitdiff |
2011-11-25 |
Paul Cornett | use int instead of size_t for a couple member variables |
tree | commitdiff |
2011-11-23 |
Vadim Zeitlin | Fix crash in wxTreeListCtrl::GetItemText() if text... |
tree | commitdiff |
2011-11-23 |
Paul Cornett | remove redundant GTK-specific code |
tree | commitdiff |
2011-11-23 |
Václav Slavík | Make generic wxDataViewCtrl rows a bit taller. |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Dismiss wxSplashScreen on any user input, not necessari... |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Ensure that wxSplashScreen doesn't appear on taskbar... |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Add wxEventFilter and related functionality. |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Hack wxMSW wxNotebook to show the text controls correct... |
tree | commitdiff |
2011-11-18 |
Vadim Zeitlin | Fix HasFocus() for composite controls. |
tree | commitdiff |
2011-11-18 |
Vadim Zeitlin | No changes, just remove extra whitespace from wxWebView... |
tree | commitdiff |
2011-11-17 |
Steve Lamerton | Remove double buffering from wxWebViewIE as this is... |
tree | commitdiff |
2011-11-17 |
Steve Lamerton | Adjust testing for non-visible controls in wxActiveXCon... |
tree | commitdiff |
2011-11-17 |
Robin Dunn | Don't include webkit headers from wx headers |
tree | commitdiff |
2011-11-16 |
Vadim Zeitlin | Move wxWebView-related definitions to webview_ie.cpp... |
tree | commitdiff |
2011-11-16 |
Vadim Zeitlin | Compilation fix for PCH-less build after r69758. |
tree | commitdiff |
2011-11-15 |
Vadim Zeitlin | Add support for digits and +/- sign to wxUIActionSimula... |
tree | commitdiff |
2011-11-15 |
Vadim Zeitlin | Only update status bar fields after they were created... |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | Added wxIMAGE_OPTION_ORIGINAL_{WIDTH,HEIGHT} wxImage... |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | Fall back on ::GetMessagePos() if ::GetCursorPos()... |
tree | commitdiff |
2011-11-14 |
Jouk Jansen | Update compile support fror wxGTK on OpenVMS |
tree | commitdiff |
2011-11-14 |
Stefan Csomor | latest private API usage complaint, right now most... |
tree | commitdiff |
2011-11-13 |
Vadim Zeitlin | Added stock accelerator for wxID_PRINT. |
tree | commitdiff |
2011-11-12 |
Vadim Zeitlin | Use wxConvertStringToOle() in wxWebViewIE code. |
tree | commitdiff |
2011-11-12 |
Paul Cornett | position expander in center of given rectangle |
tree | commitdiff |
2011-11-11 |
Paul Cornett | use correct function to free GtkTextAttributes |
tree | commitdiff |
2011-11-11 |
Vadim Zeitlin | Intercept some keys in wxMSW wxTextCtrl even if they... |
tree | commitdiff |
2011-11-10 |
Jouk Jansen | Add compile support for widgets sample on OpenVMS |
tree | commitdiff |
2011-11-10 |
Vadim Zeitlin | Compilation fix for wxUSE_UNICODE=0 build after wxUSE_S... |
tree | commitdiff |
2011-11-10 |
Vadim Zeitlin | Correct the direction passed to wxDataObject in wxOSX... |
tree | commitdiff |
2011-11-10 |
Julian Smart | Applied Blit system options optimization to StretchBlit |
tree | commitdiff |
2011-11-10 |
Vadim Zeitlin | Fix compilation in wxUSE_STL case broken by r69663. |
tree | commitdiff |
2011-11-10 |
Vadim Zeitlin | Remove all unwanted occurrences of -mt/-pthread in... |
tree | commitdiff |
2011-11-08 |
Robin Dunn | Ensure that there is a modal event loop before trying... |
tree | commitdiff |
2011-11-08 |
Robin Dunn | Add a border on the AutoComp list for wxOSX-Cocoa |
tree | commitdiff |
2011-11-08 |
Steve Lamerton | Skip spurious blank JavaScript events in wxWebView. |
tree | commitdiff |
2011-11-08 |
Vadim Zeitlin | Don't include wx/msw/wrapgdip.h if !wxUSE_GRAPHICS_CONTEXT. |
tree | commitdiff |
2011-11-08 |
Vadim Zeitlin | Move GDK_META_MASK definition in the header in which... |
tree | commitdiff |
2011-11-08 |
Vadim Zeitlin | Compilation fixes for GTK+ 2.4. |
tree | commitdiff |
2011-11-08 |
Vadim Zeitlin | Add missing stdio.h include to wxGTK assert dialog... |
tree | commitdiff |
2011-11-08 |
Václav Slavík | Use Enter and Space for cell editing in generic wxDVC... |
tree | commitdiff |
2011-11-07 |
Jouk Jansen | Updates to compile WX on OpenVMS |
tree | commitdiff |
2011-11-06 |
Vadim Zeitlin | Use current time, not the Epoch for time zone determina... |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Allow reusing the same wxWindowID more than 254 times. |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Translate the log message in wxLog destructor. |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Fix format string in wxLog::LogLastRepeatIfNeeded(). |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Use correct direction in wxDataObject::IsSupported... |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Don't read beyond the end of input buffer when decoding... |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Add wxConvAuto::GetBOMChars() helper. |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Rename lineAnchor in Scintilla code to avoid shadowing... |
tree | commitdiff |
2011-11-04 |
Vadim Zeitlin | Simplify wxIdRange code by using new XRCID_Assign(... |
tree | commitdiff |
2011-11-04 |
Vadim Zeitlin | Fix choice of tree item icon for the selected state... |
tree | commitdiff |
2011-11-04 |
Vadim Zeitlin | Make wxQsort() definition exactly the same as declaration. |
tree | commitdiff |
2011-11-01 |
Vadim Zeitlin | Explicitly include X11/Xlib.h to fix AIX build. |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Make wxTreeListEvent dynamically creatable. |
tree | commitdiff |
2011-10-31 |
Paul Cornett | fix creation of bitmap from image with requested depth 32 |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Suppress harmless unused variable warnings in wxSocket... |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Fix compilation of wxGethostbyname_r() and wxGethostbya... |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Compilation fix for AIX: fix the name of wxGetservBuf... |
tree | commitdiff |
2011-10-31 |
Dimitri Schoolwerth | Fixed dropdown height of wxChoice and wxComboBox controls. |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Compilation fix for wxUSE_GRAPHICS_CONTEXT && !WX_PRECOMP. |
tree | commitdiff |
2011-10-31 |
Paul Cornett | simplify Refresh(), ancestors of a mapped window have... |
tree | commitdiff |
2011-10-31 |
Paul Cornett | in DoSetSize, only call GetPosition if necessary |
tree | commitdiff |
2011-10-31 |
Paul Cornett | correct callback function signature |
tree | commitdiff |
2011-10-31 |
Paul Cornett | move class function out of extern "C" block |
tree | commitdiff |
2011-10-31 |
Paul Cornett | simplify code calling gtk_window_set_urgency_hint |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Avoid too many sash position changed events when splitt... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Fix the check for second window becoming too small... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Make the initial sash position work in splitter sample. |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Don't apply gravity before requested sash position... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Remove wxSplitterWindow::m_checkRequestedSashPosition. |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | No changes, just remove wxSplitterWindow::{Set,Get... |
tree | commitdiff |
2011-10-30 |
Julian Smart | Fixed problem with the size of paragraphs not needing... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Perform wxAuiToolBar idle updates from UpdateWindowUI... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Generate right click events for all kinds of items... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Fix splitting message into title in body in MSW wxProgr... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Don't replace non default wxMessageDialog labels with... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Change variables naming convention in wxAUI code. |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Remove apparently unnecessary wxAuiMDIClientWindow... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Fix assert in generic wxListCtrl icon view when using... |
tree | commitdiff |
2011-10-30 |
Julian Smart | Fixed warning when compiling richttextctrl.cpp in VS201... |
tree | commitdiff |
2011-10-30 |
Julian Smart | Add indents to maximum size to prevent problems with... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Allow customization of the locations where persistent... |
tree | commitdiff |
2011-10-29 |
Paul Cornett | parenthesize bitwise operator in logical expression |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Make BOM-detection code in wxConvAuto public. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | No changes, just remove redundant code. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Add _PTR WX_DECLARE_HASH_SET variants to fix warnings... |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Use WX_XXX_ARRAY_PTR macro variants for arrays of pointers. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Don't make wxQsort() extern "C" nor use any special... |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Make GTK callbacks passed to GTKConnectWidget() extern... |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Explicitly declare environ variable. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Always include locale.h to get LC_ALL declaration. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Remove unused wxIFFDecoder::picptr member variable. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | No real changes, just remove an extra semicolon. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Replace remaining occurrences of _T() with wxT(). |
tree | commitdiff |
2011-10-26 |
Václav Slavík | Fix incorrect handling of ItemsAdded() in wxDataViewCtrl. |
tree | commitdiff |
2011-10-26 |
Stefan Csomor | move declaration into cocoa part |
tree | commitdiff |
next |