2004-10-16 |
Vadim Zeitlin | fixed inconsistent dllspec warning in DLL build
|
commit | commitdiff | tree |
2004-10-16 |
Vadim Zeitlin | fixed the just added wxStringTokenizer::GetPosition...
|
commit | commitdiff | tree |
2004-10-16 |
Vadim Zeitlin | use unsigned chars for UTF8 data (avoids warnings)
|
commit | commitdiff | tree |
2004-10-16 |
Vadim Zeitlin | added wxStringTokenizer::GetPosition() test
|
commit | commitdiff | tree |
2004-10-15 |
Vadim Zeitlin | implemented SetWildcard()
|
commit | commitdiff | tree |
2004-10-15 |
Vadim Zeitlin | use wxPtrToUInt/UIntToPtr instead of (removed) ULong...
|
commit | commitdiff | tree |
2004-10-15 |
Vadim Zeitlin | removed pragma interface which resulted in link errors...
|
commit | commitdiff | tree |
2004-10-15 |
Vadim Zeitlin | use wxPtrToUInt instead of (lossy) wxPtrToULong
|
commit | commitdiff | tree |
2004-10-15 |
Vadim Zeitlin | added Norvegian translation (Hans F. Nordhaug)
|
commit | commitdiff | tree |
2004-10-15 |
Vadim Zeitlin | ReadChar() is called GetChar() in fact
|
commit | commitdiff | tree |
2004-10-15 |
Vadim Zeitlin | VC++ warning fixes for /Wp64
|
commit | commitdiff | tree |
2004-10-15 |
Vadim Zeitlin | use wxFileSize_t instead of wxFileOffset or off_t
|
commit | commitdiff | tree |
2004-10-15 |
Vadim Zeitlin | fixed wxFileSize_t definition under Unix
|
commit | commitdiff | tree |
2004-10-15 |
Vadim Zeitlin | made Tell/Seek/Length() return wxFileSize_t as well
|
commit | commitdiff | tree |
2004-10-15 |
Vadim Zeitlin | added wxFileSize_t, changed types of wxFile methods...
|
commit | commitdiff | tree |
2004-10-14 |
Vadim Zeitlin | always let GTK process focus_out events itself
|
commit | commitdiff | tree |
2004-10-14 |
Vadim Zeitlin | call Skip() under Mac
|
commit | commitdiff | tree |
2004-10-14 |
Vadim Zeitlin | replaced deprecated GetNoHistoryFiles() function with...
|
commit | commitdiff | tree |
2004-10-13 |
Vadim Zeitlin | give an #error if wxUSE_GLCANVAS == 0 instead of building...
|
commit | commitdiff | tree |
2004-10-12 |
Vadim Zeitlin | check that item pointer is non-NULL in WM_DRAW/MEASUREITEM
|
commit | commitdiff | tree |
2004-10-11 |
Vadim Zeitlin | wxPuts() should output a trailing newline even in Unix...
|
commit | commitdiff | tree |
2004-10-11 |
Vadim Zeitlin | mention that this file can be used under wx licence too
|
commit | commitdiff | tree |
2004-10-11 |
Vadim Zeitlin | added ADVANCED_GTK_HDR section for src/gtk/eggtrayicon.h
|
commit | commitdiff | tree |
2004-10-09 |
Vadim Zeitlin | the #ifdef around BROWSEINFO.lpszTitle assignment is...
|
commit | commitdiff | tree |
2004-10-09 |
Vadim Zeitlin | use wxStrdupA() instead of #ifdef's around strdup()
|
commit | commitdiff | tree |
2004-10-08 |
Vadim Zeitlin | (blind) fix for Metrowerks/Win32 compilation
|
commit | commitdiff | tree |
2004-10-08 |
Vadim Zeitlin | renamed __HUGEFILES_SUPPORTED to wxHAS_HUGE_FILES
|
commit | commitdiff | tree |
2004-10-05 |
Vadim Zeitlin | cleaning up strdup/isascii definitions for compilers...
|
commit | commitdiff | tree |
2004-10-04 |
Vadim Zeitlin | made IsMainLoopRunning() static and implemented it...
|
commit | commitdiff | tree |
2004-10-04 |
Vadim Zeitlin | don't use non blocking sockets if wxApp::IsMainLoopRunnning...
|
commit | commitdiff | tree |
2004-10-04 |
Vadim Zeitlin | added wxApp::IsMainLoopRunnning() (see bug 994293)
|
commit | commitdiff | tree |
2004-10-04 |
Vadim Zeitlin | added tests for deleting and renaming entries and groups
|
commit | commitdiff | tree |
2004-10-04 |
Vadim Zeitlin | assert that name, not full path, is used in RenameEntry...
|
commit | commitdiff | tree |
2004-10-04 |
Vadim Zeitlin | fixed deletion of last group in the config file (bugs...
|
commit | commitdiff | tree |
2004-10-04 |
Vadim Zeitlin | don't try to delete our config file in DeleteAll()...
|
commit | commitdiff | tree |
2004-10-04 |
Vadim Zeitlin | don't add dummy empty line at the end when reading...
|
commit | commitdiff | tree |
2004-10-04 |
Vadim Zeitlin | small optimization in wxConfigPathChanger: don't change...
|
commit | commitdiff | tree |
2004-10-04 |
Vadim Zeitlin | forward declare wxOutputStream (compilation fix for...
|
commit | commitdiff | tree |
2004-10-04 |
Vadim Zeitlin | blind warning fix in wxUmaskChanger
|
commit | commitdiff | tree |
2004-10-04 |
Vadim Zeitlin | added SetPath(), entries and groups enumerations tests
|
commit | commitdiff | tree |
2004-10-03 |
Vadim Zeitlin | started wxFileConfig unit test
|
commit | commitdiff | tree |
2004-10-03 |
Vadim Zeitlin | added wxFileConfig::Save(stream); documented it in...
|
commit | commitdiff | tree |
2004-10-03 |
Vadim Zeitlin | don't keep a dirty flag in each entry/group, this is...
|
commit | commitdiff | tree |
2004-10-03 |
Vadim Zeitlin | use wxFileName::MacSetTypeAndCreator() in Flush() instead...
|
commit | commitdiff | tree |
2004-10-03 |
Vadim Zeitlin | added wxUmaskChanger class and wxCHANGE_UMASK macro...
|
commit | commitdiff | tree |
2004-10-03 |
Vadim Zeitlin | don't include headers not needed when wxUSE_GUI == 0
|
commit | commitdiff | tree |
2004-10-03 |
Vadim Zeitlin | store bitmap data in premultiplied by alpha format...
|
commit | commitdiff | tree |
2004-10-03 |
Vadim Zeitlin | use AlphaBlt() when blitting to a bitmap with alpha...
|
commit | commitdiff | tree |
2004-10-03 |
Vadim Zeitlin | update the disabled buttons appearance when system...
|
commit | commitdiff | tree |
2004-10-03 |
Vadim Zeitlin | oops, AdjustFontSize() had no effect; fixed (patch...
|
commit | commitdiff | tree |
2004-10-03 |
Vadim Zeitlin | Metrowerks fixes after huge file patch (patch 1037951)
|
commit | commitdiff | tree |
2004-10-03 |
Vadim Zeitlin | destroy any TLWs still alive when the app terminates...
|
commit | commitdiff | tree |
2004-10-02 |
Vadim Zeitlin | fixes for Metrowerks command line compiler (avoid redefining...
|
commit | commitdiff | tree |
2004-10-02 |
Vadim Zeitlin | Metrowerks doesn't have isascii()
|
commit | commitdiff | tree |
2004-10-02 |
Vadim Zeitlin | $#include "expat_config.h" instead of <expat_config...
|
commit | commitdiff | tree |
2004-10-02 |
Vadim Zeitlin | removed non-const wxDC accessors for pens, brushes...
|
commit | commitdiff | tree |
2004-10-02 |
Vadim Zeitlin | only use __attribute__(regparm) for x86, this results...
|
commit | commitdiff | tree |
2004-10-02 |
Vadim Zeitlin | use AC_LINK to check for va_copy, not AC_COMPILE
|
commit | commitdiff | tree |
2004-10-02 |
Vadim Zeitlin | added tests for va_copy and va_list
|
commit | commitdiff | tree |
2004-10-02 |
Vadim Zeitlin | added wxVaCopy() and use it to fix wxVsnprintf() crash...
|
commit | commitdiff | tree |
2004-10-02 |
Vadim Zeitlin | fixed dll import specification of wxGetHInstance()
|
commit | commitdiff | tree |
2004-10-02 |
Vadim Zeitlin | removed trailing comma from enum (gcc 3.4 compilation...
|
commit | commitdiff | tree |
2004-10-01 |
Vadim Zeitlin | hack: hide the MDI parent frame by moving it off screen
|
commit | commitdiff | tree |
2004-10-01 |
Vadim Zeitlin | relayout frame contents when tool/statusbar is shown...
|
commit | commitdiff | tree |
2004-10-01 |
Vadim Zeitlin | extracted OnSize() body in a new DoLayout() method...
|
commit | commitdiff | tree |
2004-09-30 |
Vadim Zeitlin | don't deprecate SetItemImage() with 3 parameters; just...
|
commit | commitdiff | tree |
2004-09-30 |
Vadim Zeitlin | compilation fix for wxGetEmptyString() with wxUSE_STL...
|
commit | commitdiff | tree |
2004-09-29 |
Vadim Zeitlin | fixed memory leak in Submit(cmd, false) (bug 1037115)
|
commit | commitdiff | tree |
2004-09-29 |
Vadim Zeitlin | signed/unsigned comparison warning fix
|
commit | commitdiff | tree |
2004-09-29 |
Vadim Zeitlin | removed C++ comments from C files
|
commit | commitdiff | tree |
2004-09-29 |
Vadim Zeitlin | more 64 bit correctness fixes
|
commit | commitdiff | tree |
2004-09-28 |
Vadim Zeitlin | wxListItem::m_data is now of type wxUIntPtr, not long...
|
commit | commitdiff | tree |
2004-09-28 |
Vadim Zeitlin | added wxPtrToUInt() to cast pointer to an integer type...
|
commit | commitdiff | tree |
2004-09-28 |
Vadim Zeitlin | added HAVE_REINTERPRET_CAST detection
|
commit | commitdiff | tree |
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 |
next |