2006-09-28 |
Vadim Zeitlin | suppress gcc warning about DWET_XXX enumeration values... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | fix unused variable warning when wxUSE_PALETTE==0 |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | add compilation options to allow compiling in just... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | The Lesser wxMask Refactoring: merged wxMGL and wxDFB... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | add compilation options to allow compiling in just... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | no real changes, just replaced a long preprocessor... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Václav Slavík | don't hardcode the theme, it prevents WXTHEME env.var... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | DIKI_ALTGR was removed in DFB 0.9.25 |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | define wxUSE_BOOKCTRL when wxUSE_NOTE/LIST/CHOICEBOOK... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | handle DIKI_ALT_GR in the switch even if we don't have... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | only use PS printing in wxUniv (the test was accidental... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | fixed Contains() to pass the unit test (didn't work... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | added wxString::Contains() unit test |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | VC7.1 warning fix about passing temporary as (non-const... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Stefan Csomor | adding wxArrayDouble for later use in graphics context... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Stefan Csomor | adopting correct implementation virtualization for... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | added Malay translations (Mahrazi Mohd Kamal) |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Vadim Zeitlin | update from Priyank Bolia |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Włodzimierz... | WinCE build fix: access to protected member. |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Robin Dunn | Add missing "public" so wxGridCellRenderer methods... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Vadim Zeitlin | allow specifying the size of wxDCTemp and do specify... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robert Roebling | Added test bitmap. |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robert Roebling | Added wxDataViewBitmapCell |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robert Roebling | Added wxVariant's =, == and != operators for wxObject* |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robert Roebling | GetWxObjectPtr() returns wxObject*, not void*. |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robert Roebling | Make GetWxObjectPtr() const. |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robin Dunn | If a TLW's default item is not an immediate child then... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robin Dunn | Add missing "public" so wxGridCellRenderer methods... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Julian Smart | Converts DOS line endings to Unix if necessary |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robin Dunn | Workaround some platform differences |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Stefan Csomor | removing the old style code cases |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Václav Slavík | fix client area computations and borders rendering... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Václav Slavík | fixed crash when using GTK theme |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Vadim Zeitlin | add wxUSE_OLE_AUTOMATION here too |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Włodzimierz... | Corrections after The Great wxRegion Refactoring. |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robert Roebling | [ 1541434 ] wxListView::IsSelected should be const |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robert Roebling | [ 1557102 ] wxCombobox + keyboard selection + TEXT_EN... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robert Roebling | [ 1545669 ] EVT_ACTIVATE_APP wrongly documented as... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robert Roebling | [ 1553595 ] Doc error: wxView::OnDraw |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robert Roebling | [ 1565385 ] wxImage scaling fix - apply mask when... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Elliott | remove wx.pdf correctly |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Vadim Zeitlin | let the control process WM_RBUTTONDOWN finally, trying... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robin Dunn | Add WXDLLEXPORT to wxRegionWithCombine declaration |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Robin Dunn | Add properties |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Robert Roebling | Implement most of AppendRow(), PrependRow(), InsertRow(), |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Robin Dunn | add tests for EVT_TEXT_ENTER |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Robin Dunn | build tweaks, also drop most Python 2.3 builds |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Robin Dunn | various changes to get up to date with CVS |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Václav Slavík | added assert to check for not-yet-implemented behavior... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Robin Dunn | Forward declare wxMacListControl |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Vadim Zeitlin | compilation fixes after recent changes |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Vadim Zeitlin | fix undefined behaviour due to using shift variable... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Vadim Zeitlin | make wxMacItem::m_colId of type DataBrowserPropertyID... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Vadim Zeitlin | fixed warnings, reformatted braces |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Vadim Zeitlin | compilation fix after last change |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Robin Dunn | fix attribute errors when importing wxPython.wx |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Włodzimierz... | Corrections after The Great wxRegion Refactoring. |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Václav Slavík | compilation fix (missing void) |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Robert Roebling | Mention wxODCombo stuff. |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Włodzimierz... | Build fix for wxMSWUniv makefile driven builds. univ... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Robert Roebling | Forgot to commit wxBitmapComboBox docs |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Vadim Zeitlin | added wxUSE_VARIANT guards |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Włodzimierz... | Warning fixes. |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Vadim Zeitlin | rename OnResize() to OnSize() to avoid conflict with... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Vadim Zeitlin | use _snprintf() in system_sprintf() for the compilers... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Vadim Zeitlin | The Great wxRegion Refactoring: |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Vadim Zeitlin | add wxTLW::UseNativeDecorations[ByDefault]() to allow... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Vadim Zeitlin | fix TLW borders width in mono theme |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Václav Slavík | don't allocate backbuffer for dummy surfaces |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Václav Slavík | reduce the number of repaintings by repaiting (rect... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Julian Smart | Fixed LoadFile typo |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Robin Dunn | handle starting out with multiple lines of text. |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Vadim Zeitlin | oops, restored accidentally deleted functions in last... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Vadim Zeitlin | get rid of wxUSE_CHECKBOXES_IN_MULTI_SEL_TREE code... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Vadim Zeitlin | make log messages more readable |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Michael Wetherell | Improve the error messages slightly. |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Vadim Zeitlin | 1. fixed many warnings about implicit double to int... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Vadim Zeitlin | move wxBitmapComboBox dependency check to wx/chkconf... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Vadim Zeitlin | Added wxUSE_VARIANT and the related checks, also added... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Vadim Zeitlin | use wxRect::Contains(), not Inside() (fixes compilation... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Robert Roebling | Same problem for blurring functions. |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Robert Roebling | Mention the problem with mask colour and blurring. |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Robert Roebling | [ 1537065 ] wxImage: Higher quality scaling/sampling |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Michael Wetherell | Forward port test case that corrupts archives to see... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Julian Smart | Added DoLoadFile, DoSaveFile to wxTextCtrlBase |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Robert Roebling | Added test to reproduce [ 1541148 ] wxTreeCtrol:... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Vadim Zeitlin | added wxSize::IncBy() and DecBy() methods |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Robert Roebling | Fixed [ 1561693 ] wxGIFDecoder creates incorrect... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Robert Roebling | Updated wxPallete information. |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Robert Roebling | [ 1563875 ] wxTreeCtrl::FindItem asserts when item... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Kevin Ollivier | kDataBrowserListViewNoGapForIconInHeaderButton not... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Robin Dunn | remove superfluous assert |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Robin Dunn | New names for some ArtProvider methods |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Robin Dunn | More bakfile changes needed for bmpcbox. Rebaked. |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Vadim Zeitlin | 1. deprecate redundantly sounding wxArtProvider::FooPro... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Václav Slavík | changed the catalogs lookup back to the old behaviour... |
commit | commitdiff | tree | snapshot |
next |