2006-10-05 |
Vadim Zeitlin | restored Ove Kåven name in the header comment which was |
tree | commitdiff |
2006-10-04 |
Robert Roebling | Add row activated event. |
tree | commitdiff |
2006-10-04 |
Włodzimierz Skiba | BookCtrl event handler added to default book layer. |
tree | commitdiff |
2006-10-04 |
Robin Dunn | Bakefile changes for building the graphics context... |
tree | commitdiff |
2006-10-03 |
Robin Dunn | Give the grid events a Clone method |
tree | commitdiff |
2006-10-03 |
Robin Dunn | DLL build fix |
tree | commitdiff |
2006-10-03 |
Robert Roebling | More selection work in GTK+ version. |
tree | commitdiff |
2006-10-03 |
Stefan Csomor | adding alpha to gtk colour |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Renamed wxDataViewCell to wxDataViewRenderer since the |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | fixes for compilation with wxUSE_XXX==0 and some other... |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | fix wxFilesystem compilation if wxUSE_FFILE is 0 but... |
tree | commitdiff |
2006-10-03 |
Paul Cornett | header cleanup |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Added event skeletons, defines, event ids.. |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Added selection API. |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Replaces size_t with unsigned int in wxDataViewCtrl... |
tree | commitdiff |
2006-10-02 |
Vadim Zeitlin | added wxUSE_ACTIVEX which depends on wxUSE_VARIANT... |
tree | commitdiff |
2006-10-02 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2006-10-02 |
Paul Cornett | listctrl header cleanup |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | GCC warning fix. Minor cleanup. |
tree | commitdiff |
2006-10-02 |
Vadim Zeitlin | put expdecl in the correct place in DECLARE/IMPLEMENT_V... |
tree | commitdiff |
2006-10-02 |
Paul Cornett | put grid string in generic/grid.cpp, not common/datacmn.cpp |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | Tinderbox build fix. |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | Warning fixes after char->wxChar in wxVariant. |
tree | commitdiff |
2006-10-02 |
Paul Cornett | use unsigned for display count |
tree | commitdiff |
2006-10-01 |
Robert Roebling | Removed some irritating flags. |
tree | commitdiff |
2006-10-01 |
Julian Smart | Added rich text buffer clipboard support. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Several wxBitmapDataCell changes. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Missed these in the char -> wxChar change. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Move wxVariant support for GDI classes to their |
tree | commitdiff |
2006-09-30 |
Václav Slavík | clean DFB event buffer on shutdown |
tree | commitdiff |
2006-09-30 |
Vadim Zeitlin | draw solid focus rectangle in mono theme and don't... |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Added DECLARE_VARIANT_OBJECT macros for easy conversion |
tree | commitdiff |
2006-09-30 |
Vadim Zeitlin | move wxSTRINGIZE and other preprocessor helpers to... |
tree | commitdiff |
2006-09-30 |
Stefan Csomor | missing Normalize implementation |
tree | commitdiff |
2006-09-30 |
Stefan Csomor | enabling alpha on msw colour |
tree | commitdiff |
2006-09-30 |
Vadim Zeitlin | include wx/defs.h to get wxSTRINGIZE |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Changed char to wxChar. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Applied ref-couting patch. |
tree | commitdiff |
2006-09-30 |
Kevin Ollivier | Fixed sorting and commiting support for native virtual... |
tree | commitdiff |
2006-09-29 |
Václav Slavík | undef wxUSE_THEME_XXX before redefining them to 1 if... |
tree | commitdiff |
2006-09-29 |
Włodzimierz Skiba | Tinderbox build fix. |
tree | commitdiff |
2006-09-29 |
Stefan Csomor | graphics context implementation |
tree | commitdiff |
2006-09-29 |
Václav Slavík | fixed IMPLEMENT_APP to work even if compiled with ... |
tree | commitdiff |
2006-09-29 |
Václav Slavík | moved wxSTRINGIZE to defs.h and made it work with macro... |
tree | commitdiff |
2006-09-29 |
Václav Slavík | fixed wxStatusBar size calculations so that the text... |
tree | commitdiff |
2006-09-29 |
Julian Smart | Fixed bugs in, and added operators and copy constructor... |
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 |
Vadim Zeitlin | define wxUSE_BOOKCTRL when wxUSE_NOTE/LIST/CHOICEBOOK... |
tree | commitdiff |
2006-09-28 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2006-09-28 |
Stefan Csomor | adding wxArrayDouble for later use in graphics context... |
tree | commitdiff |
2006-09-28 |
Stefan Csomor | adopting correct implementation virtualization for... |
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 |
Włodzimierz Skiba | Corrections after The Great wxRegion Refactoring. |
tree | commitdiff |
2006-09-26 |
Robert Roebling | [ 1541434 ] wxListView::IsSelected should be const |
tree | commitdiff |
2006-09-26 |
Robin Dunn | Add WXDLLEXPORT to wxRegionWithCombine declaration |
tree | commitdiff |
2006-09-25 |
Robert Roebling | Implement most of AppendRow(), PrependRow(), InsertRow(), |
tree | commitdiff |
2006-09-25 |
Robin Dunn | Forward declare wxMacListControl |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | make wxMacItem::m_colId of type DataBrowserPropertyID... |
tree | commitdiff |
2006-09-25 |
Václav Slavík | compilation fix (missing void) |
tree | commitdiff |
2006-09-25 |
Włodzimierz Skiba | Build fix for wxMSWUniv makefile driven builds. univ... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | added wxUSE_VARIANT guards |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | rename OnResize() to OnSize() to avoid conflict with... |
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-24 |
Vadim Zeitlin | move wxBitmapComboBox dependency check to wx/chkconf... |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | Added wxUSE_VARIANT and the related checks, also added... |
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 |
Vadim Zeitlin | added wxSize::IncBy() and DecBy() methods |
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-23 |
Vadim Zeitlin | 1. deprecate redundantly sounding wxArtProvider::FooPro... |
tree | commitdiff |
2006-09-23 |
Václav Slavík | added comment clarifying the meaning of DoMoveWindow... |
tree | commitdiff |
2006-09-23 |
Robert Roebling | Typo. |
tree | commitdiff |
2006-09-23 |
Robert Roebling | Implememt GetColoursCount() in the generic wxPalette. |
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-22 |
Stefan Csomor | typo |
tree | commitdiff |
2006-09-22 |
Stefan Csomor | allow access to wxWindow* |
tree | commitdiff |
2006-09-22 |
Stefan Csomor | extending graphics context encapsulation |
tree | commitdiff |
2006-09-22 |
Stefan Csomor | extending graphics context encapsulation |
tree | commitdiff |
2006-09-22 |
Václav Slavík | implemented SetFocus |
tree | commitdiff |
2006-09-21 |
Václav Slavík | put remaining toolbars-related methods into #if wxUSE_T... |
tree | commitdiff |
2006-09-21 |
Stefan Csomor | cleanup |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | removed operator>>(istream&, wxString&) -- it's better... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | add more virtual border drawing functions used by frame... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | move frame decorations drawing to the base class |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | move generic part of AdjustSize() and status bar method... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | add Inflate(wxSize) overload |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | define wxCONTROL_SIZEGRIP as another possible interpret... |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | moved Arrow_ constants to the base class |
tree | commitdiff |
2006-09-20 |
Stefan Csomor | undoing my duplicate efforts to solve the same problem ... |
tree | commitdiff |
next |