2006-09-28 |
Vadim Zeitlin | fix unused variable warning when wxUSE_PALETTE==0 |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | The Lesser wxMask Refactoring: merged wxMGL and wxDFB... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | add compilation options to allow compiling in just... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | no real changes, just replaced a long preprocessor... |
tree | commitdiff |
2006-09-28 |
Václav Slavík | don't hardcode the theme, it prevents WXTHEME env.var... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | DIKI_ALTGR was removed in DFB 0.9.25 |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | handle DIKI_ALT_GR in the switch even if we don't have... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | only use PS printing in wxUniv (the test was accidental... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | fixed Contains() to pass the unit test (didn't work... |
tree | commitdiff |
2006-09-28 |
Stefan Csomor | adopting correct implementation virtualization for... |
tree | commitdiff |
2006-09-27 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-09-27 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-09-27 |
Włodzimierz Skiba | WinCE build fix: access to protected member. |
tree | commitdiff |
2006-09-26 |
Vadim Zeitlin | allow specifying the size of wxDCTemp and do specify... |
tree | commitdiff |
2006-09-26 |
Robert Roebling | Added wxDataViewBitmapCell |
tree | commitdiff |
2006-09-26 |
Robert Roebling | Added wxVariant's =, == and != operators for wxObject* |
tree | commitdiff |
2006-09-26 |
Robert Roebling | Make GetWxObjectPtr() const. |
tree | commitdiff |
2006-09-26 |
Robin Dunn | If a TLW's default item is not an immediate child then... |
tree | commitdiff |
2006-09-26 |
Julian Smart | Converts DOS line endings to Unix if necessary |
tree | commitdiff |
2006-09-26 |
Stefan Csomor | removing the old style code cases |
tree | commitdiff |
2006-09-26 |
Václav Slavík | fix client area computations and borders rendering... |
tree | commitdiff |
2006-09-26 |
Václav Slavík | fixed crash when using GTK theme |
tree | commitdiff |
2006-09-26 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-09-26 |
Robert Roebling | [ 1557102 ] wxCombobox + keyboard selection + TEXT_EN... |
tree | commitdiff |
2006-09-26 |
Robert Roebling | [ 1565385 ] wxImage scaling fix - apply mask when... |
tree | commitdiff |
2006-09-26 |
Vadim Zeitlin | let the control process WM_RBUTTONDOWN finally, trying... |
tree | commitdiff |
2006-09-25 |
Robert Roebling | Implement most of AppendRow(), PrependRow(), InsertRow(), |
tree | commitdiff |
2006-09-25 |
Václav Slavík | added assert to check for not-yet-implemented behavior... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | compilation fixes after recent changes |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | fix undefined behaviour due to using shift variable... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | fixed warnings, reformatted braces |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2006-09-25 |
Włodzimierz Skiba | Corrections after The Great wxRegion Refactoring. |
tree | commitdiff |
2006-09-25 |
Václav Slavík | compilation fix (missing void) |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | added wxUSE_VARIANT guards |
tree | commitdiff |
2006-09-25 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | rename OnResize() to OnSize() to avoid conflict with... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | use _snprintf() in system_sprintf() for the compilers... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | The Great wxRegion Refactoring: |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | add wxTLW::UseNativeDecorations[ByDefault]() to allow... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | fix TLW borders width in mono theme |
tree | commitdiff |
2006-09-25 |
Václav Slavík | don't allocate backbuffer for dummy surfaces |
tree | commitdiff |
2006-09-25 |
Václav Slavík | reduce the number of repaintings by repaiting (rect... |
tree | commitdiff |
2006-09-25 |
Julian Smart | Fixed LoadFile typo |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | oops, restored accidentally deleted functions in last... |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | get rid of wxUSE_CHECKBOXES_IN_MULTI_SEL_TREE code... |
tree | commitdiff |
2006-09-24 |
Michael Wetherell | Improve the error messages slightly. |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | 1. fixed many warnings about implicit double to int... |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | Added wxUSE_VARIANT and the related checks, also added... |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | use wxRect::Contains(), not Inside() (fixes compilation... |
tree | commitdiff |
2006-09-24 |
Robert Roebling | [ 1537065 ] wxImage: Higher quality scaling/sampling |
tree | commitdiff |
2006-09-24 |
Julian Smart | Added DoLoadFile, DoSaveFile to wxTextCtrlBase |
tree | commitdiff |
2006-09-24 |
Robert Roebling | Fixed [ 1561693 ] wxGIFDecoder creates incorrect... |
tree | commitdiff |
2006-09-24 |
Robert Roebling | Updated wxPallete information. |
tree | commitdiff |
2006-09-24 |
Robert Roebling | [ 1563875 ] wxTreeCtrl::FindItem asserts when item... |
tree | commitdiff |
2006-09-24 |
Kevin Ollivier | kDataBrowserListViewNoGapForIconInHeaderButton not... |
tree | commitdiff |
2006-09-24 |
Robin Dunn | remove superfluous assert |
tree | commitdiff |
2006-09-23 |
Robin Dunn | More bakfile changes needed for bmpcbox. Rebaked. |
tree | commitdiff |
2006-09-23 |
Vadim Zeitlin | 1. deprecate redundantly sounding wxArtProvider::FooPro... |
tree | commitdiff |
2006-09-23 |
Václav Slavík | changed the catalogs lookup back to the old behaviour... |
tree | commitdiff |
2006-09-23 |
Václav Slavík | renamed GetMsgCatalogSubdir to *Subdirs to make it... |
tree | commitdiff |
2006-09-23 |
Václav Slavík | fixed client<->window coords translations in DoMoveWind... |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1564062 ] wxComboCtrl popup height fix |
tree | commitdiff |
2006-09-23 |
Robert Roebling | Implememt GetColoursCount() in the generic wxPalette. |
tree | commitdiff |
2006-09-23 |
Robert Roebling | Compilo. |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1557935 ] wxPalette::GetColoursCount implementation |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1559479 ] wxImageComboBox |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1560860 ] wxComboCtrl EVT_TEXT filtering. |
tree | commitdiff |
2006-09-23 |
Robert Roebling | Reset m_oldValue of after ::SetValue(). |
tree | commitdiff |
2006-09-22 |
Robin Dunn | Fix my last fix. The method is pure virtual in the... |
tree | commitdiff |
2006-09-22 |
Robin Dunn | Remove the wxVariantDataString::Read method since the... |
tree | commitdiff |
2006-09-22 |
Robin Dunn | Patch from Tim Kosse to allow virtual list ctrl to... |
tree | commitdiff |
2006-09-22 |
Robin Dunn | Catch WXK_NUMPAD_DELETE and WXK_NUMPAD_INSERT too |
tree | commitdiff |
2006-09-22 |
Kevin Ollivier | Fixing SetColumnWidth and selection handling, attempt... |
tree | commitdiff |
2006-09-22 |
Kevin Hock | When autosizing a row or column (AutoSize____), use... |
tree | commitdiff |
2006-09-22 |
Stefan Csomor | further encapsulation of graphics context, wxdc becomin... |
tree | commitdiff |
2006-09-22 |
Jouk Jansen | Update OpenVMS make files |
tree | commitdiff |
2006-09-22 |
Václav Slavík | implemented SetFocus |
tree | commitdiff |
2006-09-22 |
Vadim Zeitlin | don't release the DC which we don't own in wxUSE_UXTHEM... |
tree | commitdiff |
2006-09-21 |
Václav Slavík | put remaining toolbars-related methods into #if wxUSE_T... |
tree | commitdiff |
2006-09-21 |
Václav Slavík | send wxChildFocusEvent |
tree | commitdiff |
2006-09-21 |
Václav Slavík | fixed DrawText to use text colours instead of pen+brush... |
tree | commitdiff |
2006-09-21 |
Włodzimierz Skiba | PCH build fixes. |
tree | commitdiff |
2006-09-21 |
Václav Slavík | hide the caret before setting m_updateRegion: produces... |
tree | commitdiff |
2006-09-21 |
Stefan Csomor | cleanup |
tree | commitdiff |
2006-09-21 |
Włodzimierz Skiba | PCH build fix. |
tree | commitdiff |
2006-09-21 |
Stefan Csomor | getting out for 'addded' events early enough |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | removed operator>>(istream&, wxString&) -- it's better... |
tree | commitdiff |
2006-09-20 |
Kevin Ollivier | Remove instances where wxGenericImageList is included... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | make colours of the selected text inversed |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | add more virtual border drawing functions used by frame... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | centre frame decoration bitmaps in their buttons |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | removed stubs for frame decorations drawing |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | move frame decorations drawing to the base class |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | fix infinite recursion in DrawStatusField() after lates... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | added stubs for the missing functions, this theme links now |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | move generic part of AdjustSize() and status bar method... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | define wxCONTROL_SIZEGRIP as another possible interpret... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | first compilable version of the mono theme, replacing... |
tree | commitdiff |
2006-09-20 |
Stefan Csomor | preliminary editing support |
tree | commitdiff |
next |