2004-09-28 |
Vadim Zeitlin | added AC_CXX_REINTERPRET_CAST
|
commit | commitdiff | tree |
2004-09-28 |
Vadim Zeitlin | added wx_reinterpret_cast() macro
|
commit | commitdiff | tree |
2004-09-28 |
Vadim Zeitlin | suppress VC7.1 64 bit correctness warnings
|
commit | commitdiff | tree |
2004-09-28 |
Vadim Zeitlin | wxFile::Length() return type fix (replaces last check in)
|
commit | commitdiff | tree |
2004-09-28 |
Vadim Zeitlin | blind fix for wxGetEmptyString() compilation with wxUSE_STL...
|
commit | commitdiff | tree |
2004-09-27 |
Vadim Zeitlin | code cleanup for the pen width condition (patch 1034942...
|
commit | commitdiff | tree |
2004-09-27 |
Vadim Zeitlin | set click coordinates to (-1, -1) if right mouse button...
|
commit | commitdiff | tree |
2004-09-27 |
Vadim Zeitlin | initialize m_reusable (patch 1035725)
|
commit | commitdiff | tree |
2004-09-27 |
Vadim Zeitlin | explicitly forward declare wxHashTableBase when wxUSE_STL...
|
commit | commitdiff | tree |
2004-09-27 |
Vadim Zeitlin | fix crash when calling wxGetEmptyString() with wxUSE_STL...
|
commit | commitdiff | tree |
2004-09-27 |
Vadim Zeitlin | define wxInvalidOffset properly (as wxFileOffset, not...
|
commit | commitdiff | tree |
2004-09-27 |
Vadim Zeitlin | fix crash after radio button fix
|
commit | commitdiff | tree |
2004-09-27 |
Vadim Zeitlin | added src/msw/wince/filefnwce.cpp
|
commit | commitdiff | tree |
2004-09-27 |
Vadim Zeitlin | warning fix after huge file patch
|
commit | commitdiff | tree |
2004-09-27 |
Vadim Zeitlin | keep the old wxFont::Create() signature (changed by...
|
commit | commitdiff | tree |
2004-09-27 |
Vadim Zeitlin | added wxGetFullModuleName(); use it instead of calling...
|
commit | commitdiff | tree |
2004-09-26 |
Vadim Zeitlin | made GetTempBuffer() static to avoid duplicate function...
|
commit | commitdiff | tree |
2004-09-26 |
Vadim Zeitlin | documented IsActive()
|
commit | commitdiff | tree |
2004-09-26 |
Vadim Zeitlin | fix for __HUGEFILES_SUPPORTED definition
|
commit | commitdiff | tree |
2004-09-26 |
Vadim Zeitlin | wxExecuteData is a struct, not class (warning fix)
|
commit | commitdiff | tree |
2004-09-26 |
Vadim Zeitlin | include wx/wxchar.h after ctype.h to fix compilation...
|
commit | commitdiff | tree |
2004-09-26 |
Vadim Zeitlin | renamed HasFocus() to IsActive() to avoid confusion...
|
commit | commitdiff | tree |
2004-09-26 |
Vadim Zeitlin | compilation fix for Unicode mode after huge file patch...
|
commit | commitdiff | tree |
2004-09-25 |
Vadim Zeitlin | compilation fix for not MSW
|
commit | commitdiff | tree |
2004-09-25 |
Vadim Zeitlin | compilation fix for compilers not using PCH
|
commit | commitdiff | tree |
2004-09-25 |
Vadim Zeitlin | added a way to create fonts with specified pixel size
|
commit | commitdiff | tree |
2004-09-25 |
Vadim Zeitlin | support for huge files (patch 1002226)
|
commit | commitdiff | tree |
2004-09-25 |
Vadim Zeitlin | removed Robert Fendt as packager (at his request)
|
commit | commitdiff | tree |
2004-09-24 |
Vadim Zeitlin | trying to make GetData() return data format more clear
|
commit | commitdiff | tree |
2004-09-23 |
Vadim Zeitlin | don't free user data before sending wxEVT_COMMAND_LIST_DELET...
|
commit | commitdiff | tree |
2004-09-23 |
Vadim Zeitlin | hack to _really_ fix crashes in comctl32.dll when processing...
|
commit | commitdiff | tree |
2004-09-21 |
Vadim Zeitlin | update from Petri Jooste for 2.5.2
|
commit | commitdiff | tree |
2004-09-19 |
Vadim Zeitlin | added unit tests for wxStringStreams
|
commit | commitdiff | tree |
2004-09-19 |
Vadim Zeitlin | fixed include header name
|
commit | commitdiff | tree |
2004-09-19 |
Vadim Zeitlin | added wxStringOutputStream::TellO(); fixed bugs in...
|
commit | commitdiff | tree |
2004-09-19 |
Vadim Zeitlin | fixed bug with seeking beyond the end in wxStringInputStream...
|
commit | commitdiff | tree |
2004-09-19 |
Vadim Zeitlin | made wxStringInputStream::GetSize() public instead...
|
commit | commitdiff | tree |
2004-09-19 |
Vadim Zeitlin | added wxStringStream classes
|
commit | commitdiff | tree |
2004-09-19 |
Vadim Zeitlin | compilation fix for Borland
|
commit | commitdiff | tree |
2004-09-19 |
Vadim Zeitlin | rebaked to include latest modifications (mainly choicebkg...
|
commit | commitdiff | tree |
2004-09-19 |
Vadim Zeitlin | don't crash under GTK1 if we failed to get GdkFont...
|
commit | commitdiff | tree |
2004-09-19 |
Vadim Zeitlin | added missing header to fix !USE_PCH compilation
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | mention that Check() doesn't work before the item is...
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | keep m_value in sync with real combobox value (set...
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | added wxSizerItem::Init()
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | active mode support for wxFTP (extremely heavily modified...
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | oops, compilation fix after moving code around
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | use 4K buffer instead of reading characters one by...
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | removed unneeded (after patch 1027243) disable.bmp
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | construct brush used for painting disabled bitmap buttons...
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | fixed crash when closing window that contains STC ...
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | fixed signature of wxTimerProc to be conformant to...
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | moved GTK headers needed by wxUniv to GTK_LOWLEVEL_HDR...
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | fixed SetWindowStyleFlag() to not remove WS_VISIBLE...
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | added test for toggling wxLC_[HV]RULES styles
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | added GetMenu() (closes bug 1026662)
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | replaced wxLogLastError with an assert when checking...
|
commit | commitdiff | tree |
2004-09-18 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2004-09-17 |
Vadim Zeitlin | added possibility to specify printer bin (patch 910272)
|
commit | commitdiff | tree |
2004-09-17 |
Vadim Zeitlin | do not call CopyIcon() in CloneRefData(), HICON is...
|
commit | commitdiff | tree |
2004-09-17 |
Vadim Zeitlin | rewrote some sizer code using wxSizerFlags
|
commit | commitdiff | tree |
2004-09-17 |
Vadim Zeitlin | added wxSizerFlags
|
commit | commitdiff | tree |
2004-09-17 |
Vadim Zeitlin | compilation fix for wxUSE_THREADS == 0 && __WXDEBUG__...
|
commit | commitdiff | tree |
2004-09-17 |
Vadim Zeitlin | fixed rounding errors in variable status bar panes...
|
commit | commitdiff | tree |
2004-09-17 |
Vadim Zeitlin | made all Add/Insert/Prepend methods inline
|
commit | commitdiff | tree |
2004-09-17 |
Vadim Zeitlin | forward all wxSizer::Add/Prepend/Insert() to a virtual...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | fixed gcc warnings about not calling base class ctor...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | fix for crash on 64 bit platforms (patch 1028942)
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | use wxFputs(), not fputs(), in Unicode mode under Unix...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | don't force __WXMOTIF__ definition under HP-UX (patch...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | make the label window visible (patch 1013447)
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | made wxListbook events more consistent with wxNotebook...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | fix for wxJoystick when not calling SetCapture() (patch...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | don't assert if Update(m_maximum) is called twice ...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | smoother time estimation updates in wxProgressDialog...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | more 'realistic' progress dialog test (part of patch...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | spelling fix
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | mention that read_write mode doesn't work for standalone...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | fixes for harmless mingw32 warnings
|
commit | commitdiff | tree |
2004-09-15 |
Vadim Zeitlin | fixed sending duplicate EVT_COMBOBOX events; documented...
|
commit | commitdiff | tree |
2004-09-15 |
Vadim Zeitlin | added tests for EVT_ICONIZE/MAXIMIZE
|
commit | commitdiff | tree |
2004-09-15 |
Vadim Zeitlin | fixed wxMaximizeEvent generation
|
commit | commitdiff | tree |
2004-09-14 |
Vadim Zeitlin | fixed base classes; also added include file section
|
commit | commitdiff | tree |
2004-09-14 |
Vadim Zeitlin | output "GTK+ 2" toolkit for gtk2 builds
|
commit | commitdiff | tree |
2004-09-14 |
Vadim Zeitlin | allow to use any window, not just wxFrame, as wxLogFrame...
|
commit | commitdiff | tree |
2004-09-13 |
Vadim Zeitlin | replaced wxControl with wxWindow in 2 methods
|
commit | commitdiff | tree |
2004-09-13 |
Vadim Zeitlin | fixes after some of wxFrame methods were extracted...
|
commit | commitdiff | tree |
2004-09-13 |
Vadim Zeitlin | no changes, just removed a wrong comment
|
commit | commitdiff | tree |
2004-09-13 |
Vadim Zeitlin | mention wxDateTime::SetToTheWeek() change
|
commit | commitdiff | tree |
2004-09-13 |
Vadim Zeitlin | added missing conv parameter to wxTextOutputStream...
|
commit | commitdiff | tree |
2004-09-13 |
Vadim Zeitlin | file with DoMessage() declaration (which I forgot to...
|
commit | commitdiff | tree |
2004-09-12 |
Vadim Zeitlin | only define operator<<(wchar_t) in Unicode build
|
commit | commitdiff | tree |
2004-09-12 |
Vadim Zeitlin | compilation fix after last commit
|
commit | commitdiff | tree |
2004-09-12 |
Vadim Zeitlin | fixed VC6 compilation
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | typo in last commit
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | added As/DissociateHandle() and implemented it for...
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | deprecated SetToTheWeek() and GetWeek(); added and...
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | fixed GetWeekOfYear() for first/last week in some cases...
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | fixed CopyFromBitmap() for shared wxIcon objects by...
|
commit | commitdiff | tree |
next |