2008-12-11 |
Vadim Zeitlin | extract setters from wxHeaderColumnBase into a separate... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | added EVT_HEADER_DRAGGING_CANCELLED event sent when... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | implement column reordering support in wxMSW wxHeaderCt... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | rename wxHeaderCtrl DRAG events into RESIZE ones as... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | implement column resizing events in wxHeaderCtrl |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | don't access inexistent column in wxDataViewTreeCtrl... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | added wxHeaderCtrlSimple::GetBestFittingWidth() for... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | add wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | correct the check added in r57175 to use dynamically... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | implement click events in wxHeaderCtrl |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | check index validity in AddGrowable{Row,Col}() |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | suppress (harmless) unused parameter warnings |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | move ScrollWindow() implementation to the base class... |
tree | commitdiff |
2008-12-04 |
Vadim Zeitlin | fix VC6 DLL build |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
tree | commitdiff |
2008-12-03 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-12-02 |
Vadim Zeitlin | another compilation fix for wxStrlcpy use in STL Unicod... |
tree | commitdiff |
2008-12-02 |
Vadim Zeitlin | compilation fix for wxStrlcpy use in STL Unicode build |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | don't use wxChar arrays and wxStrncpy (especially as... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | remove wxSocketManager::CreateSocket() function, we... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | move enabled callbacks flag down to wxSocketImplUnix... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | make wxSocketImplUnix inherit from wxFDIOHandler as... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | also rename gsocketiohandler.* to socketiohandler.... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | rename various gsock* files to sock* (except for MSW... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocke... |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | move wx/gsocket.h to wx/private/gsocket.h |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | include wx/msw/private.h to fix PCH-less compilation |
tree | commitdiff |
2008-11-25 |
Jaakko Salli | To avoid error message, do not even try to set focus... |
tree | commitdiff |
2008-11-25 |
Vadim Zeitlin | trying to resolve GSocketManager API mess: the meaning... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | use struct timeval and not a long to store socket timeo... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | move more socket functions common to Winsock and BSD... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | remove unused any more wx_socket_callback() |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | continuation of GSocket/wxSocket merge: always create... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | compilation fixes for Unix after moving wxFD_XXX macros... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | don't duplicate GSocket creation/destruction and shutdo... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | fix timeout value for wxDatagramSocket: was off by... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | do not require a running event loop, even under MSW... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | use ShellExecuteEx() instead of ShellExecute() which... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | don't test sei.hInstApp in DoLaunchDefaultBrowser(... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | use GetResolutionFromOptions() to honour wxIMAGE_OPTION... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | fix bad typo in the code: wxIMAGE_OPTION_RESOLUTION... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | added the possibility to rescale the image during loadi... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | minor optimization: create wxTCPEventHandler only when... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | fix assert failure if NULL size pointer was passed... |
tree | commitdiff |
2008-11-17 |
Vadim Zeitlin | stricter reply code checking: verify that we get the... |
tree | commitdiff |
2008-11-16 |
Paul Cornett | cleanup: unreachable code, unused variables, indentatio... |
tree | commitdiff |
2008-11-16 |
Vadim Zeitlin | fix some of icc 11.0 warnings and disable a few others |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | make code dealing with wxUSE_IDLEMENUUPDATES a bit... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | move the check for msgids matching the current language... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | assert in AddCatalog() if Init() hadn't been called... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | consistently use ExtractLang() everywhere instead of... |
tree | commitdiff |
2008-11-13 |
Václav Slavík | implement wxWindow::DragAcceptFiles() on all platforms |
tree | commitdiff |
2008-11-13 |
Vadim Zeitlin | fix warnings about hiding virtual wxGraphicsContext... |
tree | commitdiff |
2008-11-13 |
Vadim Zeitlin | no changes, just deTABbed |
tree | commitdiff |
2008-11-12 |
Vadim Zeitlin | added check for self-assignment to wxPrintData::operato... |
tree | commitdiff |
2008-11-10 |
Vadim Zeitlin | compilation fix after wxFont changes (closes #10152) |
tree | commitdiff |
2008-11-10 |
Robert Roebling | Added wxChoice renderer to wxDataViewCtrl |
tree | commitdiff |
2008-11-09 |
Francesco Montorsi | use wxEventType coherently with the docs |
tree | commitdiff |
2008-11-08 |
Vadim Zeitlin | fix race condition which could result in assert failure... |
tree | commitdiff |
2008-11-06 |
Vadim Zeitlin | check for NULL pointer in IsExtensionInList() |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | fix (harmless) unused variable warning |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | remove tests for bool and {const,static,reinterpret... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | resolve the DLL linking problems with MSVC due to use... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | fix (justified) warnings about potential use of uniniti... |
tree | commitdiff |
2008-10-30 |
Vadim Zeitlin | fix linking problems due to MSVC implicitly considering... |
tree | commitdiff |
2008-10-30 |
Vadim Zeitlin | VC6 compilation fix after last change (thanks buildbot) |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | use buffered streams to reduce the number of TCP packet... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | provide ctors allowing to specify the non-default buffe... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | added wxDocument::AlreadySaved() and use it in OnUpdate... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | fix assert when adding an entry to an already full... |
tree | commitdiff |
2008-10-29 |
Jouk Jansen | Update OpenVMS compile support (problem cairo logical) |
tree | commitdiff |
2008-10-28 |
Francesco Montorsi | make IsKindOf() taking a const wxClassInfo* instead... |
tree | commitdiff |
2008-10-28 |
Vadim Zeitlin | no real changes, just reformat before starting really... |
tree | commitdiff |
2008-10-25 |
Vadim Zeitlin | rename ca@valencian description to "Valencian (Southern... |
tree | commitdiff |
2008-10-23 |
Vadim Zeitlin | fix a couple of typos pointed out by a translator |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | use wxRegKey::QueryDefaultValue() explicitly to fix... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | fix more Borland release build warnings about unused... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | avoid an unnecessary and unused (resulting in release... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | work around Borland compilation errors |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | fix virtual function hiding warnings introduced to... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | remove unused abits variable from DoLoadDib() |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | significantly optimize wxCSConv::To/FromWChar(NULL... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | reverted the change of r56246 and keep the old behaviou... |
tree | commitdiff |
2008-10-17 |
Paul Cornett | pass window parameter to wxSystemSettings::GetMetric... |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Enable intercepting ENTER in wxSpinCtrl under wxMac... |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Dont't finish any editing if there is no control |
tree | commitdiff |
2008-10-16 |
Václav Slavík | Cleaned up wxArtProvider: |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | made Dispatch() return bool indicating whether we proce... |
tree | commitdiff |
2008-10-16 |
Vadim Zeitlin | no changes, just removed _T()s and unnecessary wxUnused... |
tree | commitdiff |
2008-10-14 |
Vadim Zeitlin | fix bugs in FindFirst() (it gets URL, not filename... |
tree | commitdiff |
2008-10-13 |
Vadim Zeitlin | no real changes, just also rename _Read/_Write() to... |
tree | commitdiff |
2008-10-13 |
Vadim Zeitlin | Cleanup of wxSocket::_Wait(): |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | no changes at all, just reformatted to use consistent... |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | use the currently active event loop for the event dispa... |
tree | commitdiff |
next |