projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
When handling accelerators in wxWebView make sure that we do not block right-alt...
[wxWidgets.git]
/
include
/
2012-11-01
Vadim Zeitlin
Allow creating wxTextMeasure without specifying the...
tree
|
commitdiff
2012-11-01
Vadim Zeitlin
Allow constructing wxGTK wxTextMeasure with NULL font.
tree
|
commitdiff
2012-11-01
Vadim Zeitlin
Added wxEVT_COMMAND_DIRCTRL_CHANGED for wxDirCtrl selec...
tree
|
commitdiff
2012-11-01
Vadim Zeitlin
No changes, just some cleanup in wxGenericDirCtrl code.
tree
|
commitdiff
2012-11-01
Václav Slavík
Add wxTEST_DIALOG for testing of modal dialogs.
tree
|
commitdiff
2012-11-01
Václav Slavík
Add wxCALL_FOR_EACH() macro.
tree
|
commitdiff
2012-10-31
Vadim Zeitlin
Define wxSOCKET_XXX flags as wxSOCKET_XXX_READ|wxSOCKET...
tree
|
commitdiff
2012-10-29
Vadim Zeitlin
Add wxDirCtrl::GetPath().
tree
|
commitdiff
2012-10-29
Vadim Zeitlin
Get rid of wxAuiToolBar::m_style and just use base...
tree
|
commitdiff
2012-10-29
Vadim Zeitlin
No changes, just avoid code duplication in wxOSX wxDirD...
tree
|
commitdiff
2012-10-28
Vadim Zeitlin
Don't return "void" to fix MSVC6 compilation.
tree
|
commitdiff
2012-10-28
Vadim Zeitlin
Implement support for button mnemonics in wxOSX/Cocoa.
tree
|
commitdiff
2012-10-27
Vadim Zeitlin
Another attempt to fix wxTextMeasure compilation with...
tree
|
commitdiff
2012-10-27
Vadim Zeitlin
Allow using wxTextMeasure::GetLargestStringExtent(...
tree
|
commitdiff
2012-10-27
Vadim Zeitlin
Allow wxTextMeasure to work with non-native wxDC object...
tree
|
commitdiff
2012-10-27
Vadim Zeitlin
Just fix header comments of wxTextMeasure-related files...
tree
|
commitdiff
2012-10-27
Robin Dunn
Generate the interface file for STC from gen_iface...
tree
|
commitdiff
2012-10-27
Vadim Zeitlin
Add wxAuiToolBar::Create().
tree
|
commitdiff
2012-10-27
Vadim Zeitlin
Fix PCH-less build after previous commit.
tree
|
commitdiff
2012-10-27
Vadim Zeitlin
Break implicit dependency of "core" on "adv" via wxXmlR...
tree
|
commitdiff
2012-10-25
Vadim Zeitlin
Store the selected directory in wxGTK wxDirDialog.
tree
|
commitdiff
2012-10-25
Vadim Zeitlin
Make wxFILE_EXISTS_SYMLINK work on its own, without...
tree
|
commitdiff
2012-10-25
Vadim Zeitlin
Include wx/xml/xml.h from the XRC handlers that need it.
tree
|
commitdiff
2012-10-24
Vadim Zeitlin
Implement clipping in wxSVGFileDC.
tree
|
commitdiff
2012-10-24
Vadim Zeitlin
Try to avoid accidental use of wxXmlNode in XRC handlers.
tree
|
commitdiff
2012-10-24
Vadim Zeitlin
Make wxDateTime invalid after Set((time_t)-1) call.
tree
|
commitdiff
2012-10-24
Vadim Zeitlin
Add wxVector::assign().
tree
|
commitdiff
2012-10-24
Vadim Zeitlin
Disable wxEvtHandler::CallAfter() for VC6, it's too...
tree
|
commitdiff
2012-10-23
Vadim Zeitlin
Add wxDIR_NO_FOLLOW flag for wxDir iteration.
tree
|
commitdiff
2012-10-23
Paul Cornett
Minor changes to some comments
tree
|
commitdiff
2012-10-23
Vadim Zeitlin
Add support for wxRibbonBar and related controls to...
tree
|
commitdiff
2012-10-23
Vadim Zeitlin
Add support for wxAuiNotebook to XRC.
tree
|
commitdiff
2012-10-23
Vadim Zeitlin
Refactor wxXRC to allow defining handlers outside of...
tree
|
commitdiff
2012-10-23
Vadim Zeitlin
Define WXDLLIMPEXP_FWD_RIBBON for consistency with...
tree
|
commitdiff
2012-10-23
Vadim Zeitlin
Add wxEvtHandler::CallAfter() for asynchronous method...
tree
|
commitdiff
2012-10-23
Vadim Zeitlin
Add wx/meta/removeref.h header defining wxRemoveRef...
tree
|
commitdiff
2012-10-22
Vadim Zeitlin
Fix border size computation in wxAuiTabArt.
tree
|
commitdiff
2012-10-21
Steve Lamerton
Explicitly unregister custom wxWebViewIE namespaces...
tree
|
commitdiff
2012-10-19
Vadim Zeitlin
Allow specifying all wxFlexGridSizer parameters in...
tree
|
commitdiff
2012-10-19
Vadim Zeitlin
Allow testing for existence of specific file types...
tree
|
commitdiff
2012-10-19
Vadim Zeitlin
Declare MeasuringGuard as friend in wxTextMeasureBase.
tree
|
commitdiff
2012-10-17
Vadim Zeitlin
Factor out text measurement from wxDC and wxWindow...
tree
|
commitdiff
2012-10-17
Vadim Zeitlin
Fix wxGrid editors background painting.
tree
|
commitdiff
2012-10-17
Paul Cornett
Disconnect all GTK signals referencing a wx object...
tree
|
commitdiff
2012-10-17
Vadim Zeitlin
Make wxFindReplaceData accessors const.
tree
|
commitdiff
2012-10-16
Vadim Zeitlin
Add wxEvent::GetEventUserData() and improve user data...
tree
|
commitdiff
2012-10-16
Vadim Zeitlin
Improve inotify()-based wxFileSystemWatcher to handle...
tree
|
commitdiff
2012-10-15
Vadim Zeitlin
Check for filespec when generating events in wxFileSyst...
tree
|
commitdiff
2012-10-15
Vadim Zeitlin
Add support for symlinks to wxFileName.
tree
|
commitdiff
2012-10-15
Vadim Zeitlin
Make wxFileSystemWatcher watch entries reference-counted.
tree
|
commitdiff
2012-10-15
Vadim Zeitlin
Improve handling of file spec in wxFileSystemWatcher...
tree
|
commitdiff
2012-10-14
Vadim Zeitlin
Make GetClippingBox() work for wxPrinterDC in wxGTK.
tree
|
commitdiff
2012-10-14
Vadim Zeitlin
Provide stand-in IDropTargetHelper definition to fix...
tree
|
commitdiff
2012-10-13
Vadim Zeitlin
Make TAB behaviour in wxGrid more configurable.
tree
|
commitdiff
2012-10-13
Vadim Zeitlin
Just correct the path in the header comment.
tree
|
commitdiff
2012-10-13
Vadim Zeitlin
Display system-provided drag images during drag-and...
tree
|
commitdiff
2012-10-13
Vadim Zeitlin
Freeze wxTreeCtrl in wxMSW by hiding it.
tree
|
commitdiff
2012-10-13
Vadim Zeitlin
Set wxTAB_TRAVERSAL for wxNavigationEnabled<> windows...
tree
|
commitdiff
2012-10-13
Vadim Zeitlin
Allow using windows that can't be focused with wxNaviga...
tree
|
commitdiff
2012-10-13
Vadim Zeitlin
Remove unused wxNavigationEnabled::AcceptFocus() method.
tree
|
commitdiff
2012-10-11
Vadim Zeitlin
Use "true" by default in wxGenericListCtrl::EnableBellO...
tree
|
commitdiff
2012-10-09
Vadim Zeitlin
Copy wxCommandEvent string explicitly in its copy ctor.
tree
|
commitdiff
2012-10-08
Vadim Zeitlin
Recreate GtkPrintOperation every time when printing...
tree
|
commitdiff
2012-10-08
Vadim Zeitlin
Improve wxAuiNotebook appearance when using some GTK...
tree
|
commitdiff
2012-10-07
Vadim Zeitlin
Implement incremental search in wxGenericListCtrl.
tree
|
commitdiff
2012-10-07
Vadim Zeitlin
Add a possibility to beep on no match to wxGenericTreeCtrl.
tree
|
commitdiff
2012-10-07
Vadim Zeitlin
Support some CSS styles for the links in wxHTML too.
tree
|
commitdiff
2012-10-04
Vadim Zeitlin
Add support for wxALWAYS_SHOW_SB style to wxScrolled<>.
tree
|
commitdiff
2012-10-04
Vadim Zeitlin
Add a setting for the disabled text colour to wxRibbon...
tree
|
commitdiff
2012-10-04
Vadim Zeitlin
Add a more convenient wxColour::MakeDisabled() overload.
tree
|
commitdiff
2012-10-04
Vadim Zeitlin
Add wxDateSpan::GetTotalMonths() method.
tree
|
commitdiff
2012-10-04
Paul Cornett
silence warnings about shadowed variables with GCC...
tree
|
commitdiff
2012-10-02
Paul Cornett
make more Init() functions private
tree
|
commitdiff
2012-10-01
Vadim Zeitlin
Add wxDateTime::DiffAsDateSpan().
tree
|
commitdiff
2012-09-30
Vadim Zeitlin
Added wxFile::ReadAll() for consistency with wxFFile...
tree
|
commitdiff
2012-09-30
Vadim Zeitlin
Reimplement wxTextEntry::DoSetValue() in wxStyledTextCtrl.
tree
|
commitdiff
2012-09-30
Vadim Zeitlin
Fix wxStyledTextCtrl::WriteText() to replace the selection.
tree
|
commitdiff
2012-09-30
Vadim Zeitlin
Add per-direction wxSocket wait flags and byte counters.
tree
|
commitdiff
2012-09-30
Vadim Zeitlin
Add support for background-color style to span element...
tree
|
commitdiff
2012-09-30
Vadim Zeitlin
Fix handling of spaces after <img> tag in wxHTML.
tree
|
commitdiff
2012-09-30
Vadim Zeitlin
No changes, just fix some typos in comments in wxXRC...
tree
|
commitdiff
2012-09-30
Vadim Zeitlin
Clear the search control automatically when it's "Cance...
tree
|
commitdiff
2012-09-30
Paul Cornett
make wxWindowGTK::Init() private, it is not meant to...
tree
|
commitdiff
2012-09-28
Vadim Zeitlin
Make wxHelpControllerBase::SetFrameParameters() title...
tree
|
commitdiff
2012-09-28
Vadim Zeitlin
Add "inherit" to <font> XRC tag.
tree
|
commitdiff
2012-09-28
Paul Cornett
Avoid unrealizing a frozen window
tree
|
commitdiff
2012-09-27
Vadim Zeitlin
Add two step creation to wxTextEntryDialog.
tree
|
commitdiff
2012-09-27
Vadim Zeitlin
Remove the now unnecessary wxRichTextCtrl::SelectAll().
tree
|
commitdiff
2012-09-26
Vadim Zeitlin
Merge "selected" and "active" child in wxAuiMDIParentFrame.
tree
|
commitdiff
2012-09-25
Stefan Csomor
adding constants for newer OSX versions to make sure...
tree
|
commitdiff
2012-09-23
Vadim Zeitlin
Improve SAFEARRAY support in wxMSW OLE Automation code.
tree
|
commitdiff
2012-09-23
Vadim Zeitlin
Correct best size computation for wxCheckBox with borde...
tree
|
commitdiff
2012-09-23
Vadim Zeitlin
Respect styles translated to WS_EX_XXX in wxMSW wxCheck...
tree
|
commitdiff
2012-09-20
Vadim Zeitlin
Add public (but not documented) wxCheckBox::MSWMakeOwne...
tree
|
commitdiff
2012-09-20
Vadim Zeitlin
Fix and enhance support for client data in wxRibbonButt...
tree
|
commitdiff
2012-09-20
Vadim Zeitlin
Add wxRibbonButtonBarEvent::GetButton().
tree
|
commitdiff
2012-09-20
Vadim Zeitlin
Add wxRibbonButtonBar::GetActiveItem() and GetHoveredIt...
tree
|
commitdiff
2012-09-20
Vadim Zeitlin
Add wxRibbonButtonBar::GetItem(), GetItemById() and...
tree
|
commitdiff
2012-09-20
Vadim Zeitlin
Make it possible to TAB-navigate among wxStaticBox...
tree
|
commitdiff
2012-09-20
Jouk Jansen
backport wxspinctrl::get/setbase form gtk ->gtk1
tree
|
commitdiff
next