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 |
2007-12-01 |
Vadim Zeitlin | removed the menu item which could be used to remove... |
tree | commitdiff |
2007-11-30 |
Robert Roebling | DC reorganization |
tree | commitdiff |
2007-11-27 |
Stefan Csomor | moving to gcc 4.0 exclusively, 10.4 minimum system |
tree | commitdiff |
2007-11-26 |
Stefan Csomor | avoiding menu id = 0 , adding rotating through directio... |
tree | commitdiff |
2007-11-25 |
Václav Slavík | removed ANSI configs from VisualC++ project files |
tree | commitdiff |
2007-11-24 |
Vadim Zeitlin | added Show/HideWithEffect() and implemented them using... |
tree | commitdiff |
2007-11-24 |
Vadim Zeitlin | rewrite the sample to use a main frame to make it more... |
tree | commitdiff |
2007-11-24 |
Vadim Zeitlin | added wxNotificationMessage and implemented it generica... |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | fix unused parameter warning after last change |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | experimental IPv6 implementation (patch 1771429) |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | added public wxInfoMessageBox() (slightly modified... |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | preserve custom colours between calls to wxGetColourFro... |
tree | commitdiff |
2007-11-17 |
Robert Roebling | Update to wxDataViewCtrl from Hartwig |
tree | commitdiff |
2007-11-13 |
Vadim Zeitlin | added GetLineText() test |
tree | commitdiff |
2007-11-13 |
Vadim Zeitlin | compilation fix after argv changes |
tree | commitdiff |
2007-11-13 |
Paul Cornett | warning fixes |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | removed stray include |
tree | commitdiff |
2007-11-12 |
Václav Slavík | renamed wxstd.po to wxstd.pot so that it uses standard... |
tree | commitdiff |
2007-11-10 |
Stefan Csomor | adding the python sample for graphicscontext |
tree | commitdiff |
2007-11-09 |
Robert Roebling | More attempts to better support theme borders |
tree | commitdiff |
2007-11-09 |
Robert Roebling | compilation |
tree | commitdiff |
2007-11-09 |
Robert Roebling | added test for simplistic control with border |
tree | commitdiff |
2007-11-09 |
Robert Roebling | Use const for xpm icons |
tree | commitdiff |
2007-11-09 |
Robert Roebling | use const for xpm icons |
tree | commitdiff |
2007-11-09 |
Robert Roebling | use const for xpm icons |
tree | commitdiff |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
tree | commitdiff |
2007-10-31 |
Vadim Zeitlin | replaced a wrong _() with _T() (small part of patch... |
tree | commitdiff |
2007-10-26 |
Vadim Zeitlin | removed odbc from the libraries used by the console... |
tree | commitdiff |
2007-10-24 |
Chris Elliott | makefiels updated to reflect removal of db sample |
tree | commitdiff |
2007-10-23 |
Vadim Zeitlin | fixed another unused parameter warning |
tree | commitdiff |
2007-10-23 |
Robert Roebling | Add column to control after association with model... |
tree | commitdiff |
2007-10-23 |
Vadim Zeitlin | remove ODBC and DBgrid libraries |
tree | commitdiff |
2007-10-22 |
Vadim Zeitlin | added wxBG_STYLE_TRANSPARENT and implemented it for... |
tree | commitdiff |
2007-10-22 |
Stefan Csomor | better appearance on mac w/o sunken border |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | many wxIPC Unicode and UTF-8 fixes (use void* instead... |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Use wxDataViewSpinRenderer |
tree | commitdiff |
2007-10-20 |
Vadim Zeitlin | export wxInvalidSize from DLL builds (patch 1805738) |
tree | commitdiff |
next |