2007-03-11 |
Vadim Zeitlin | fixed compilation with wxUSE_WXDIB==0 (bug 1667819) |
tree | commitdiff |
2007-03-10 |
Paul Cornett | make wxPenRefData private |
tree | commitdiff |
2007-03-10 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | derive wxConfig classes from wxObject and add wxRTTI... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | miscellaneous LnF improvements, including support for... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | include wx/utils.h in PCH-less build to ensure that... |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | added wxMutex::LockTimeout() (modified patch 1671637) |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | avoid flicker when setting the text which is the same... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | wxMSWGetColumnClicked must be dllexport'd to be used... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
tree | commitdiff |
2007-03-07 |
Chris Elliott | fix for sf bug 1671804 |
tree | commitdiff |
2007-03-04 |
Vadim Zeitlin | wxCreateGreyedImage() deprecated, use wxImage::ConvertT... |
tree | commitdiff |
2007-02-23 |
Robert Roebling | [ 1665996 ] Fixes/extensions to wxDataViewCtrl |
tree | commitdiff |
2007-02-21 |
Julian Smart | Applied [ 1613294 ] wxGetMouseState/wxIsKeyDown bug |
tree | commitdiff |
2007-02-17 |
Robert Roebling | Minor parts from FM's wxDataViewCtrl patch. |
tree | commitdiff |
2007-02-14 |
Vadim Zeitlin | use AllocExclusive() instead of duplicating its code... |
tree | commitdiff |
2007-02-14 |
Vadim Zeitlin | corrected StartDoc() return value testing broken in... |
tree | commitdiff |
2007-02-14 |
Vadim Zeitlin | fix warning about unused variable in release build... |
tree | commitdiff |
2007-02-14 |
Vadim Zeitlin | fix warning about unused TRACE_MASK variable in release... |
tree | commitdiff |
2007-02-14 |
Vadim Zeitlin | corrected IMPLEMENT_DYNAMIC_CLASS macros to ensure... |
tree | commitdiff |
2007-02-13 |
Włodzimierz Skiba | Avoid do-nothing virtuals in WinCE. |
tree | commitdiff |
2007-02-13 |
Włodzimierz Skiba | Make QS_ALLPOSTMESSAGE available everywhere regardless... |
tree | commitdiff |
2007-02-13 |
Włodzimierz Skiba | WinCE build fix. |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | update the popup menu item when it's [un]checked too... |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | return the restored window size from GetSize() when... |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | changed GetFromWindow() to take const pointer |
tree | commitdiff |
2007-02-07 |
Julian Smart | Removed unnecessary assignment |
tree | commitdiff |
2007-02-06 |
Robin Dunn | Allow wxWANTS_CHARS to be effective on native controls too |
tree | commitdiff |
2007-02-06 |
Robin Dunn | Added SetToolNormalBitmap and SetToolDisabledBitmap |
tree | commitdiff |
2007-02-05 |
Julian Smart | Fixes to the previous fix |
tree | commitdiff |
2007-02-05 |
Julian Smart | Avoid triggering false update event when setting the... |
tree | commitdiff |
2007-02-05 |
Julian Smart | Restored drag position mysteriously removed in revision... |
tree | commitdiff |
2007-02-03 |
Vadim Zeitlin | updated comments after latest commit (Tim Kosse) |
tree | commitdiff |
2007-02-02 |
Vadim Zeitlin | don't show an error if SHGetFileInfo(SHGFI_ATTRIBUTES... |
tree | commitdiff |
2007-02-02 |
Vadim Zeitlin | fix assert when the control doesn't have a valid date... |
tree | commitdiff |
2007-02-02 |
Vadim Zeitlin | don't wait for Windows messages in WaitForThread()... |
tree | commitdiff |
2007-02-02 |
Vadim Zeitlin | don't wake up on Windows messages when waiting for... |
tree | commitdiff |
2007-01-25 |
Vadim Zeitlin | changing text alignment dynamically doesn't always... |
tree | commitdiff |
2007-01-21 |
Robin Dunn | Return an empty string from wxDataFormat::GetId if... |
tree | commitdiff |
2007-01-21 |
Robin Dunn | Add some wxCHECK_MSG's |
tree | commitdiff |
2007-01-20 |
Vadim Zeitlin | set command int (indicating whether the item is checked... |
tree | commitdiff |
2007-01-17 |
Vadim Zeitlin | discard time part of m_date, otherwise comparisons... |
tree | commitdiff |
2007-01-15 |
Vadim Zeitlin | honour the drag effect supported by the drag source... |
tree | commitdiff |
2007-01-15 |
Vadim Zeitlin | added wx/image.h to fix non-PCH compilation after last... |
tree | commitdiff |
2007-01-14 |
Vadim Zeitlin | corrected drawing of the bitmaps for the disabled menu... |
tree | commitdiff |
2007-01-12 |
Robin Dunn | Fix for problem when Realize is re-called on a vertical... |
tree | commitdiff |
2007-01-12 |
Vadim Zeitlin | only set cursor immediately in SetCursor() if the mouse... |
tree | commitdiff |
2007-01-11 |
Vadim Zeitlin | no changes, just refactor the code sending spin update... |
tree | commitdiff |
2007-01-11 |
Vadim Zeitlin | apply patch 1630906 after all as with my simpler fix... |
tree | commitdiff |
2007-01-11 |
Vadim Zeitlin | fix lack of spin control update event when control... |
tree | commitdiff |
2007-01-11 |
Vadim Zeitlin | reverted wrong change of rev 1.129 and fixed the first... |
tree | commitdiff |
2007-01-09 |
Julian Smart | Fix for missing separator if any previous items were... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix compilation for latest SDK where EnumModulesProc... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | no changes, just removed duplicate TreeView_HitTest... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix wxMDIChidFrame::GetPosition() (patch 1626610) |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | fix wxConfig::DeleteGroup() for arguments with trailing... |
tree | commitdiff |
2007-01-07 |
Vadim Zeitlin | return correct item and position from wxTreeEvent:... |
tree | commitdiff |
2007-01-01 |
Paul Cornett | restore declaration inline specifier, and make definiti... |
tree | commitdiff |
2007-01-01 |
Robin Dunn | Don't steal VK_RETURN for wxEVT_COMMAND_LIST_ITEM_ACTI... |
tree | commitdiff |
2007-01-01 |
Paul Cornett | remove inline from declaration of functions which are... |
tree | commitdiff |
2006-12-28 |
Julian Smart | Temporary fix for inconsistent menu item margins (see... |
tree | commitdiff |
2006-12-25 |
Vadim Zeitlin | show RTL message box (in Unicode build only) when using... |
tree | commitdiff |
2006-12-23 |
Vadim Zeitlin | 1. Don't draw our own custom label if we don't have... |
tree | commitdiff |
2006-12-23 |
Robin Dunn | Reset the item's text in SetItemFont to ensure that... |
tree | commitdiff |
2006-12-20 |
Vadim Zeitlin | changing ES_LEFT/CENTER/RIGHT styles only works for... |
tree | commitdiff |
2006-12-20 |
Vadim Zeitlin | fixed initial size of a control with wxDefaultSize... |
tree | commitdiff |
2006-12-20 |
Vadim Zeitlin | we don't need to subclass text control twice to impleme... |
tree | commitdiff |
2006-12-09 |
Paul Cornett | indentation fixes |
tree | commitdiff |
2006-12-09 |
Paul Cornett | unused variable |
tree | commitdiff |
2006-12-09 |
Vadim Zeitlin | ignore warning 4535 for VC8 too as it still seems to... |
tree | commitdiff |
2006-12-06 |
Vadim Zeitlin | don't leave dummy extension in of.lpstrDefExt (bug... |
tree | commitdiff |
2006-12-05 |
Robin Dunn | Add wxGraphicsMatrix::Get |
tree | commitdiff |
2006-12-04 |
Vadim Zeitlin | fix (harmless) assert in virtual list control under... |
tree | commitdiff |
2006-12-04 |
Julian Smart | Avoid generating two events on selection (when MSWComma... |
tree | commitdiff |
2006-12-04 |
Vadim Zeitlin | create mask from alpha channel if the bitmap has no... |
tree | commitdiff |
2006-12-04 |
Vadim Zeitlin | use Remove(-1) instead of looping over all images manua... |
tree | commitdiff |
2006-12-03 |
Vadim Zeitlin | fix for assert which happened if the checkbox was clear... |
tree | commitdiff |
2006-12-02 |
Vadim Zeitlin | reset the old disabled image list even if there is... |
tree | commitdiff |
2006-11-30 |
Robin Dunn | Return optimal label width from DrawHeaderButton |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | include X11/Xutil.h for wxMotif compilation |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | document HasAlignment(), Left/RightIndent() and Tabs... |
tree | commitdiff |
2006-07-25 |
Vadim Zeitlin | optionally count repeating wxLog messages instead of... |
tree | commitdiff |
2006-07-24 |
Vadim Zeitlin | wxFD_PREVIEW implementation for wxGTK (slightly modifie... |
tree | commitdiff |
2006-11-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
tree | commitdiff |
2006-11-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
tree | commitdiff |
2006-11-19 |
Benjamin Williams | GradientFillLinear() on wxMSW now draws on the rectangl... |
tree | commitdiff |
2006-11-19 |
Vadim Zeitlin | don't use wxFromSystemTime() with possibly invalid... |
tree | commitdiff |
2006-11-19 |
Vadim Zeitlin | unmultiply by alpha when converting from wxDIB to wxIma... |
tree | commitdiff |
2006-11-17 |
Vadim Zeitlin | fixed warning about junk after #endif |
tree | commitdiff |
2006-11-17 |
Vadim Zeitlin | don't set A4 paper size, use the system default instead |
tree | commitdiff |
2006-11-14 |
Vadim Zeitlin | fix compilation when one of wxUSE_LISTCTRL and wxUSE_TR... |
tree | commitdiff |
2006-11-14 |
Vadim Zeitlin | GdiplusStartup() takes ULONG_PTR, not DWORD (patch... |
tree | commitdiff |
2006-11-12 |
Vadim Zeitlin | changed last DrawButton() parameter from bool to int... |
tree | commitdiff |
2006-11-12 |
Julian Smart | Fixed compile error on Wine due to type mismatch |
tree | commitdiff |
2006-11-12 |
Julian Smart | Added missing arg |
tree | commitdiff |
2006-11-12 |
Julian Smart | Use LONG instead of long (some Wine headers complain) |
tree | commitdiff |
2006-11-12 |
Julian Smart | Wine fix |
tree | commitdiff |
2006-11-12 |
Julian Smart | Wine fixes |
tree | commitdiff |
next |