2007-05-30 |
Václav Slavík | use wxString, not wxChar*, in wxDataFormat ctor and... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | 1. Derive wxMessageDialogBase from wxDialog (why did... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | include wx/wxcrtvararg.h needed for wxSscanf() when... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | use wxCoord with GetTextExtent(), not long (the long... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | don't compare wxList::compatibility_iterator with NULL... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | pass wxStrings directly to wxFAIL_MSG, there is no... |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | compilation fix in GetPixelSize() for wxUSE_GRAPHICS_CO... |
tree | commitdiff |
2007-05-10 |
Michael Wetherell | Compile fix. |
tree | commitdiff |
2007-05-10 |
Vadim Zeitlin | added wxListCtrl::SetItemPtrData() |
tree | commitdiff |
2007-05-02 |
Stefan Csomor | trying optimal scrolling solution perf-wise |
tree | commitdiff |
2007-05-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
tree | commitdiff |
2007-05-01 |
Robert Roebling | Renamed wxDCBase::LogicalTo ... to wxDC::.. here... |
tree | commitdiff |
2007-05-01 |
Robert Roebling | Made device to logical and vv conversion methods |
tree | commitdiff |
2007-05-01 |
Stefan Csomor | adjusting refcount asserts |
tree | commitdiff |
2007-05-01 |
Stefan Csomor | Patch 1708290 |
tree | commitdiff |
2007-05-01 |
Stefan Csomor | Patch 1678304 |
tree | commitdiff |
2007-05-01 |
Stefan Csomor | Patch 1709069 |
tree | commitdiff |
2007-05-01 |
Stefan Csomor | Patch 1709108 |
tree | commitdiff |
2007-04-27 |
Václav Slavík | WX_PRECOMP, not WXPRECOMP |
tree | commitdiff |
2007-04-26 |
Vadim Zeitlin | don't assert in SetSelection(wxNOT_FOUND), just clear... |
tree | commitdiff |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to... |
tree | commitdiff |
2007-04-21 |
Kevin Ollivier | Return wx menu items inserted into the Window system... |
tree | commitdiff |
2007-04-21 |
Kevin Ollivier | Fix bug with m_current causing EVT_LIST_KEY_DOWN events... |
tree | commitdiff |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
tree | commitdiff |
2007-04-14 |
Stefan Csomor | fixing non core graphcis build |
tree | commitdiff |
2007-04-14 |
Stefan Csomor | fixing assert |
tree | commitdiff |
2007-04-14 |
Stefan Csomor | fixing the shrinking embedded controls |
tree | commitdiff |
2007-04-11 |
Vadim Zeitlin | add aglUpdateContext() call (doesn't seem to change... |
tree | commitdiff |
2007-04-10 |
Vadim Zeitlin | Big wxGL classes refactoring/cleanup: |
tree | commitdiff |
2007-04-10 |
Stefan Csomor | don't change the case of extensions |
tree | commitdiff |
2007-04-10 |
Stefan Csomor | fixing refcounting for embedded native controls |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | filter out bundles/packages when showing the open file... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | choose the first extension by default, if several are... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | don't remove the tools we hadn't added to the toolbar... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | fix crash introduced in last commit (the correct item... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | 1. changed wxIconBundle to use m_refData and COW to... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | support accelerators for buttons too (slightly modified... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | added MacOpenURL() (patch 1235957) |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | don't access the window after it had been deleted by... |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | suppress warning about converting -1 to MenuItemIndex |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | compilation fix: don't try to convert wxString to bool... |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | compilation fix: test correctly for filter string not... |
tree | commitdiff |
2007-04-06 |
Robin Dunn | More patches from FM to clean up after moving contribs... |
tree | commitdiff |
2007-04-03 |
Paul Cornett | build fixes for wxUSE_VALIDATORS==0 |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | 1. Moved m_usePrimary to wxClipboardBase as it's now... |
tree | commitdiff |
2007-03-26 |
Robin Dunn | Forward port of my recent changes in the 2.8 branch: |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER... |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
tree | commitdiff |
2007-03-23 |
Kevin Ollivier | If using the system Window menu on OS X, integrate... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
tree | commitdiff |
2007-03-21 |
Paul Cornett | revert use of AllocExclusive |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | fixed typo in last commit |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973) |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | multiple fixes to wxJoystick under Unix and new index... |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | avoid duplicated empty help menu in localized applicati... |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | don't add extra GetCharHeight() pixels to the top borde... |
tree | commitdiff |
2007-03-11 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | return effective dnd operation result and not the expec... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | allow using numpad enter key to activate the default... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | don't send incorrect char events when entering Unicode... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | corrected the just-added operator=(RGBColor) return... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | corrected bug due to testing for wrong return value... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | added wxColour(RGBColor) ctor and use it insteaf of... |
tree | commitdiff |
2007-03-09 |
Vadim Zeitlin | implement wxMutex::LockTimeout() using critical region... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed deprecated wxADJUST_MINSIZE |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 in non-MSW code |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | return correct client area for at least the primary... |
tree | commitdiff |
2007-03-05 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-02-24 |
Kevin Hock | Build fix from FM (cascade from object.h changes making... |
tree | commitdiff |
2007-02-22 |
Kevin Ollivier | Fix for crash when an invalid font was being mistakenly... |
tree | commitdiff |
2007-02-09 |
Julian Smart | Reverted renderer changes and just use window variant... |
tree | commitdiff |
2007-02-08 |
Julian Smart | Added size constants to allow drawn control parts to... |
tree | commitdiff |
2007-02-06 |
Robin Dunn | Added SetToolNormalBitmap and SetToolDisabledBitmap |
tree | commitdiff |
2007-02-06 |
Włodzimierz Skiba | wx/log.h belongs to pch system |
tree | commitdiff |
2007-02-05 |
Julian Smart | Missing include |
tree | commitdiff |
2007-02-04 |
Stefan Csomor | using scroll axis for mousewheel events |
tree | commitdiff |
2007-01-26 |
Stefan Csomor | changing asserts to debug info |
tree | commitdiff |
2007-01-26 |
Stefan Csomor | separate assert in case the control ref is already... |
tree | commitdiff |
2007-01-20 |
Robin Dunn | Added support for the wxFRAME_FLOAT_ON_PARENT style |
tree | commitdiff |
2007-01-19 |
Robin Dunn | Added wxSearchCtrl::[Get|Set]DescriptiveText |
tree | commitdiff |
2007-01-18 |
Robin Dunn | Use kControlContentIconRef when recreating the tool... |
tree | commitdiff |
2007-01-12 |
Robin Dunn | DoGetBestSize fix, the lbWidth was not getting updated... |
tree | commitdiff |
2007-01-12 |
Stefan Csomor | making sure it is only breaking at newlines for measuring |
tree | commitdiff |
2007-01-12 |
Stefan Csomor | using the CF Message box only for non main thread alerts |
tree | commitdiff |
2007-01-08 |
Vadim Zeitlin | added more wxUSE_TREE/LISTCTRL tests to fix compilation... |
tree | commitdiff |
2007-01-08 |
Chris Elliott | fix part of proposal at http://news.gmane.org/find... |
tree | commitdiff |
2007-01-08 |
Kevin Ollivier | Fix GetNextItem for virtual wxListCtrl, and improve... |
tree | commitdiff |
2007-01-07 |
Kevin Ollivier | Add more sanity checks to virtual list item nums as... |
tree | commitdiff |
2007-01-07 |
Kevin Ollivier | Use GetItem to get item info for events, even for virtu... |
tree | commitdiff |
2007-01-07 |
Kevin Ollivier | Generic list and tree ctrl should not use the focused... |
tree | commitdiff |
2007-01-06 |
Kevin Ollivier | Don't draw the primary highlight colors if the control... |
tree | commitdiff |
2007-01-05 |
Kevin Ollivier | Apply patch #1626802, which fixes GetNextItem to return... |
tree | commitdiff |
2007-01-05 |
Stefan Csomor | allowing vertical scrolling even if wxTE_NO_VSCROLL... |
tree | commitdiff |
next |