2011-12-28 |
Vadim Zeitlin | Complete wxEVT_MENU_{OPEN,CLOSE} implementation in... |
tree | commitdiff |
2011-12-24 |
Vadim Zeitlin | Implement wxNotebook::CalcSizeFromPage() for wxGTK. |
tree | commitdiff |
2011-12-24 |
Paul Cornett | remove improper use of paste operator |
tree | commitdiff |
2011-12-24 |
Vadim Zeitlin | Fix fatal bug with deleting the old contents in wxScope... |
tree | commitdiff |
2011-12-24 |
Vadim Zeitlin | Use the correct function type cast in EVT_WEBKIT_NEW_WI... |
tree | commitdiff |
2011-12-24 |
Vadim Zeitlin | Add EVT_FSWATCHER event table macro. |
tree | commitdiff |
2011-12-24 |
Vadim Zeitlin | Add EVT_WINDOW_MODAL_DIALOG_CLOSED() event table macro. |
tree | commitdiff |
2011-12-24 |
Vadim Zeitlin | Fix typo in wxEVT_COMMAND_RICHTEXT_LEFT_DCLICK in docum... |
tree | commitdiff |
2011-12-24 |
Vadim Zeitlin | Remove references to defunct event types in comments. |
tree | commitdiff |
2011-12-24 |
Julian Smart | Applied #13803: wxRichTextCtrl: missing event-table... |
tree | commitdiff |
2011-12-24 |
Steve Lamerton | Fix typo in ADD_RAW_IID macro. |
tree | commitdiff |
2011-12-23 |
Paul Cornett | fix tests for WXWIN_COMPATIBILITY_2_8, closes #13800 |
tree | commitdiff |
2011-12-22 |
Steve Lamerton | Use OLE helper macros in wxWebView to reduce the amount... |
tree | commitdiff |
2011-12-22 |
Steve Lamerton | Add new ADD_RAW_IID OLE helper macro to allow use with... |
tree | commitdiff |
2011-12-22 |
Steve Lamerton | Mark various OLE helper functions as DLL exported so... |
tree | commitdiff |
2011-12-22 |
Vadim Zeitlin | Add wxLogFormatter to allow easier wxLog output customi... |
tree | commitdiff |
2011-12-22 |
Robin Dunn | Avoid a problem in Phoenix by making UpdateMacScrollWin... |
tree | commitdiff |
2011-12-20 |
Vadim Zeitlin | Provide native implementation of wx{Date,Time}PickerCtr... |
tree | commitdiff |
2011-12-20 |
Vadim Zeitlin | Added helpers for translating between wxDateTime and... |
tree | commitdiff |
2011-12-19 |
Vadim Zeitlin | Added support for wxEXEC_MAKE_GROUP_LEADER to wxExecute(). |
tree | commitdiff |
2011-12-19 |
Vadim Zeitlin | Add possibility to set item background in generic wxDat... |
tree | commitdiff |
2011-12-19 |
Vadim Zeitlin | Don't use dummy "inline" in wxDEPRECATED_CONSTRUCTOR... |
tree | commitdiff |
2011-12-18 |
Vadim Zeitlin | Added wxFilePickerCtrl::SetInitialDirectory(). |
tree | commitdiff |
2011-12-17 |
Vadim Zeitlin | Make wxPalette ctor and Create() const-correct in wxMSW. |
tree | commitdiff |
2011-12-17 |
Vadim Zeitlin | Corrected the name of EVT_WEB_VIEW_ERROR event table... |
tree | commitdiff |
2011-12-16 |
Vadim Zeitlin | Incremented the version number to 2.9.4 everywhere. |
tree | commitdiff |
2011-12-12 |
Stefan Csomor | adding defaults for Xcode builds |
tree | commitdiff |
2011-12-12 |
Stefan Csomor | reverting r69387 and r69389, fixes #13737 |
tree | commitdiff |
2011-12-11 |
Vadim Zeitlin | Ensure that Enter key presses are never stolen from... |
tree | commitdiff |
2011-12-10 |
Robin Dunn | Use default values for some parameters of wxSizerItem... |
tree | commitdiff |
2011-12-09 |
Vadim Zeitlin | Restore mouse capturing/releasing in wxPopupTransientWi... |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Add wxEXEC_HIDE_CONSOLE flag allowing to unconditionall... |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Allow using wxEvtHandler::Bind() with IBM xlC compiler... |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Only declare wxComboBox::Popup/Dismiss() when using... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Implement wxComboBox::Popup() and Dismiss() for wxOSX... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Remove vertical wxTextCtrl adjustment hacks for wxMSW... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Enable wxEvtHandler::Bind() for Sun CC. |
tree | commitdiff |
2011-12-04 |
Vadim Zeitlin | Add virtual dtor to wxCustomBackgroundWindowBase. |
tree | commitdiff |
2011-12-03 |
Vadim Zeitlin | Allow 2-step creation of wxGenericProgressDialog. |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Update all controls using in-place editors to handle... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | No changes, just move wxTreeCtrlBase ctor to the source... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Added wxKeyEvent ctor for creating event of the differe... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Refactor wxKeyEvent copying code. |
tree | commitdiff |
2011-12-01 |
Vadim Zeitlin | Added wxCriticalSection::TryEnter() method. |
tree | commitdiff |
2011-12-01 |
Paul Cornett | Fix crash when appending menuitem after removing it... |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Don't include all wx/xxx/webviewhistoryitem_xxx.h headers. |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Include wx/defs.h, not wx/setup.h from wx/webview.h... |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Use more clear names for variables in wxHtmlSelection... |
tree | commitdiff |
2011-11-28 |
Steve Lamerton | Override MSWTranslateMessage for wxActiveXContainer... |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Override GetMainWindowOfCompositeControl() in wxGrid... |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Extend wxBannerWindow background bitmap if necessary. |
tree | commitdiff |
2011-11-28 |
Vadim Zeitlin | Add support for custom numeric formats to wxGrid. |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | No changes, just moved wxLocaltime_r() and wxGmtime_r... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Implement wxStackWalker for wxMSW under x86-64. |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Add support for VK_OEM_102 key under wxMSW. |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Change value of wxHELP to avoid clash with wxSTAY_ON_TOP. |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Removed private wxGetLocalTimeUsec() function from... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | No changes, just move time functions from wx/stopwatch... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Added wxGetUTCTimeMillis() and wxGetUTCTimeUSec(). |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Extracted private GetTimeZone() to public wxGetTimeZone... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Added wxStopWatch::TimeInMicro() for better precision... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Correct wxTLS_PTR definition for !wxHAS_COMPILER_TLS... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Define wxCURSOR_DEFAULT_TYPE correctly for the old... |
tree | commitdiff |
2011-11-25 |
Stefan Csomor | fixing iPhone build |
tree | commitdiff |
2011-11-25 |
Paul Cornett | use int instead of size_t for a couple member variables |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Added convenient wxCmdLineParser::AddLong{Option,Switch... |
tree | commitdiff |
2011-11-22 |
Vadim Zeitlin | Dismiss wxSplashScreen on any user input, not necessari... |
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 | No changes, just remove extra whitespace from wxWebView... |
tree | commitdiff |
2011-11-17 |
Vadim Zeitlin | Provide HANDLE_PTR for the compilers without it such... |
tree | commitdiff |
2011-11-17 |
Jouk Jansen | define Popup and Dismiss for wxComboBox in wxMOTIF |
tree | commitdiff |
2011-11-17 |
Robin Dunn | Add arg default values for the Create method |
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-15 |
Vadim Zeitlin | Add support for digits and +/- sign to wxUIActionSimula... |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | Replace wxT() with wxS() in image options definitions. |
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 |
Vadim Zeitlin | Don't redefine symbols already defined in latest MinGW... |
tree | commitdiff |
2011-11-14 |
Vadim Zeitlin | No changes, just add another case to a switch on wxMous... |
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-07 |
Jouk Jansen | wxGTK1 should not include .h files for wxGTK |
tree | commitdiff |
2011-11-05 |
Václav Slavík | Fix wxArray::Index() with bFromEnd=true in STL build. |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Add wxConvAuto::GetBOMChars() helper. |
tree | commitdiff |
2011-10-31 |
Vadim Zeitlin | Make wxTreeListEvent dynamically creatable. |
tree | commitdiff |
2011-10-31 |
Julian Smart | Fixed #13535: wxRichTextCtrl: Incorrectly documented... |
tree | commitdiff |
2011-10-31 |
Paul Cornett | add gdk_window_get_height/width |
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 |
Vadim Zeitlin | Perform wxAuiToolBar idle updates from UpdateWindowUI... |
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 | Allow customization of the locations where persistent... |
tree | commitdiff |
2011-10-30 |
Vadim Zeitlin | Fix return value of wxPersistentSplitter::RestoreValue(). |
tree | commitdiff |
2011-10-29 |
Robin Dunn | resolve multiple inheritance ambiguity |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Make BOM-detection code in wxConvAuto public. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Add _PTR WX_DECLARE_HASH_SET variants to fix warnings... |
tree | commitdiff |
next |