2008-12-05 |
Vadim Zeitlin | generic implementation of wxHeaderCtrl API so far
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | move ScrollWindow() implementation to the base class...
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | override GetDefaultBorder() to not use border by default
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | emulate scrolling in wxMSW header control; document...
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | add Show/HideColumn() methods
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | add IsShown() accessor which is sometimes more convenient...
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | no changes, just remove typos in comment
|
commit | commitdiff | tree |
2008-12-04 |
Vadim Zeitlin | add size parameter to the generic wxFileDialog ctor
|
commit | commitdiff | tree |
2008-12-04 |
Vadim Zeitlin | PCH-less build fixes
|
commit | commitdiff | tree |
2008-12-04 |
Vadim Zeitlin | fix VC6 DLL build
|
commit | commitdiff | tree |
2008-12-04 |
Vadim Zeitlin | define HDS_FLAT outside of __DMC__ section so that...
|
commit | commitdiff | tree |
2008-12-04 |
Vadim Zeitlin | fix handling of abandoned mutexes in wxMutex::Wait...
|
commit | commitdiff | tree |
2008-12-04 |
Vadim Zeitlin | don't call DragFinish() before calling DragQueryPoint...
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | forgot to update after renaming wxHeaderCtrlColumn...
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | define HDS_FLAT not defined in VC6 headers
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | also disable the test of the generic version as it...
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | disable generic version, it's not ready to be committed...
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the...
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | fix syntax error
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | compilation fixes for PCH-less build after r57074
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | Doxygen markup corrections after last change
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | another compilation fix for wxStrlcpy use in STL Unicode...
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | replace asserts in XRC code with wxLogError/Warning...
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | add support for creating drop down toolbar buttons...
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | no changes, just added a TODO comment
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | show the use of check and radio items in the toolbars
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | compilation fix for wxStrlcpy use in STL Unicode build
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | better documentation for wxEvent ctor
|
commit | commitdiff | tree |
2008-12-01 |
Vadim Zeitlin | demonstrate column reordering -- currently it demonstrates...
|
commit | commitdiff | tree |
2008-12-01 |
Vadim Zeitlin | don't make wxGridTableBase::IsEmptyCell() pure virtual...
|
commit | commitdiff | tree |
2008-11-30 |
Vadim Zeitlin | don't make wxGridTableBase::IsEmptyCell() pure virtual...
|
commit | commitdiff | tree |
2008-11-30 |
Vadim Zeitlin | removed small and tabular grid tests which didn't seem...
|
commit | commitdiff | tree |
2008-11-30 |
Vadim Zeitlin | really fix the typo in the message
|
commit | commitdiff | tree |
2008-11-30 |
Vadim Zeitlin | fix typo in new wxVector(size_t, T) ctor
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | compilation fix after making wxSocketImpl derive from...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | replace the mismatched new[]/delete (bug #10234) with...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | add wxVector(size_t size[, const value_type& value...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | cleanup the Win32 window classes registration code...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | more updates after r57026 change to app.cpp
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | update after r57026 change to app.cpp
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | get rid of CE-specific code for class name registration...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | don't reuse the double click handled in activation...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | correct CalcSizeFromPage() for multiline notebooks...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncpy...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | don't use wxChar arrays and wxStrncpy (especially as...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | properly NUL-terminate the string when using strncpy...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | remove wxVSCROLL from wxMessageDialog style (left over...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | remove wxSocketManager::CreateSocket() function, we...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | move enabled callbacks flag down to wxSocketImplUnix...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | make wxSocketImplUnix inherit from wxFDIOHandler as...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | no real changes, just moved wxSocketImplUnix ctor inline
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | also rename gsocketiohandler.* to socketiohandler....
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | rename various gsock* files to sock* (except for MSW...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocketImpl...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | fix g++ warning about assigning NULL to a non-pointer
|
commit | commitdiff | tree |
2008-11-26 |
Vadim Zeitlin | document column reordering in wxListCtrl; fix confusion...
|
commit | commitdiff | tree |
2008-11-26 |
Vadim Zeitlin | remove apparently unused file (src/osx/core/gsocket...
|
commit | commitdiff | tree |
2008-11-26 |
Vadim Zeitlin | remove unused callback and data variables
|
commit | commitdiff | tree |
2008-11-26 |
Vadim Zeitlin | move wx/gsocket.h to wx/private/gsocket.h
|
commit | commitdiff | tree |
2008-11-26 |
Vadim Zeitlin | don't include (private) wx/gsocket.h from public header...
|
commit | commitdiff | tree |
2008-11-26 |
Vadim Zeitlin | include wx/msw/private.h to fix PCH-less compilation
|
commit | commitdiff | tree |
2008-11-25 |
Vadim Zeitlin | compilation fix for OS X (missing unistd.h)
|
commit | commitdiff | tree |
2008-11-25 |
Vadim Zeitlin | temporary fix the linking problem due to making GSocket...
|
commit | commitdiff | tree |
2008-11-25 |
Vadim Zeitlin | trying to resolve GSocketManager API mess: the meaning...
|
commit | commitdiff | tree |
2008-11-24 |
Vadim Zeitlin | include the right header for timeval
|
commit | commitdiff | tree |
2008-11-24 |
Vadim Zeitlin | remove extraneous class scope qualifier
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | use struct timeval and not a long to store socket timeout...
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | remove last traces of __GSOCKET_STANDALONE__
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | move more socket functions common to Winsock and BSD...
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | don't duplicate SetInitialSocketBuffers()
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | remove unused any more wx_socket_callback()
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | fix wxSocket notifications under MSW after the last...
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | continuation of GSocket/wxSocket merge: always create...
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | added wxSocketBase::GetTimeout() to match existing...
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | don't assume that __thread is available just because...
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | use int instead of SOCKET to avoid including winsock...
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | don't use __thread keyword with g++ < 4 as it results...
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | compilation fixes for Unix after moving wxFD_XXX macros...
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | don't duplicate GSocket creation/destruction and shutdown...
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | fix timeout value for wxDatagramSocket: was off by...
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | do not require a running event loop, even under MSW...
|
commit | commitdiff | tree |
2008-11-23 |
Vadim Zeitlin | fix (harmless) VC7 warnings about auto_ptr assignment
|
commit | commitdiff | tree |
2008-11-22 |
Vadim Zeitlin | document all overloads of DrawText()
|
commit | commitdiff | tree |
2008-11-22 |
Vadim Zeitlin | fix compilation after r56753 (closes #10218)
|
commit | commitdiff | tree |
2008-11-22 |
Vadim Zeitlin | use TCP for this benchmark under Windows too (and not...
|
commit | commitdiff | tree |
2008-11-22 |
Vadim Zeitlin | no need to disable DoTestSwap() for VC6 any more with...
|
commit | commitdiff | tree |
2008-11-21 |
Vadim Zeitlin | no changes, just reformat, remove extraneous semicolons...
|
commit | commitdiff | tree |
2008-11-21 |
Vadim Zeitlin | fix virtual function hiding for LoadFile(); replace...
|
commit | commitdiff | tree |
2008-11-21 |
Vadim Zeitlin | fix tags generation for OS X port after renaming
|
commit | commitdiff | tree |
2008-11-20 |
Vadim Zeitlin | use ShellExecuteEx() instead of ShellExecute() which...
|
commit | commitdiff | tree |
2008-11-20 |
Vadim Zeitlin | fix file dialog caption
|
commit | commitdiff | tree |
2008-11-20 |
Vadim Zeitlin | define wxUSE_REGKEY for WinCE too (closes #10211)
|
commit | commitdiff | tree |
2008-11-20 |
Vadim Zeitlin | use GetWindow() instead of GetNextWindow() to fix CE...
|
commit | commitdiff | tree |
2008-11-20 |
Vadim Zeitlin | don't test sei.hInstApp in DoLaunchDefaultBrowser(...
|
commit | commitdiff | tree |
2008-11-20 |
Vadim Zeitlin | fix substr() calls broken by r56215 (#10198)
|
commit | commitdiff | tree |
2008-11-20 |
Vadim Zeitlin | don't log an error if the directory can't be opened...
|
commit | commitdiff | tree |
2008-11-20 |
Vadim Zeitlin | add missing Detach() after r56863 changes (thanks troelsk)
|
commit | commitdiff | tree |
2008-11-20 |
Vadim Zeitlin | fix WinCE compilation after tbar95.h ->t oolbar.h renaming...
|
commit | commitdiff | tree |
2008-11-20 |
Vadim Zeitlin | don't load comctl32.dll, just get the handle of the...
|
commit | commitdiff | tree |
2008-11-20 |
Vadim Zeitlin | fix gcc 3.3 warning about possibly uninitialized (but...
|
commit | commitdiff | tree |
next |