projects
/
wxWidgets.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wxWidgets.git
2013-09-30
Vadim Zeitlin
MinGW-w64 provides isfinite() in both 32 and 64 bit...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Vadim Zeitlin
Define __MINGW64_TOOLCHAIN__ and __MINGW32_TOOLCHAIN__...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Vadim Zeitlin
Polish translations update from Grzegorz Zlotowicz.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Vadim Zeitlin
Fix problem with COMDLG_FILTERSPEC declaration with...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Vadim Zeitlin
Don't check for tr1/type_traits in configure if type_tr...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Vadim Zeitlin
Avoid using wxHtmlTag::HasParam() unnecessarily.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Vadim Zeitlin
Store HTML "id" parameter value in wxHtmlCell.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Vadim Zeitlin
Add wxHtmlTag::GetParamAsString() convenience method.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Vadim Zeitlin
No changes, just use "@since 3.0" consistently in the...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Vadim Zeitlin
Brazilian Portuguese translations update from Felipe.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Vadim Zeitlin
Chinese translations update from Jiawei Huang.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Václav Slavík
Compilation fix for !wxUSE_OWNER_DRAWN.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Julian Smart
Applied #15226 with modifications: wxRichTextCtrl:...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Julian Smart
Don't redraw borders for cells that are hidden - fixes...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Julian Smart
Added wxRichTextTableBlock class to help with table...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Julian Smart
Fixed capitalisation
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Julian Smart
Applied patch #15540: wxRichTextTable: crashes due...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Julian Smart
Applied #15539: wxRichTextCtrl: demonstrate adding...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Julian Smart
wxRTC: save and load the 'shown' status in case there...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-27
Julian Smart
wxRTC: fixed guidelines overwriting adjacent cell borde...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Václav Slavík
Misc XRC format docs corrections.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Václav Slavík
XRC: make wxStaticText's wrap property a dimension.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Václav Slavík
XRC: make wxSplitterWindow's sashpos and minpanesize...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Julian Smart
Corrected disabling of controls in cell editor.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Stefan Csomor
always use hw-accel, fixes #15536, applied with thanks
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Julian Smart
Added wxRichTextAction::SetOldAndNewObjects for clarity...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Paul Cornett
avoid calling GetDefaultSize() twice
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Julian Smart
Make wxRichTextRectArray usable by other parts of wxRTC
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Julian Smart
Partial fix for #15196: wxRichTextCell caret issues...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-22
Julian Smart
Allow absent checkbox when transferring dimension data
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Václav Slavík
Make public headers compatible with Objective-C++ with...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Václav Slavík
Revert "using #ifdef wxABORT_ON_CONFIG_ERROR not just...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Václav Slavík
Add virtual ~wxAnyScrollHelperBase() to fix compiler...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Václav Slavík
Fix wxOSX warnings about int-to-void* casts.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Václav Slavík
Set missing Language: headers in PO files.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-21
Václav Slavík
Standardize Project-Id-Version in PO files.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Václav Slavík
Try loading even English translations if provided.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Paul Cornett
fix vertical mouse wheel event rotation value, sign...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Julian Smart
Added setters for table row and column count
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Jouk Jansen
Update OpenVMS makefile
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Julian Smart
The alignment controls are now left-aligned if the...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Julian Smart
Corrections to border placement
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Julian Smart
Second part of #15224 fix: AddRows, AddColumns (dghart)
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Julian Smart
Fix for #15224: wxRichTextTable: Setting a cell's text...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Julian Smart
Fix for #15520: wxRichTextCtrl: Drawing the selection...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Paul Cornett
fix building with WXWIN_COMPATIBILITY_2_8 == 0
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Paul Cornett
fix wxSystemSettings::GetColour() for wxGTK3
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Vadim Zeitlin
Add missing c_str() call to fix wxGTK ANSI+STL build.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Vadim Zeitlin
Use std::isfinite() for wxFinite() for C++11 compilers.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Václav Slavík
Add wxTranslations::GetTranslatedString().
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Václav Slavík
Remove unused wxLocale::GetUntranslatedString().
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Václav Slavík
Deallocate wxThreadSpecificInfo when wxThread ends.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Václav Slavík
Make _() and friends safe to call from any thread.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Václav Slavík
Make storing non-trivial data in wxThreadSpecificInfo...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Steve Lamerton
Update vc10 build file versions to 3.0.0.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Julian Smart
Ensure that the overall table border doesn't get overdr...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Vadim Zeitlin
Fix badly translated wildcard string in German message...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Vadim Zeitlin
More German translations updates from Sebastian Walderich.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Vadim Zeitlin
Fix assorted typos in comments and other non-code.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Vadim Zeitlin
Use mask when drawing bitmaps in generic wxDataViewCtrl.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Vadim Zeitlin
Add wxDataViewRendererBase::GetEffectiveAlignment(...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-16
Paul Cornett
remove executable property from non-executable files...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-16
Václav Slavík
Fix wrong type information for {v,h}gap in XRC format...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Vadim Zeitlin
Revert "Make wxMSW stack walking methods work with...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Vadim Zeitlin
Add code showing stereo support to the OpenGL cube...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Vadim Zeitlin
Show full screen windows with WS_POPUP style in wxMSW.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Vadim Zeitlin
Make wxMSW stack walking methods work with Unicode...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Vadim Zeitlin
Disable handling of wxEVT_MOUSEWHEEL in wxVarScrollHelp...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Vadim Zeitlin
Make default keyboard handling available in wxVarScroll...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Vadim Zeitlin
Propagate the event handling fixes to wxVarScrollHelper...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Vadim Zeitlin
Add wxAnyScrollHelperBase to reduce code duplication...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Vadim Zeitlin
Use wxGetTranslation() instead of _() in the public...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Vadim Zeitlin
Fix flickering of wxStaticBox background in wxMSW.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Vadim Zeitlin
Don't crash when laying out wxGridBagSizer with only...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Vadim Zeitlin
Mention that wxSizer::Clear() always deletes child...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Vadim Zeitlin
Improve composite flags handling in the property grid...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-14
Julian Smart
Workaround for #15404: wxRichTextCtrl: caret does not...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-14
Paul Cornett
add support for GDK_SCROLL_SMOOTH mouse wheel event...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-14
Paul Cornett
use native lines/columns per action for mouse wheel...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Steve Lamerton
Handle WebKitWebView create-web-view.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Vadim Zeitlin
German translations update from Sebastian Walderich.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Vadim Zeitlin
Another Tamil translations update from Dinakar T.D.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Vadim Zeitlin
Polish translations update from Grzegorz Zlotowicz.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Vadim Zeitlin
Handle non-ASCII output from lsb_release in wxGetLinuxD...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Vadim Zeitlin
Don't reset m_fp if wxFFile::Open() fails.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Vadim Zeitlin
Return the old file descriptor/pointer from wx(F)File...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Robin Dunn
Add missing Calc*Exposed methods
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Václav Slavík
Don't lie about wxImageList in XRC format spec.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Václav Slavík
Minor corrections to XRC format description.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Václav Slavík
Fix incorrect XRC format docs for wxMenu(Bar)'s "style...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Václav Slavík
Better name for wxXmlResource::GetDirection() argument.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Václav Slavík
Fix needlessly convoluted test in wxXmlResourceHandlerI...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Vadim Zeitlin
Fix another crash when conversion fails in Unix PostScr...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Vadim Zeitlin
Tamil translations update from Dinakar T.D.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Vadim Zeitlin
Turkish translations update from Çağrı Doğan.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Steve Lamerton
Fix stc doxygen warnings and regen stc files.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Steve Lamerton
Fix doxygen warnings.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Vadim Zeitlin
Change version to 3.0.0.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Vadim Zeitlin
Fix wrong in wxListCtrl::SetItemColumnImage() in r74716.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Vadim Zeitlin
Fix configure on GNU Hurd.
commit
|
commitdiff
|
tree
|
snapshot
next