projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Fix for probably rare but potential refcount leak.
[wxWidgets.git]
/
src
/
common
/
2004-07-25
Vadim Zeitlin
reverted previous patch applied by mistake
tree
|
commitdiff
2004-07-25
Vadim Zeitlin
use wxWindowDisabler instead of ShowModal() for showing...
tree
|
commitdiff
2004-07-25
Vadim Zeitlin
replaced my recent GSocket_SetReuseAddr() addition...
tree
|
commitdiff
2004-07-25
Dimitri Schoolwerth
added shortcut functions AddSpacer and AddStretchSpacer...
tree
|
commitdiff
2004-07-25
Vadim Zeitlin
corrected assert in wxSocket::Initialize()
tree
|
commitdiff
2004-07-25
Vadim Zeitlin
added status bar fields styles support (patch 988292)
tree
|
commitdiff
2004-07-25
Vadim Zeitlin
fixed flushing of secondary log target in wxLogChain...
tree
|
commitdiff
2004-07-25
Vadim Zeitlin
compilation fix for a patch which didn't compile...
tree
|
commitdiff
2004-07-25
Vadim Zeitlin
added DoCreate/Load/SaveDocument() (patches 983570...
tree
|
commitdiff
2004-07-25
Vadim Zeitlin
added GetHeaderValue() (patch 974427)
tree
|
commitdiff
2004-07-25
Vadim Zeitlin
corrected Center() for cases when client display rect...
tree
|
commitdiff
2004-07-25
Vadim Zeitlin
added and documented SplitVolume() and GetPathTerminato...
tree
|
commitdiff
2004-07-25
Vadim Zeitlin
documented how to use sockets in non-main thread (patch...
tree
|
commitdiff
2004-07-25
Vadim Zeitlin
basic UDP support (patch 835128)
tree
|
commitdiff
2004-07-23
Vadim Zeitlin
implemented HitTest() for GTK2; test it in the sample
tree
|
commitdiff
2004-07-23
Václav Slavík
reverted JS' rev. 1.27 - the real fix was 1.28, disabli...
tree
|
commitdiff
2004-07-23
Włodzimierz Skiba
wxUSE_STL/wxArrayString fixes.
tree
|
commitdiff
2004-07-22
Mattia Barbon
Added compatibility functions for wxUSE_STL = 1:
tree
|
commitdiff
2004-07-22
Włodzimierz Skiba
Alternate form of condition readable for Borland compiler.
tree
|
commitdiff
2004-07-21
Robin Dunn
Fixed incorrect ratio initialization
tree
|
commitdiff
2004-07-20
Vadim Zeitlin
don't waste time initializing the memory of newly creat...
tree
|
commitdiff
2004-07-20
Vadim Zeitlin
compilation warning about printf type mismatch
tree
|
commitdiff
2004-07-20
Vadim Zeitlin
AddFile(wxImage&) -> AddFile(const wxImage&)
tree
|
commitdiff
2004-07-20
Vadim Zeitlin
fix for opening files with VC++ 8 (closes bug 994337)
tree
|
commitdiff
2004-07-20
Włodzimierz Skiba
wxUSE_LOG fixes.
tree
|
commitdiff
2004-07-20
Włodzimierz Skiba
wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
tree
|
commitdiff
2004-07-19
Vadim Zeitlin
compilation fix for wxUSE_THREADS == 0
tree
|
commitdiff
2004-07-16
Robin Dunn
Fixed typo and increased the size of the cache used...
tree
|
commitdiff
2004-07-16
Włodzimierz Skiba
Fixes to warnings about assigning unused values.
tree
|
commitdiff
2004-07-15
Stefan Csomor
applied patch 90459
tree
|
commitdiff
2004-07-13
Włodzimierz Skiba
Warning fixes.
tree
|
commitdiff
2004-07-13
Włodzimierz Skiba
Missed conditional compilation.
tree
|
commitdiff
2004-07-13
Vadim Zeitlin
clean up modules after destroying the app, not before it
tree
|
commitdiff
2004-07-12
Vadim Zeitlin
replace wxLANGUAGE_DEFAULT with GetSystemLanguage(...
tree
|
commitdiff
2004-07-09
Vadim Zeitlin
fixed a warning about unusable code in release build
tree
|
commitdiff
2004-07-06
Vadim Zeitlin
another compilation fix for after last check in
tree
|
commitdiff
2004-07-06
Vadim Zeitlin
blind compilation fix for wxUSE_STL==1 (bug 985662)
tree
|
commitdiff
2004-07-04
Vadim Zeitlin
typo/spelling fixes (patch 983448)
tree
|
commitdiff
2004-07-04
Julian Smart
Should set event object to relevant window when dispatc...
tree
|
commitdiff
2004-07-03
Robin Dunn
Invalidate notebook best size when pages are added...
tree
|
commitdiff
2004-07-02
George Tasker
Patch # 984209 - Calls to wxFind() were using an old...
tree
|
commitdiff
2004-07-02
George Tasker
Patch # 984215 - Insert was returning SUCCESS after...
tree
|
commitdiff
2004-07-01
Vadim Zeitlin
added wxMilli/MicroSleep(), deprecated wxUsleep()
tree
|
commitdiff
2004-07-01
Vadim Zeitlin
implementation of the range insert for wxStringArray...
tree
|
commitdiff
2004-07-01
Vadim Zeitlin
added and documented wxWindow::MoveBefore/AfterInTabOrder()
tree
|
commitdiff
2004-07-01
Vadim Zeitlin
recognize EUC-KR charset (patch 983264)
tree
|
commitdiff
2004-07-01
Václav Slavík
fixed a bug that prevented wxLogGui from being used...
tree
|
commitdiff
2004-06-30
Robin Dunn
The gaps should *not* be included in the space given...
tree
|
commitdiff
2004-06-30
Václav Slavík
decoupled attributes inheritance and m_hasXXX flags
tree
|
commitdiff
2004-06-29
Vadim Zeitlin
fixed bug in FindAbsoluteValidPath() which returned...
tree
|
commitdiff
2004-06-29
Vadim Zeitlin
recognize roman8 charset as us-ascii (this is wrong...
tree
|
commitdiff
2004-06-24
Robin Dunn
Optimized sizers to not call CalcMin more often than...
tree
|
commitdiff
2004-06-24
Robin Dunn
* Implemented BestSize cache
tree
|
commitdiff
2004-06-24
Václav Slavík
deprecated wxBookCtrlSizer and wxNotebookSizer, they...
tree
|
commitdiff
2004-06-23
Václav Slavík
fixed UNC paths handling (patch #975038)
tree
|
commitdiff
2004-06-23
Vadim Zeitlin
fixed bug in wxDateTime::Set(jdn) when DST was in effect
tree
|
commitdiff
2004-06-23
Václav Slavík
allow msgids in !=English languages (based on Stefan...
tree
|
commitdiff
2004-06-23
Václav Slavík
refresh the window in OnSysColourChanged
tree
|
commitdiff
2004-06-23
Václav Slavík
don't cache default colours
tree
|
commitdiff
2004-06-22
Vadim Zeitlin
don't suppose that string literals can be casted to...
tree
|
commitdiff
2004-06-22
Vadim Zeitlin
use C++ linkage functions (and not extern C) with std...
tree
|
commitdiff
2004-06-22
Vadim Zeitlin
don't treat filenames starting with dot as having empty...
tree
|
commitdiff
2004-06-22
Włodzimierz Skiba
wxParseWildcard renamed to wxParseCommonDialogsFilter...
tree
|
commitdiff
2004-06-21
Robin Dunn
reverted m_adjustMinSize change prepatory for a new...
tree
|
commitdiff
2004-06-21
Włodzimierz Skiba
Reordered condition to make diff of other port smaller.
tree
|
commitdiff
2004-06-20
Václav Slavík
create wxTheClipboard on first use, not startup --...
tree
|
commitdiff
2004-06-20
Václav Slavík
check for wputc wputchar putws fputws availability
tree
|
commitdiff
2004-06-20
Chris Elliott
fix univ SegFault
tree
|
commitdiff
2004-06-20
Mattia Barbon
Compilation fixes for wxUSE_STL == 1.
tree
|
commitdiff
2004-06-19
Vadim Zeitlin
fixed memory leak in wxURL when using a proxy
tree
|
commitdiff
2004-06-19
Julian Smart
Switch off adjust min size for book control and therefo...
tree
|
commitdiff
2004-06-19
Robin Dunn
Controls will readjust their size and minsize when...
tree
|
commitdiff
2004-06-18
Włodzimierz Skiba
Fixes for unused values and code.
tree
|
commitdiff
2004-06-18
Václav Slavík
new logic applies to SetFont(wxNullFont), too
tree
|
commitdiff
2004-06-18
Stefan Csomor
removed use of p2cstr
tree
|
commitdiff
2004-06-17
Robin Dunn
Set/Reset ThemeEnabled when changing the fore/backgroun...
tree
|
commitdiff
2004-06-16
Włodzimierz Skiba
Warning fixes for WinCE.
tree
|
commitdiff
2004-06-15
Julian Smart
Navigate corrections
tree
|
commitdiff
2004-06-15
Włodzimierz Skiba
wxParseWildcard added instead of methods hidden under...
tree
|
commitdiff
2004-06-15
Julian Smart
With wxTE_PROCESS_TAB, tabs are now inserted in the...
tree
|
commitdiff
2004-06-15
Robin Dunn
Save the alpha values if the image has an alpha channel
tree
|
commitdiff
2004-06-14
Stefan Csomor
adding mac to the memory crit sect
tree
|
commitdiff
2004-06-11
Włodzimierz Skiba
wxUSE_FONTDLG is optional.
tree
|
commitdiff
2004-06-08
Václav Slavík
fixed wxString char<->wchar_t conversion constructors...
tree
|
commitdiff
2004-06-08
Robin Dunn
Only call GetBestSize if one or both of the minsize...
tree
|
commitdiff
2004-06-08
Stefan Csomor
fixing access errors when running in unicode
tree
|
commitdiff
2004-06-08
Stefan Csomor
message output for darwin into console, cannot use...
tree
|
commitdiff
2004-06-08
Stefan Csomor
switched to wxLocale usage for string encoding
tree
|
commitdiff
2004-06-07
Julian Smart
Compile fix
tree
|
commitdiff
2004-06-06
Václav Slavík
fixed wxPluginLibrary unloading on failture (patch...
tree
|
commitdiff
2004-06-06
Václav Slavík
fixed double deletion (patch #945491)
tree
|
commitdiff
2004-06-05
Mattia Barbon
Compilation fix for wxUSE_STL == 1.
tree
|
commitdiff
2004-06-05
Stefan Csomor
fixing the carbon cfm
tree
|
commitdiff
2004-06-05
Václav Slavík
corrected EVT_TASKBAR_XXX macros to use wxTaskBarIconEvent
tree
|
commitdiff
2004-06-04
Václav Slavík
added wxTaskBarIcon::CreatePopupMenu API
tree
|
commitdiff
2004-06-04
Václav Slavík
changed wxColourData default palette to NULL colours...
tree
|
commitdiff
2004-06-03
Václav Slavík
split wxRegion(wxBitmap) ctor into two ctors with clear...
tree
|
commitdiff
2004-06-03
Václav Slavík
wxGetenv was incorrectly implemented, caching prevented...
tree
|
commitdiff
2004-06-03
Julian Smart
If several doc templates use the same document and...
tree
|
commitdiff
2004-06-03
Julian Smart
Separated creation and initialisation of a document...
tree
|
commitdiff
next