2008-12-08 |
Vadim Zeitlin | always update the column icon field when updating the... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | don't allow resizing non-resizeable columns in wxHeader... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | honour column min width when resizing in wxHeaderCtrl... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | rename wxHeaderCtrl DRAG events into RESIZE ones as... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | buildbot VC6 apparently can't compile variable declarat... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | implement column resizing events in wxHeaderCtrl |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | add wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | implement click events in wxHeaderCtrl |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | move ScrollWindow() implementation to the base class... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | emulate scrolling in wxMSW header control; document... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | add Show/HideColumn() methods |
tree | commitdiff |
2008-12-04 |
Vadim Zeitlin | PCH-less build fixes |
tree | commitdiff |
2008-12-04 |
Vadim Zeitlin | fix handling of abandoned mutexes in wxMutex::Wait... |
tree | commitdiff |
2008-12-04 |
Vadim Zeitlin | don't call DragFinish() before calling DragQueryPoint... |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | replace the mismatched new[]/delete (bug #10234) with... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | cleanup the Win32 window classes registration code... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | more updates after r57026 change to app.cpp |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | update after r57026 change to app.cpp |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | get rid of CE-specific code for class name registration... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | don't reuse the double click handled in activation... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | correct CalcSizeFromPage() for multiline notebooks... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | properly NUL-terminate the string when using strncpy... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | remove wxSocketManager::CreateSocket() function, we... |
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-28 |
Vadim Zeitlin | fix g++ warning about assigning NULL to a non-pointer |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | document column reordering in wxListCtrl; fix confusion... |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | remove unused callback and data variables |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | move wx/gsocket.h to wx/private/gsocket.h |
tree | commitdiff |
2008-11-25 |
Vadim Zeitlin | trying to resolve GSocketManager API mess: the meaning... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | move more socket functions common to Winsock and BSD... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | fix wxSocket notifications under MSW after the last... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | continuation of GSocket/wxSocket merge: always create... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | use int instead of SOCKET to avoid including winsock... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | don't duplicate GSocket creation/destruction and shutdo... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | do not require a running event loop, even under MSW... |
tree | commitdiff |
2008-11-22 |
Vadim Zeitlin | fix compilation after r56753 (closes #10218) |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | use GetWindow() instead of GetNextWindow() to fix CE... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | add missing Detach() after r56863 changes (thanks troelsk) |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | don't load comctl32.dll, just get the handle of the... |
tree | commitdiff |
2008-11-15 |
Francesco Montorsi | make GetPaperRect() and GetResolution() const functions |
tree | commitdiff |
2008-11-13 |
Vadim Zeitlin | fix warnings about hiding virtual wxGraphicsContext... |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | build fixes |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-31 |
Václav Slavík | wxTLW: don't assert when setting null icons initially... |
tree | commitdiff |
2008-10-31 |
Václav Slavík | fix toolbar buttons so that they don't disappear tempor... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | don't save the initial selection if it's invalid in... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | disable workaround for lack of alpha support in native... |
tree | commitdiff |
2008-10-22 |
Robert Roebling | Ticket #10108 (bitmap from wxImage depth regression) |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | a couple of more left over Borland unused variable... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | slightly better error reporting (could still be improved) |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | fix more Borland release build warnings about unused... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | reverted the change of r56246 and keep the old behaviou... |
tree | commitdiff |
2008-10-16 |
Václav Slavík | assert in wxTopLevelWindowMSW::SetIcon[s]() if none... |
tree | commitdiff |
2008-10-16 |
Václav Slavík | wxArtProvider cleanup: added artmsw.cpp accidentally... |
tree | commitdiff |
2008-10-15 |
Vadim Zeitlin | reset deferred position/size if the window was moved... |
tree | commitdiff |
2008-10-15 |
Václav Slavík | no need to iterate over all special icon names after... |
tree | commitdiff |
2008-10-08 |
Vadim Zeitlin | added wxDC::GetHDC() for backwards compatibility with... |
tree | commitdiff |
2008-10-03 |
Vadim Zeitlin | don't duplicate base class m_acceleratorTable as m_acce... |
tree | commitdiff |
2008-10-03 |
Vadim Zeitlin | no changes, just removed commented out code accidentall... |
tree | commitdiff |
2008-10-01 |
Stefan Csomor | copying sizes upon construction, HDC doesn't deliver... |
tree | commitdiff |
2008-10-01 |
Stefan Csomor | fixing release handling of dc |
tree | commitdiff |
2008-09-26 |
Vadim Zeitlin | using CLSCTX_ALL fails with Microsoft Office applicatio... |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | don't give errors if SetLayeredWindowAttributes() is... |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | provide backward-compat wxCursor(int) ctor; remove... |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | removed hardcoded size of 66 bytes of PRINTDLG struct... |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | small build fixes for PCH-less builds |
tree | commitdiff |
2008-09-25 |
Robin Dunn | More changes needed to fix problems resulting from... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | fix build errors deriving from making wxColourData... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
tree | commitdiff |
2008-09-24 |
Vadim Zeitlin | restore the original selection when the dropdown is... |
tree | commitdiff |
2008-09-24 |
Stefan Csomor | supporting GetSize, fixes #9969 |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | fix bug in SetInsertionPoint(-1) implementation |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | implement EnableTextChangedEvents() to make ChangeValue... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | fix ownerdrawn button label drawing in ODS_NOACCEL... |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | WinCE compilation fix: don't use FNERR_INVALIDFILENAME |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | no changes, just clarified a comment |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | really, really fix handling Enter in spin controls... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | build fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937) |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | STL build fix |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | added wxCANCEL_DEFAULT style to wxMessageDialog (only... |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | replace the static control in wxMessageDialog with... |
tree | commitdiff |
2008-09-08 |
Robert Roebling | Test for reentrance into non-recursive wxMutex. If... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | adjust the labels before centering the dialog as doing... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | implement support for custom button labels in wxMessage... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | extract button size calculation from button label size... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | extract wrapper for SystemParametersInfo(SPI_GETNONCLIE... |
tree | commitdiff |
2008-09-05 |
Robert Roebling | Made wxMSW wxMutex non-recursive by checking reentrance |
tree | commitdiff |
2008-09-05 |
Robert Roebling | Add wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated... |
tree | commitdiff |
2008-09-04 |
Vadim Zeitlin | show the "Window" menu only when we have any MDI childr... |
tree | commitdiff |
2008-09-03 |
Vadim Zeitlin | copy alpha presence flag when copying bitmaps using... |
tree | commitdiff |
2008-09-03 |
Vadim Zeitlin | add more wxUSE_XXX checks |
tree | commitdiff |
2008-08-30 |
Vadim Zeitlin | using ListView_Get[Sub]ItemRect() provokes warnings... |
tree | commitdiff |
2008-08-30 |
Vadim Zeitlin | avoid unnecessary heap allocation of BITMAPINFO struct |
tree | commitdiff |
2008-08-30 |
Vadim Zeitlin | fix some (harmless) mingw32 4.3 warnings |
tree | commitdiff |
next |