2011-12-22 |
Steve Lamerton | Add new ADD_RAW_IID OLE helper macro to allow use with... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Steve Lamerton | Mark various OLE helper functions as DLL exported so... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Paul Cornett | remove SetBackgroundStyle call from OnInternalIdle... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Vadim Zeitlin | Fix wxLogFormatter compilation under MSW. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Vadim Zeitlin | Dramatically optimise inserting many items in wxGeneric... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Vadim Zeitlin | Add wxLogFormatter to allow easier wxLog output customi... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Robin Dunn | Avoid a problem in Phoenix by making UpdateMacScrollWin... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Robin Dunn | Interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Stefan Csomor | rebaked Xcode proj for cocoa after date & timectrls... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Vadim Zeitlin | Correct generic wxListCtrl display of items with icons... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Vadim Zeitlin | Guard against a possible crash in wxListCtrl::DeleteCol... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Vadim Zeitlin | Document wxListCtrl::InReportView() and IsVirtual(). |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Vadim Zeitlin | Ignore extra modify events after rename in wxFileSystem... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Vadim Zeitlin | Provide native implementation of wx{Date,Time}PickerCtr... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Vadim Zeitlin | Added helpers for translating between wxDateTime and... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Vadim Zeitlin | Added wxTimePickerCtrl page to the widgets sample. |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Vadim Zeitlin | Reorganized the date picker page of the widgets sample. |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Vadim Zeitlin | Ukrainian translations update from Yuri Chornoivan. |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Vadim Zeitlin | Fix horizontal alignment in icon view in generic wxList... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Vadim Zeitlin | Brazilian Portuguese translations update from Felipe. |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Vadim Zeitlin | Fix crash in wxRegion in wxOSX/Carbon. |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Vadim Zeitlin | Add support for webview library to MSW bakefile presets. |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Vadim Zeitlin | Mention the dialog focus regression fix in wxMSW in... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Robin Dunn | Interface tweaks and fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Bryan Petty | Added missing semi-colon in versioninfo.h interface... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Dimitri Schoolwerth | Cleaned up some of the code in wxSlider::DoMoveWindow. |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Vadim Zeitlin | Added support for wxEXEC_MAKE_GROUP_LEADER to wxExecute(). |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Vadim Zeitlin | Add possibility to set item background in generic wxDat... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Vadim Zeitlin | Don't use dummy "inline" in wxDEPRECATED_CONSTRUCTOR... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Dimitri Schoolwerth | Fixed min and max label values not being swapped when... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Dimitri Schoolwerth | Removed useless if statement in slider code. |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Dimitri Schoolwerth | Don't move the slider's value label if it's not being... |
commit | commitdiff | tree | snapshot |
2011-12-18 |
Vadim Zeitlin | Add a reminder to update version.bkl to inc_release... |
commit | commitdiff | tree | snapshot |
2011-12-18 |
Vadim Zeitlin | Update version to 2.9.4 in version.bkl too and rebake... |
commit | commitdiff | tree | snapshot |
2011-12-18 |
Vadim Zeitlin | Added wxFilePickerCtrl::SetInitialDirectory(). |
commit | commitdiff | tree | snapshot |
2011-12-18 |
Vadim Zeitlin | No changes, just use wxScopedPtr instead of explicit... |
commit | commitdiff | tree | snapshot |
2011-12-18 |
Steve Lamerton | Ensure wxWebViewIE::SetPage clears the existing content... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Vadim Zeitlin | Make wxPalette ctor and Create() const-correct in wxMSW. |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Vadim Zeitlin | Define wxBitmapComboBox::Insert(void* clientData) overl... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Vadim Zeitlin | Corrected the name of EVT_WEB_VIEW_ERROR event table... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Vadim Zeitlin | No changes, just fix typo in an example in webview... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Vadim Zeitlin | Don't activate MSW dialogs when setting their initial... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Dimitri Schoolwerth | Fixed unreferenced parameter warning. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Vadim Zeitlin | Incremented the version number to 2.9.4 everywhere. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Vadim Zeitlin | Try to get more information about wxFileSystemWatcher... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Vadim Zeitlin | Don't use wxTE_DONTWRAP style in Lines() wxTextCtrl... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Vadim Zeitlin | Keep the item being updated selected in wxMSW wxChoice... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Vadim Zeitlin | Corrected test for region validity in wxMSW wxRegion... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Vadim Zeitlin | Use IsThisEnabled() to test if AUI child is enabled... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Vadim Zeitlin | Make multiline checkboxes wider in wxMSW to avoid word... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Vadim Zeitlin | Output the value of --enable-debug option in configure. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Vadim Zeitlin | Compilation fix for wxStopWatch with wxUSE_THREADS==0. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Julian Smart | Applied #13763 from dghart, to use primary selections... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Vadim Zeitlin | Ensure that wxPropertyGrid::m_tlp is initialized early... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Vadim Zeitlin | No changes, just harmonized the EOLs in the ISS file. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Václav Slavík | Remove unnecessary m_editorCtrl assignment. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Václav Slavík | Close wxDataViewCtrl inline editor when destroying... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Václav Slavík | Don't change horizontal scroll position needlessly... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Václav Slavík | Ensure that current column is visible in generic wxData... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Chris Elliott | 2.9.3 version |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Vadim Zeitlin | Add the release date of 2.9.3 to the change log. |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Vadim Zeitlin | Use string column identifiers with NSTableColumns in... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Julian Smart | Applied #13738: Make a wxRichTextImage's box display... |
commit | commitdiff | tree | snapshot |
2011-12-12 |
Dimitri Schoolwerth | Regenerated Xcode projects. |
commit | commitdiff | tree | snapshot |
2011-12-12 |
Stefan Csomor | adding defaults for Xcode builds |
commit | commitdiff | tree | snapshot |
2011-12-12 |
Stefan Csomor | reverting r69387 and r69389, fixes #13737 |
commit | commitdiff | tree | snapshot |
2011-12-12 |
Vadim Zeitlin | Rename src/generic/timectrl.cpp to timectrlg.cpp. |
commit | commitdiff | tree | snapshot |
2011-12-12 |
Vadim Zeitlin | Remove the item before notifying about it in wxDataView... |
commit | commitdiff | tree | snapshot |
2011-12-12 |
Vadim Zeitlin | Always give error message when file-related functions... |
commit | commitdiff | tree | snapshot |
2011-12-11 |
Vadim Zeitlin | Fix harmless warning in wxOSX with 10.7 SDK. |
commit | commitdiff | tree | snapshot |
2011-12-11 |
Vadim Zeitlin | Minor corrections to event handling overview documentation. |
commit | commitdiff | tree | snapshot |
2011-12-11 |
Vadim Zeitlin | Document that setting colours for native controls might... |
commit | commitdiff | tree | snapshot |
2011-12-11 |
Paul Cornett | fix GetTextExtent with non-null font argument, fixes... |
commit | commitdiff | tree | snapshot |
2011-12-11 |
Vadim Zeitlin | Ensure that Enter key presses are never stolen from... |
commit | commitdiff | tree | snapshot |
2011-12-11 |
Paul Cornett | don't include files which may not exist in source relea... |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Vadim Zeitlin | Document wxFileConfig ctor. |
commit | commitdiff | tree | snapshot |
2011-12-10 |
Robin Dunn | Use default values for some parameters of wxSizerItem... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
Vadim Zeitlin | Quote variables in -z tests correctly in wx-config. |
commit | commitdiff | tree | snapshot |
2011-12-09 |
Vadim Zeitlin | Rename wxRichToolTipPopup::SetBackground() method to... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
Stefan Csomor | avoid accepting an invalid color, ignore it, as other... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
Vadim Zeitlin | Restore mouse capturing/releasing in wxPopupTransientWi... |
commit | commitdiff | tree | snapshot |
2011-12-09 |
Stefan Csomor | fixing copy size |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Add wxEXEC_HIDE_CONSOLE flag allowing to unconditionall... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Explicitly document wxEXEC_XXX flags. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Stefan Csomor | copied from old cocoa code from David, fixes #13732 |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Allow using wxEvtHandler::Bind() with IBM xlC compiler... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Use '1'..'9' to simulate digits instead of WXK_NUMPADn. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Refactor to eliminate duplication in wxGTK key events... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Bryan Petty | Regenerated new Doxygen custom HTML header, footer... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Fix Unicode key code for Ctrl-letter in wxGTK. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Only declare wxComboBox::Popup/Dismiss() when using... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Refresh generic wxListCtrl after removing a column... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Document that wxEraseEvent::GetDC() never returns NULL. |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Correct the name of EVT_DATAVIEW_ITEM_START_EDITING... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Vadim Zeitlin | Fix asserts when removing the menu item starting radio... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Set the tooltip for generic wxToolBar tools under wxOSX... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Work around impossibility to use wxCombobox in wxGrid... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Use NSApp abortModal instead of stopModal to end modal... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Implement wxComboBox::Popup() and Dismiss() for wxOSX... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Vadim Zeitlin | Don't use gtk_menu_item_set_submenu() with NULL menu... |
commit | commitdiff | tree | snapshot |
next |