projects
/
wxWidgets.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
wxWidgets.git
2012-02-07
Vadim Zeitlin
Avoid CRT deprecation warnings for MSVC build using...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Vadim Zeitlin
Rebake all project files to reflect MSVC deprecation...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Stefan Csomor
forwarding mouse moved events to the view under the...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Vadim Zeitlin
Fix wxAboutDialogInfo::GetName() return type in the...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Vadim Zeitlin
Fix infinite loop in wxHtmlEasyPrinting page break...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Vadim Zeitlin
No real changes, just pass const wxArrayInt to wxHtmlCe...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-07
Jouk Jansen
Update setup for OpenVMS to make wxX11 work again
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Vadim Zeitlin
Return NULL from wxAuiNotebook::GetCurrentPage() if...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Vadim Zeitlin
Fix typo in an event type constant in wxTreeListCtrl...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-06
Vadim Zeitlin
Fix handling of positional parameters in wxPrintf(...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-05
Stefan Neis
Reverted bogus fix for bogus bug report #13402.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-05
Stefan Neis
Mark unused parameter as such, fixes #13402.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-05
Paul Cornett
remove code ifdef-ed on __X__, it is never defined...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-05
Vadim Zeitlin
Don't set PAGESETUPDLG::hDevNames and hDevMode when...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-05
Vadim Zeitlin
Fix huge performance problem in wxStdInputStream when...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-05
Vadim Zeitlin
Take void** client data in wxSingleChoiceDialog ctor...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-05
Vadim Zeitlin
Preserve focus when window is minimized and restored...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-05
Vadim Zeitlin
Ensure that the progress dialog parent is activated...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-05
Vadim Zeitlin
No changes, just implement Raise() in wxTopLevelWindow...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-05
Vadim Zeitlin
Fix initial state of radio toolbar tools in wxGTK.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-05
Vadim Zeitlin
Never refresh controls from EVT_PAINT handler in wxProp...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-04
Vadim Zeitlin
Fix the URL generated by Doxygen @sampledir macro.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-04
Vadim Zeitlin
Document wxNO_3D as being obsolete.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Vadim Zeitlin
Fix typo in EVT_TREE_END_LABEL_EDIT documentation.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Vadim Zeitlin
Check string length correctly in wxFileSystem::URLToFil...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Vadim Zeitlin
Enable callbacks for wxFileSystemWatcher FD under OS X.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Vadim Zeitlin
Fix speed regression in wxFileHistory::AddFileToHistory().
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Vadim Zeitlin
Turkish translations update from Kaya Zeren.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Vadim Zeitlin
Fix the type of global font constants in the documentation.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-03
Vadim Zeitlin
Fix bug with mouse wheel scrolling wxStyledTextCtrl...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Steve Lamerton
Disable navigation sounds in wxWebViewIE. This brings...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Vadim Zeitlin
Fix initial wxRadioBox buttons positions in wxMSW.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Vadim Zeitlin
Add wxFontDialog ctor not taking wxFontData to wxOSX.
commit
|
commitdiff
|
tree
|
snapshot
2012-02-02
Vadim Zeitlin
Fix wxDataViewCtrl::GetItemRect() signature in wxOSX...
commit
|
commitdiff
|
tree
|
snapshot
2012-02-01
Stefan Csomor
should not bring to front upon focussing
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Vadim Zeitlin
Remove duplicate wxPoint2DInt operator declarations.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Vadim Zeitlin
Set the file name for temporary wxFFile objects.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Vadim Zeitlin
Document wxFFile::GetName().
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Paul Cornett
remove virtual override that just calls base
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Paul Cornett
implement wxGetMousePosition without using X-specific...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Stefan Csomor
guarding Update() on OSX not to be issued faster than...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Stefan Csomor
revert to using Update()
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Stefan Csomor
reenabling an Update where necessary
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Vadim Zeitlin
Fix wxHTTP::SetPostBuffer() compilation in ANSI build.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Vadim Zeitlin
Don't document wxVector<>::reverse_iterator.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Vadim Zeitlin
Remove dummy Lithuanian translations.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-31
Paul Cornett
handle theme change which changes window border width
commit
|
commitdiff
|
tree
|
snapshot
2012-01-30
Stefan Csomor
attempt to isolate which Update() calls are necessary...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-30
Stefan Csomor
always setting the event object to the menu, see #1595
commit
|
commitdiff
|
tree
|
snapshot
2012-01-30
Stefan Csomor
fixing the routing of UpdateUI to the window by just...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-29
Paul Cornett
move SetPangoAttrsForFont to wxFont, should have been...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-29
Paul Cornett
use GTKSetPangoAttrs in wxCairoContext
commit
|
commitdiff
|
tree
|
snapshot
2012-01-29
Paul Cornett
move Pango underline workaround into wxFont::GTKSetPang...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-29
Paul Cornett
move SetPangoAttrsForFont to wxFont
commit
|
commitdiff
|
tree
|
snapshot
2012-01-28
Stefan Csomor
use translatable strings as format template for menu...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-28
Stefan Csomor
adding OSX to the platforms which do the ui update...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-25
Julian Smart
Added further API for intercepting deletion and content...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-25
Stefan Csomor
structure code to Cocoa's possibilities, allows tool...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-25
Bryan Petty
Added more conveniently placed 'List of All Members...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-25
Vadim Zeitlin
Fix return value of wxMBConvUTF8::FromWChar().
commit
|
commitdiff
|
tree
|
snapshot
2012-01-25
Vadim Zeitlin
Update wxCommandProcessor after saving wxDocument.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-25
Vadim Zeitlin
Fix wxCommandProcessor::IsDirty() result after undoing...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-25
Vadim Zeitlin
Don't compare invalid iterators in wxCommandProcessor...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-25
Vadim Zeitlin
Forward declare wxFont in wx/gtk/private.h.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-25
Vadim Zeitlin
Minor fixes to wxDataViewCtrl::HitTest() in wxGTK.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-25
Vadim Zeitlin
Set the initial size of the expanded ribbon panel corre...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-24
Vadim Zeitlin
Fix setting frame icon when using non-standard icon...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-24
Vadim Zeitlin
Append all items at once during wxChoice creation in...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-24
Paul Cornett
add strike-through font support to wxGraphicsContext...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Stefan Csomor
adding missing stubs
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Vadim Zeitlin
Add unit test verifying compilation of various wxFont...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Vadim Zeitlin
Fix wxButtonToolBar compilation after adding new wxFont...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Vadim Zeitlin
Add a property to configure file property dialog kind.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Vadim Zeitlin
Fix wxTextAttr::m_fontStrikethrough initialization.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Vadim Zeitlin
Implement support for stricken-through fonts in markup...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Vadim Zeitlin
Add support for stricken-through fonts.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Vadim Zeitlin
Add wxFont ctor taking a single flags argument instead...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Vadim Zeitlin
Fix wxAffineMatrix2D::Translate() to multiply on the...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Vadim Zeitlin
Fix incorrect scroll positions used in SetScrollbars().
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Vadim Zeitlin
Add check for wxFileCtrl dependency on wxDateTime to...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Vadim Zeitlin
Fix incorrect cast resulting in a warning in wxMSW...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Vadim Zeitlin
Avoid warnings about mismatched format string in wxMSW...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Vadim Zeitlin
Update OS X toolkit names list in wxwin.m4.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-23
Stefan Csomor
using existing member
commit
|
commitdiff
|
tree
|
snapshot
2012-01-22
Stefan Neis
Fixed typo in variable name, fixing #13872.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-22
Vadim Zeitlin
Added a simple benchmark of wxLogDebug() and wxLogTrace().
commit
|
commitdiff
|
tree
|
snapshot
2012-01-22
Vadim Zeitlin
Create wxStaticText with correct label directly in...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Vadim Zeitlin
Fix reparenting generic wxSpinCtrl.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Dimitri Schoolwerth
deleted CodeWarrior project files
commit
|
commitdiff
|
tree
|
snapshot
2012-01-21
Dimitri Schoolwerth
Fixed mismatch in amount of format specifiers in Japane...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Vadim Zeitlin
Update the message catalog charset expected by the...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Vadim Zeitlin
Fix time zone in wxDateTime::UNow().
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Vadim Zeitlin
Ensure wxCharTypeBuffer data is NUL-terminated after...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Vadim Zeitlin
Fix documentation of wxConfig::Read(float*) overload.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Vadim Zeitlin
Add error checking when retrieving client data from...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Vadim Zeitlin
Check that an error really occurred when getting wxChoi...
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Vadim Zeitlin
Destroy modeless wxGenericAboutDialog when it is closed.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Dimitri Schoolwerth
Removed ellipsis from "About..." occurrences.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Dimitri Schoolwerth
Changed .po files to use UTF-8 charset.
commit
|
commitdiff
|
tree
|
snapshot
2012-01-20
Vadim Zeitlin
Reset next wxMenu event handler in wxUniv when detachin...
commit
|
commitdiff
|
tree
|
snapshot
next