projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
No changes, just remove duplicate flags checks in wxUniv wxTLW.
[wxWidgets.git]
/
src
/
common
/
2012-04-30
Václav Slavík
Fix destruction of wxDataViewCtrl's editor control.
tree
|
commitdiff
2012-04-29
Vadim Zeitlin
Work around the problem with not exiting event loop...
tree
|
commitdiff
2012-04-29
Vadim Zeitlin
Restore 2.8 stock labels for wxID_PREVIEW inadvertently...
tree
|
commitdiff
2012-04-28
Vadim Zeitlin
Fix crash in wxFileConfig when deleting last entry...
tree
|
commitdiff
2012-04-28
Vadim Zeitlin
Don't change wxTextEntry value if it didn't really...
tree
|
commitdiff
2012-04-28
Vadim Zeitlin
Don't block in wxEventLoopManual::Dispatch() if loop...
tree
|
commitdiff
2012-04-18
Vadim Zeitlin
Don't set focus to hidden window in wxSetFocusToChild().
tree
|
commitdiff
2012-04-17
Stefan Csomor
avoiding potential mismatch between true and expected...
tree
|
commitdiff
2012-04-16
Vadim Zeitlin
Fix type mismatch in wxLogTrace() call in wxSocket.
tree
|
commitdiff
2012-04-16
Vadim Zeitlin
Add wxFSInputStream providing stream interface to wxFil...
tree
|
commitdiff
2012-04-16
Vadim Zeitlin
Added wxWrapperInputStream class.
tree
|
commitdiff
2012-04-16
Vadim Zeitlin
Added wxAcceleratorEntry::ToRawString().
tree
|
commitdiff
2012-04-14
Vadim Zeitlin
Fix the check for wxUSE_DATETIME in wxGenericValidator...
tree
|
commitdiff
2012-04-08
Vadim Zeitlin
Compilation fixes for Cairo-based wxGraphicsContext...
tree
|
commitdiff
2012-04-05
Vadim Zeitlin
Reuse wxMenu::SendEvent() from wxFrameBase::ProcessComm...
tree
|
commitdiff
2012-04-05
Vadim Zeitlin
Use wxFrame::FindItemInMenuBar() in ProcessCommand().
tree
|
commitdiff
2012-04-05
Vadim Zeitlin
Remove support for MetroWerks CodeWarrior compiler.
tree
|
commitdiff
2012-03-30
Vadim Zeitlin
Return run-time zlib version from wxGetZlibVersionInfo().
tree
|
commitdiff
2012-03-29
Vadim Zeitlin
Remove nonsensical custom comparison code from wxDataVi...
tree
|
commitdiff
2012-03-29
Vadim Zeitlin
Restore the correct brush in wxGCDC::GradientFill(...
tree
|
commitdiff
2012-03-27
Vadim Zeitlin
Set wxTextAreaBase::m_filename in the methods of this...
tree
|
commitdiff
2012-03-27
Vadim Zeitlin
Added wxWindow::IsDescendant() helper.
tree
|
commitdiff
2012-03-25
Vadim Zeitlin
Return valid pointers from wxDateTime::ParseXXX() with...
tree
|
commitdiff
2012-03-25
Vadim Zeitlin
Fix bug with parsing time formats during DST periods.
tree
|
commitdiff
2012-03-22
Vadim Zeitlin
Use enum for wxMouseEvent::m_wheelAxis instead of int.
tree
|
commitdiff
2012-03-20
Vadim Zeitlin
Remove empty and unnecessary wxFontDialogBase destructor.
tree
|
commitdiff
2012-03-15
Vadim Zeitlin
Pass the original format to wxDataObjectSimple in wxDat...
tree
|
commitdiff
2012-03-13
Julian Smart
Don't scale 16x15 to 16x16 - fixes corruption of bookma...
tree
|
commitdiff
2012-03-10
Paul Cornett
remove unused parameter
tree
|
commitdiff
2012-03-09
Vadim Zeitlin
Check for iterator validity when parsing "%%" in wxDate...
tree
|
commitdiff
2012-03-09
Vadim Zeitlin
Check for end of string when parsing "%z" in wxDateTime...
tree
|
commitdiff
2012-03-08
Paul Cornett
adjust Blit destination rect if source rect is clipped
tree
|
commitdiff
2012-03-07
Vadim Zeitlin
Deprecate wxWindow::MakeModal().
tree
|
commitdiff
2012-03-05
Julian Smart
Restored correct RTTI for wxNotebook
tree
|
commitdiff
2012-03-05
Vadim Zeitlin
Override AdjustForParentClientOrigin() in wxNonOwnedWin...
tree
|
commitdiff
2012-03-04
Vadim Zeitlin
Use __WINDOWS__ for OS checks and __WXMSW__ for GUI...
tree
|
commitdiff
2012-03-04
Vadim Zeitlin
Use __WINDOWS__ for OS kind checks and reserve __WXMSW_...
tree
|
commitdiff
2012-03-04
Vadim Zeitlin
Fix assert when editing an item in multi-selection...
tree
|
commitdiff
2012-03-04
Vadim Zeitlin
Fix showing MDI child from wxDocManager::ActivateDocume...
tree
|
commitdiff
2012-02-29
Vadim Zeitlin
Replace incorrect uses of wxString::empty() with the...
tree
|
commitdiff
2012-02-26
Vadim Zeitlin
Add minimal support for building non-GUI parts of wxWid...
tree
|
commitdiff
2012-02-25
Vadim Zeitlin
Suppress harmless MSVC warnings about int to bool conve...
tree
|
commitdiff
2012-02-25
Vadim Zeitlin
Don't assert in wxLocale::IsAvailable() if language...
tree
|
commitdiff
2012-02-25
Vadim Zeitlin
Compare file inodes if possible in wxFileName::SameAs().
tree
|
commitdiff
2012-02-20
Vadim Zeitlin
Don't crash in wxImage::SaveFile() if MIME type is...
tree
|
commitdiff
2012-02-20
Vadim Zeitlin
Allow handling EVT_UPDATE_UI for wxID_UNDO/REDO at...
tree
|
commitdiff
2012-02-15
Vadim Zeitlin
Added wxFileName::Exists().
tree
|
commitdiff
2012-02-15
Vadim Zeitlin
Refactor wxFileName existence checking code.
tree
|
commitdiff
2012-02-11
Vadim Zeitlin
Implement wxBG_STYLE_TRANSPARENT support for wxGTK.
tree
|
commitdiff
2012-02-10
Vadim Zeitlin
Fix compilation ofr ports without native font info...
tree
|
commitdiff
2012-02-10
Vadim Zeitlin
Fix wxHash{Set,Map} compilation with g++ 4.7 in C+...
tree
|
commitdiff
2012-02-06
Vadim Zeitlin
Fix handling of positional parameters in wxPrintf(...
tree
|
commitdiff
2012-02-03
Vadim Zeitlin
Check string length correctly in wxFileSystem::URLToFil...
tree
|
commitdiff
2012-02-03
Vadim Zeitlin
Fix speed regression in wxFileHistory::AddFileToHistory().
tree
|
commitdiff
2012-01-31
Vadim Zeitlin
Set the file name for temporary wxFFile objects.
tree
|
commitdiff
2012-01-31
Vadim Zeitlin
Fix wxHTTP::SetPostBuffer() compilation in ANSI build.
tree
|
commitdiff
2012-01-30
Stefan Csomor
fixing the routing of UpdateUI to the window by just...
tree
|
commitdiff
2012-01-25
Vadim Zeitlin
Fix return value of wxMBConvUTF8::FromWChar().
tree
|
commitdiff
2012-01-25
Vadim Zeitlin
Update wxCommandProcessor after saving wxDocument.
tree
|
commitdiff
2012-01-25
Vadim Zeitlin
Fix wxCommandProcessor::IsDirty() result after undoing...
tree
|
commitdiff
2012-01-25
Vadim Zeitlin
Don't compare invalid iterators in wxCommandProcessor...
tree
|
commitdiff
2012-01-24
Vadim Zeitlin
Fix setting frame icon when using non-standard icon...
tree
|
commitdiff
2012-01-23
Vadim Zeitlin
Fix wxTextAttr::m_fontStrikethrough initialization.
tree
|
commitdiff
2012-01-23
Vadim Zeitlin
Add support for stricken-through fonts.
tree
|
commitdiff
2012-01-23
Vadim Zeitlin
Add wxFont ctor taking a single flags argument instead...
tree
|
commitdiff
2012-01-23
Vadim Zeitlin
Fix wxAffineMatrix2D::Translate() to multiply on the...
tree
|
commitdiff
2012-01-20
Vadim Zeitlin
Fix time zone in wxDateTime::UNow().
tree
|
commitdiff
2012-01-20
Dimitri Schoolwerth
Removed ellipsis from "About..." occurrences.
tree
|
commitdiff
2012-01-20
Vadim Zeitlin
Add SetPostBuffer(wxMemoryBuffer) and SetPostText(...
tree
|
commitdiff
2012-01-18
Vadim Zeitlin
Avoid needless second string conversion when adding...
tree
|
commitdiff
2012-01-17
Václav Slavík
Replace wxDataViewCtrl::StartEditor() with EditItem().
tree
|
commitdiff
2012-01-15
Vadim Zeitlin
Remove wxMGL port.
tree
|
commitdiff
2012-01-15
Vadim Zeitlin
Remove Palm OS port.
tree
|
commitdiff
2012-01-14
Václav Slavík
Make column width calculations in wxDataViewCtrl and...
tree
|
commitdiff
2012-01-13
Vadim Zeitlin
Call tzset() for all compilers before using time zone...
tree
|
commitdiff
2012-01-10
Vadim Zeitlin
Use wxAbort() instead of abort() to fix Windows CE...
tree
|
commitdiff
2012-01-10
Vadim Zeitlin
Added wxAbort() which can also be used under Windows CE.
tree
|
commitdiff
2012-01-09
Vadim Zeitlin
Use wxT() instead of _T() in XTI code.
tree
|
commitdiff
2012-01-09
Dimitri Schoolwerth
no code changes, fixed some typos
tree
|
commitdiff
2012-01-07
Vadim Zeitlin
Add support for wxLIST_AUTOSIZE_USEHEADER to InsertColu...
tree
|
commitdiff
2012-01-07
Vadim Zeitlin
Add convenient wxListCtrl::AppendColumn() wrapper.
tree
|
commitdiff
2012-01-07
Vadim Zeitlin
Implement best size calculation for report mode wxListCtrl.
tree
|
commitdiff
2012-01-05
Vadim Zeitlin
Implement support for "%z" in wxDateTime::Format()...
tree
|
commitdiff
2011-12-29
Vadim Zeitlin
Allow using '(' and ')' in wxFileConfig entry names...
tree
|
commitdiff
2011-12-29
Vadim Zeitlin
Don't send idle events to the windows about to be destr...
tree
|
commitdiff
2011-12-28
Vadim Zeitlin
Add standard art providers at the bottom of the art...
tree
|
commitdiff
2011-12-28
Vadim Zeitlin
Use best controller size in wxBookCtrl best size calcul...
tree
|
commitdiff
2011-12-28
Vadim Zeitlin
Use memmove() instead of memcpy() in wxString::AssignCo...
tree
|
commitdiff
2011-12-27
Vadim Zeitlin
Don't use deprecated wxArtProvider::Insert().
tree
|
commitdiff
2011-12-22
Vadim Zeitlin
Fix wxLogFormatter compilation under MSW.
tree
|
commitdiff
2011-12-22
Vadim Zeitlin
Add wxLogFormatter to allow easier wxLog output customi...
tree
|
commitdiff
2011-12-19
Vadim Zeitlin
Add possibility to set item background in generic wxDat...
tree
|
commitdiff
2011-12-17
Dimitri Schoolwerth
Fixed unreferenced parameter warning.
tree
|
commitdiff
2011-12-15
Vadim Zeitlin
Compilation fix for wxStopWatch with wxUSE_THREADS==0.
tree
|
commitdiff
2011-12-14
Václav Slavík
Remove unnecessary m_editorCtrl assignment.
tree
|
commitdiff
2011-12-14
Václav Slavík
Close wxDataViewCtrl inline editor when destroying...
tree
|
commitdiff
2011-12-12
Vadim Zeitlin
Remove the item before notifying about it in wxDataView...
tree
|
commitdiff
2011-12-12
Vadim Zeitlin
Always give error message when file-related functions...
tree
|
commitdiff
2011-12-11
Paul Cornett
don't include files which may not exist in source relea...
tree
|
commitdiff
2011-12-09
Stefan Csomor
avoid accepting an invalid color, ignore it, as other...
tree
|
commitdiff
next