projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
deTABified; removed unused variable provoking a gcc warning
[wxWidgets.git]
/
src
/
common
/
2005-08-06
Vadim Zeitlin
set m_error correctly (patch 1249848)
tree
|
commitdiff
2005-08-06
Vadim Zeitlin
recognize 0/1 as false/true in string->bool conversion...
tree
|
commitdiff
2005-08-04
Vadim Zeitlin
use ifdef, not if, to test for HAVE_WCSRTOMBS
tree
|
commitdiff
2005-08-04
Vadim Zeitlin
corrected test for HAVE_FSYNC: ifdef, not if
tree
|
commitdiff
2005-08-04
Vadim Zeitlin
configure defines HAVE_FSYNC, not wxHAVE_FSYNC
tree
|
commitdiff
2005-08-04
Vadim Zeitlin
wxNEED_STRDUP was wrong tested with #if instead of...
tree
|
commitdiff
2005-08-03
Vadim Zeitlin
no need to check dbghelp DLL initialization in GetAsser...
tree
|
commitdiff
2005-08-03
Michael Wetherell
Fix deletes that should be delete[]
tree
|
commitdiff
2005-07-31
Mattia Barbon
Use accessors for wxObject members.
tree
|
commitdiff
2005-07-30
Julian Smart
assert -> wxASSERT
tree
|
commitdiff
2005-07-29
Vadim Zeitlin
use ReadLine() instead of GetLine() which sometimes...
tree
|
commitdiff
2005-07-29
Vadim Zeitlin
don't crash in Get() if there is no wxApp (closes 1236514)
tree
|
commitdiff
2005-07-28
Vadim Zeitlin
many improvements/bug fixes to media control: new wxEVT...
tree
|
commitdiff
2005-07-28
Vadim Zeitlin
added wxImage::RotateHue() and RGB <-> HSV conversions...
tree
|
commitdiff
2005-07-28
Vadim Zeitlin
Ctrl+mouse wheel changes zoom factor in print preview...
tree
|
commitdiff
2005-07-28
Vadim Zeitlin
moved wxURL::ConvertToValidURI() and other methods...
tree
|
commitdiff
2005-07-28
Vadim Zeitlin
fix for wxLongLong division test (patch 1233771)
tree
|
commitdiff
2005-07-28
Vadim Zeitlin
added wxZipFSHandler::Cleanup() (modified patch 1213615)
tree
|
commitdiff
2005-07-26
Włodzimierz Skiba
Corrections for future OW 1.4. Warning fixes.
tree
|
commitdiff
2005-07-24
Stefan Csomor
OSX two-level header fixes
tree
|
commitdiff
2005-07-24
Stefan Csomor
OSX two-level header fixes
tree
|
commitdiff
2005-07-22
Włodzimierz Skiba
[1231183] 'cleanup: mismatched indentation' and other...
tree
|
commitdiff
2005-07-22
Włodzimierz Skiba
[1242443] wxUSE_UNICODE fix for wxLaunchDefaultBrowser.
tree
|
commitdiff
2005-07-21
Włodzimierz Skiba
wxOS2 with Open Watcom: correct PCH usage, missing...
tree
|
commitdiff
2005-07-17
Michael Wetherell
Add test that wxABI_VERSION is not set when compiling...
tree
|
commitdiff
2005-07-17
Kevin Hock
Added null checks to wxTextObjectData::GetDataHere...
tree
|
commitdiff
2005-07-16
Vadim Zeitlin
handle '&' in the names of the files in the history...
tree
|
commitdiff
2005-07-14
Vadim Zeitlin
use wxLogError() instead of wxMessageBox in wxDocument...
tree
|
commitdiff
2005-07-14
Vadim Zeitlin
set m_lasterror if the file couldn't be opened in wxFil...
tree
|
commitdiff
2005-07-14
Vadim Zeitlin
fixes for s.Printf(s) crashes
tree
|
commitdiff
2005-07-08
Václav Slavík
minor clarification of broken build cases
tree
|
commitdiff
2005-07-05
Vadim Zeitlin
fixed (harmless) assert triggered by renaming the first...
tree
|
commitdiff
2005-07-04
Włodzimierz Skiba
Visible wxMessageOutputDebug instance.
tree
|
commitdiff
2005-07-04
Włodzimierz Skiba
Prevent crash in wxString::Mid under STL builds (fixes...
tree
|
commitdiff
2005-07-02
Michael Wetherell
Revert check on wxABI_VERSION since it doesn't work...
tree
|
commitdiff
2005-07-02
Vadim Zeitlin
added include wx/toolbar.h neededfor mingw32 compilation
tree
|
commitdiff
2005-07-01
Włodzimierz Skiba
Global platform header (<PalmOS.h>) removed from public...
tree
|
commitdiff
2005-07-01
Vadim Zeitlin
fixed bug with HasGroup() creating groups as side effect
tree
|
commitdiff
2005-06-30
Włodzimierz Skiba
Helpers in disabling warnings for unused params.
tree
|
commitdiff
2005-06-30
Michael Wetherell
Add wxABI_VERSION
tree
|
commitdiff
2005-06-30
Michael Wetherell
Make wxEVT_SCROLL_ENDSCROLL a #define in event.h so...
tree
|
commitdiff
2005-06-26
Robert Roebling
Revert Ron's removal of the reserved functions.
tree
|
commitdiff
2005-06-25
Vadim Zeitlin
readded wxEVT_SCROLL_ENDSCROLL symbol back to the libra...
tree
|
commitdiff
2005-06-24
Ron Lee
Put a humane end to the pathetic flailing over whether...
tree
|
commitdiff
2005-06-24
Vadim Zeitlin
at least not crash in case of TIFF warnings/errors...
tree
|
commitdiff
2005-06-24
Vadim Zeitlin
use wxVLogWarning in TIFFwxWarningHandler() instead...
tree
|
commitdiff
2005-06-21
Václav Slavík
rolled back exceptions handling patch, it relied on...
tree
|
commitdiff
2005-06-20
Václav Slavík
changed exceptions handling to work under wxGTK
tree
|
commitdiff
2005-06-19
Vadim Zeitlin
reimplemented wxFileModificationTime() for CE without...
tree
|
commitdiff
2005-06-17
Vadim Zeitlin
don't assert if kind == Item_None in wxSizerItem::IsSho...
tree
|
commitdiff
2005-06-17
Vadim Zeitlin
don't show wxLogDebug during app startup output in...
tree
|
commitdiff
2005-06-17
Włodzimierz Skiba
Patch #1222244: Fixes for bug #1212853 with unit test.
tree
|
commitdiff
2005-06-16
Dimitri Schoolwerth
added Thai/CP874 support for MSW
tree
|
commitdiff
2005-06-15
Vadim Zeitlin
WinCE compilation fixes
tree
|
commitdiff
2005-06-13
Włodzimierz Skiba
'[1219035] cleanup: miscellaneous' and minor source...
tree
|
commitdiff
2005-06-10
Włodzimierz Skiba
Allow MSW Base be usable in other ports than wxMSW...
tree
|
commitdiff
2005-06-10
Michael Wetherell
Declare gtk_icon_size_lookup if it is missing from...
tree
|
commitdiff
2005-06-09
Vadim Zeitlin
added explicit casts for (varagr) TIFFSetField() parameters
tree
|
commitdiff
2005-06-08
Stefan Csomor
UniChar being platform endian
tree
|
commitdiff
2005-06-08
Włodzimierz Skiba
Second part of '[ 1216148 ] cleanup: unused variables...
tree
|
commitdiff
2005-06-07
Włodzimierz Skiba
First part of '[ 1216148 ] cleanup: unused variables...
tree
|
commitdiff
2005-06-07
Włodzimierz Skiba
Reuse wxTempFile and wxFile in wxConcatFiles.
tree
|
commitdiff
2005-06-07
Vadim Zeitlin
don't create (and leak) wxLogStderr in wxEntryReal...
tree
|
commitdiff
2005-06-07
Włodzimierz Skiba
wxPalmOS build fix.
tree
|
commitdiff
2005-06-07
Włodzimierz Skiba
Missing include.
tree
|
commitdiff
2005-06-07
Vadim Zeitlin
fix for fixing of escape sequences (patch 1213416)
tree
|
commitdiff
2005-06-07
Włodzimierz Skiba
Missing include.
tree
|
commitdiff
2005-06-07
Vadim Zeitlin
use stderr in wxMessageOutputBest::Printf() even under...
tree
|
commitdiff
2005-06-07
Vadim Zeitlin
don't do anything in wxLogBuffer::Flush() if there...
tree
|
commitdiff
2005-06-07
Włodzimierz Skiba
Missing include.
tree
|
commitdiff
2005-06-06
Vadim Zeitlin
generate an error message when a module initialization...
tree
|
commitdiff
2005-06-06
Vadim Zeitlin
use wxLogBuffer to ensure that we don't lose error...
tree
|
commitdiff
2005-06-06
Vadim Zeitlin
added wxLogBuffer which collects all log messages in...
tree
|
commitdiff
2005-06-06
Vadim Zeitlin
added wxMessageOutputBest which tries to show the messa...
tree
|
commitdiff
2005-06-06
Vadim Zeitlin
don't crash if FormatMessage() fails in wxSysErrorMsg()
tree
|
commitdiff
2005-06-06
Włodzimierz Skiba
Source cleaning inspired by and included in patch ...
tree
|
commitdiff
2005-06-04
Robin Dunn
DeleteEntry should SetDirty when any entry is removed...
tree
|
commitdiff
2005-06-02
Vadim Zeitlin
removed duplicate wx/msw/debughlp.h include
tree
|
commitdiff
2005-06-02
Julian Smart
Compile fix
tree
|
commitdiff
2005-06-02
Michael Wetherell
Work around mingw/cygwin bug 1046059
tree
|
commitdiff
2005-06-02
Robin Dunn
Compile fix for when wxUSE_STACKWALKER == 0
tree
|
commitdiff
2005-06-02
Robin Dunn
Fixed compile error on non-MSW platforms
tree
|
commitdiff
2005-06-01
Vadim Zeitlin
renamed wxEVT_SCROLL_ENDSCROLL to wxEVT_SCROLL_CHANGED
tree
|
commitdiff
2005-06-01
Vadim Zeitlin
don't try to show stack trace in assert msg box unless...
tree
|
commitdiff
2005-05-31
Julian Smart
Typo correction patch [ 1208110 ] Lots of typo corrections
tree
|
commitdiff
2005-05-30
Robin Dunn
Blind fix for bug #1209944, wxFileConfig constructor...
tree
|
commitdiff
2005-05-30
Julian Smart
WinCE doesn't declare DeleteFile at the point wxRemove...
tree
|
commitdiff
2005-05-30
Julian Smart
Applied patch to fix silly filenames in CreateTempFileName
tree
|
commitdiff
2005-05-26
Robin Dunn
Some tweaks to the temporary art images, added wxART_NEW
tree
|
commitdiff
2005-05-25
Robin Dunn
delete_ --> delete
tree
|
commitdiff
2005-05-25
Michael Wetherell
No wxGetOSFHandle for Wine
tree
|
commitdiff
2005-05-25
Vadim Zeitlin
if we return GetSize() from DoGetBestSize(), remember...
tree
|
commitdiff
2005-05-24
Robin Dunn
Some placeholder images to use until we get those that...
tree
|
commitdiff
2005-05-22
Vadim Zeitlin
allow SQLDriverConnect() to open the dialog asking...
tree
|
commitdiff
2005-05-22
Julian Smart
Applied patch [ 1183803 ] PNM: support for ascii grey...
tree
|
commitdiff
2005-05-22
Julian Smart
Applied patch [ 1192914 ] Null pointers in wxSocketBase...
tree
|
commitdiff
2005-05-22
Julian Smart
WinCE fixes
tree
|
commitdiff
2005-05-22
Julian Smart
Fix to preserve alpha channel in Rotate90
tree
|
commitdiff
2005-05-22
Julian Smart
Applied patch [ 1202417 ] Make wxLaunchDefaultBrowser...
tree
|
commitdiff
2005-05-21
Julian Smart
Applied patch [ 1204548 ] Add Get and SetVolume to...
tree
|
commitdiff
next