2008-04-12 |
Robert Roebling | Corrected/added support for column headers with icon... |
tree | commitdiff |
2008-04-11 |
Robert Roebling | Add test for context menu, fixed mem leak, fixed focus... |
tree | commitdiff |
2008-04-08 |
Robert Roebling | By default, align renderers as column header under... |
tree | commitdiff |
2008-04-07 |
Robert Roebling | Split wxDataViewVirtualModel fork wxDataViewIndexModel... |
tree | commitdiff |
2008-04-06 |
Robert Roebling | Test header and renderer aligment separately, II |
tree | commitdiff |
2008-04-06 |
Robert Roebling | Test header and renderer aligment separately |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | don't bounce back events to the text control recursivel... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | delay setting the window shape until it is realized... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | added a note about entry point in Unicode build (patch... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | demo toggling border and 3D sash styles (last part... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | use wxJoin() instead of redoing it manually in the... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | demonstrate fuller about dialog in ShowFullAboutDialog... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | no changes, just some cleanup (patch 1918720) |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Also right-align second column |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Added test for right alignment of 1st column |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Added test for left/centre/right alignment |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Support renderer::LeftClick() in generic code, removed... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented toggling of wxCAL_MONDAY_FIRST in the nativ... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented Mark() in the native MSW version of wxCalen... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented HitTest() in the native MSW version; added... |
tree | commitdiff |
2008-04-01 |
Vadim Zeitlin | move all appearace-related methods down to wxCalendarCt... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | added native GTK implementation of wxCalendarCtrl ... |
tree | commitdiff |
2008-03-27 |
Robin Dunn | Use C++ names in the text, not wxPython names |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | MSW fixes for the last change: call Realize() after... |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | Several fixes for removing/readding controls to the... |
tree | commitdiff |
2008-03-23 |
Francesco Montorsi | the control which can be enabled/disabled is a text... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | add timing of synchronous execution |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | no real changes, just added a default value for the... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | don't show more than 20 lines of redirected IO, just... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | correct the REDIRECT_COMMAND definition for Unix |
tree | commitdiff |
2008-03-21 |
Vadim Zeitlin | kill the process launched by wxExecute(ASYNC) to avoid... |
tree | commitdiff |
2008-03-21 |
Vadim Zeitlin | uncomment wxExecute(ASYNC) test now that it's supposed... |
tree | commitdiff |
2008-03-18 |
Vadim Zeitlin | added wxSpinCtrlDouble (slightly modified patch 1835864) |
tree | commitdiff |
2008-03-16 |
Vadim Zeitlin | added test of focusing/selecting another item |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | added support for double arguments to wxCmdLineParser... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | remove/replace redundant SetAutoLayout() and Fit()... |
tree | commitdiff |
2008-03-13 |
Václav Slavík | reverted Julian's r44600, it broke help window behavior... |
tree | commitdiff |
2008-03-06 |
Vadim Zeitlin | use %p for printing out a pointer |
tree | commitdiff |
2008-03-04 |
Václav Slavík | test Freeze/Thaw completely, including clearing and... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add test for setting toolbar background colour |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | reverted the last 2 changes to this file, the border... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add support for custom controls in file dialog in wxGTK... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add platform info for Palm (add-wxpalm-info.diff part... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add menu item to jump to DST start date |
tree | commitdiff |
2008-02-28 |
Julian Smart | Open and Close clipboard properly |
tree | commitdiff |
2008-02-12 |
Vadim Zeitlin | use const char*, not char*, for string literals to... |
tree | commitdiff |
2008-02-12 |
Vadim Zeitlin | add forgotten file needed by the last change to the... |
tree | commitdiff |
2008-02-12 |
Julian Smart | Fixed several style, paste and undo bugs |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | use #ifdef __WXMAC__, not #if |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | implement wxListBox::EnsureVisible() in wxGTK; add... |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | log Unicode data correctly, extract the logging code... |
tree | commitdiff |
2008-02-10 |
Vadim Zeitlin | update the samples to use new (non-deprecated) wxGLCanv... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | fix signed/unsigned comparison warning |
tree | commitdiff |
2008-02-09 |
Václav Slavík | disable console targets for WinCE |
tree | commitdiff |
2008-02-04 |
Vadim Zeitlin | added console IPC sample (part of patch 1833150) |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | added wxGLCanvas::IsDisplaySupported() (patch 1879906) |
tree | commitdiff |
2008-01-27 |
Vadim Zeitlin | don't reference non-existent doc.xmb file |
tree | commitdiff |
2008-01-27 |
Václav Slavík | added VC7/8 project files for samples |
tree | commitdiff |
2008-01-26 |
Vadim Zeitlin | fix the code to not use dangling pointers resulting... |
tree | commitdiff |
2008-01-23 |
Václav Slavík | regenerated makefiles with bkl-0.2.3 |
tree | commitdiff |
2008-01-19 |
Vadim Zeitlin | use slash, not backslash, in #include |
tree | commitdiff |
2008-01-18 |
Jouk Jansen | Removing wrong "const const" in type definition |
tree | commitdiff |
2008-01-16 |
Vadim Zeitlin | made all XPM const to avoid warnings from mingw32 4... |
tree | commitdiff |
2008-01-14 |
Robert Roebling | Partial impl of auto resizing columns |
tree | commitdiff |
2008-01-13 |
Robert Roebling | use wxSizer::Fit() for sizing the dialog |
tree | commitdiff |
2008-01-13 |
Vadim Zeitlin | rebaked and regenerated everything after the latest... |
tree | commitdiff |
2008-01-12 |
Robert Roebling | Invoke default action if dclick event after <ENTER... |
tree | commitdiff |
2008-01-09 |
Vadim Zeitlin | STL build compilation fix (remove useless cast of wxStr... |
tree | commitdiff |
2008-01-09 |
Vadim Zeitlin | compilation fix after _() changes; also don't use wxCha... |
tree | commitdiff |
2008-01-08 |
Vadim Zeitlin | test Clear() in the sample |
tree | commitdiff |
2008-01-08 |
Paul Cornett | speed up drawing text window in UTF8 build (something... |
tree | commitdiff |
2008-01-07 |
Robert Roebling | Correct wxObjectDataPtr<> assignment from *T to not... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | fix wxExecute thread shutdown and free wxExecuteData... |
tree | commitdiff |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
tree | commitdiff |
2007-12-30 |
Robert Roebling | initial drag interface for wxDataViewCtrl |
tree | commitdiff |
2007-12-29 |
Julian Smart | Added automatic dialog scrolling ability |
tree | commitdiff |
2007-12-26 |
Robert Roebling | Patch from Hartwig and me for implementing reorderable... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | allow centering wxMessageDialog on its parent window... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | don't use rand() for selecting the colour of the bitmap... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | fix the size of bitmaps we create (bug 1851598) |
tree | commitdiff |
2007-12-22 |
Stefan Csomor | forgot to release capture |
tree | commitdiff |
2007-12-22 |
Stefan Csomor | adding rubberbanding |
tree | commitdiff |
2007-12-20 |
Robert Roebling | Playing with wxgrid, adding optionnally native columns... |
tree | commitdiff |
2007-12-20 |
Vadim Zeitlin | show the message about test2 being unsupported on the... |
tree | commitdiff |
2007-12-19 |
Vadim Zeitlin | more socket cleanup to allow using wxSocket from both... |
tree | commitdiff |
2007-12-18 |
Robert Roebling | MSW needs size for wxImageList |
tree | commitdiff |
2007-12-18 |
Robert Roebling | Correct background colourin wxDataViewCtrl, Use IsOk... |
tree | commitdiff |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::Reset(), clarified... |
tree | commitdiff |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::RowsDeleted() and vario... |
tree | commitdiff |
2007-12-16 |
Robert Roebling | use const char* in XPMs |
tree | commitdiff |
2007-12-16 |
Robert Roebling | Implemented (for GTK+) and tested dataview_context_menu... |
tree | commitdiff |
2007-12-15 |
Paul Cornett | build fix |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | compilation fix + comment about bogus memory leak ... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | rebaked everything, fixes problems with OpenGL samples... |
tree | commitdiff |
2007-12-10 |
Vadim Zeitlin | put wxUSE_TASKBARICON_BALLOONS around ShowBalloon(... |
tree | commitdiff |
2007-12-08 |
Robert Roebling | Small rearrangement of controls |
tree | commitdiff |
2007-12-08 |
Robert Roebling | Added wxWrapSizer (modified patch: [1826950] Wrapping... |
tree | commitdiff |
2007-12-01 |
Robert Roebling | Forgot to actually use image list |
tree | commitdiff |
2007-12-01 |
Robert Roebling | Added wxDataViewTreeCtrl |
tree | commitdiff |
2007-12-01 |
Vadim Zeitlin | added MSW-specific wxTaskBarIcon::ShowBalloon() method... |
tree | commitdiff |
next |