2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated... |
tree | commitdiff |
2009-06-01 |
Vadim Zeitlin | correct Borland #pragma hdrstop position |
tree | commitdiff |
2009-06-01 |
Robert Roebling | Closes #10495: wxDataViewCtrl needs a way to start... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | improve wxTreeCtrl::ScrollTo() behaviour in the generic... |
tree | commitdiff |
2009-05-30 |
Vadim Zeitlin | added power, svg, taborder and xrc samples (closes... |
tree | commitdiff |
2009-05-25 |
Vadim Zeitlin | ensure that Excel is visible and has an opened workbook... |
tree | commitdiff |
2009-05-25 |
Vadim Zeitlin | add support for defining list control columns in XRC... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | added a timer updating a counter in the background... |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | mark the document as modified when its text control... |
tree | commitdiff |
2009-05-16 |
Francesco Montorsi | (dirty) fix rendering upon startup of the surface |
tree | commitdiff |
2009-05-12 |
Vadim Zeitlin | don't update stc.h when not building the library, it... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | added UDP test (see #10717) |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | add tests for GetLocal() and GetPeer() (see #10779) |
tree | commitdiff |
2009-05-09 |
Francesco Montorsi | add new predefined colour (and relative brush/pen)... |
tree | commitdiff |
2009-05-07 |
Vadim Zeitlin | add support for loading wxListCtrl items and wxImageLis... |
tree | commitdiff |
2009-05-07 |
Vadim Zeitlin | add SetEscapeId() test (see #10746) |
tree | commitdiff |
2009-05-06 |
Stefan Csomor | fixing osx_carbon guard |
tree | commitdiff |
2009-05-04 |
Vadim Zeitlin | don't use deprecated EVT_GRID_CELL_CHANGED synonym |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
tree | commitdiff |
2009-04-29 |
Vadim Zeitlin | show the new size of the grid row/col which was resized... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add a possibility to disable individual grid rows/colum... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | set more svn properties for the files which didn't... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add parent parameter to wxAboutBox() (closes #9952) |
tree | commitdiff |
2009-04-26 |
Kevin Ollivier | Rebake after latest changes. |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | add support for table border width attribute (closes... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | no changes, just fix a typo in a menu item label |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | added find performance test (see #9870) and the possibi... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | only use Mac-specific menu item under Mac |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | use wxSTB_ as prefix for wxStatusBar styles; add suppor... |
tree | commitdiff |
2009-04-24 |
Chris Elliott | update bakefile to 0.2.6 |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | add Bind() test |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | define constants for the number of items in the tree... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
tree | commitdiff |
2009-04-15 |
Francesco Montorsi | small enhancement: account for SLANT==ITALIC on wxMSW... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | allow testing more font properties: light weight, slant... |
tree | commitdiff |
2009-04-07 |
Robert Roebling | Add test for wxDataViewColumn::GetWidth |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | added test for wxDC-based image scaling; updated copyright |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | paint background by default to avoid unexpected sample... |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | implement GetImageCount() for GIF handler (closes ... |
tree | commitdiff |
2009-04-01 |
Francesco Montorsi | add IT locale to the makefile |
tree | commitdiff |
2009-04-01 |
Francesco Montorsi | include the locale name in the error message when the... |
tree | commitdiff |
2009-03-30 |
Václav Slavík | always return (owned or non-owned, depending on build... |
tree | commitdiff |
2009-03-26 |
Benjamin Williams | fix misusage of wxFlexGridSizer that was causing an... |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | don't omit wxOK in wxMessageBox() call |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | remove VCard code leftover: it's not part of wx |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | make sure that wxProcess always have a valid PID set... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | add the ability to test the wxBell() function |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | add timing of the page loading (see #9972) |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | fix typo in comment introduced in the previous change... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | don't build flash and mfc samples with non-MSVC compile... |
tree | commitdiff |
2009-03-19 |
Francesco Montorsi | commit temporary fix for the sample for 2.9.0 release |
tree | commitdiff |
2009-03-18 |
Benjamin Williams | updated aui sample to demonstrate/test wxITEM_RADIO... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
tree | commitdiff |
2009-03-17 |
Jouk Jansen | correct typo in my previous commit |
tree | commitdiff |
2009-03-17 |
Jouk Jansen | correcting #ifdef syntax error |
tree | commitdiff |
2009-03-16 |
Francesco Montorsi | allow testing wxSystemSettings::GetFont() return value |
tree | commitdiff |
2009-03-16 |
Vadim Zeitlin | add a menu item to test setting focus (see #626 comment:42) |
tree | commitdiff |
2009-03-15 |
Kevin Ollivier | Rebake after last change. |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | revise the sample, simplifying and cleaning it where... |
tree | commitdiff |
2009-03-13 |
Kevin Ollivier | Only MSW supports loading sounds from data. |
tree | commitdiff |
2009-03-13 |
Kevin Ollivier | Mac -> OSX header change. |
tree | commitdiff |
2009-03-13 |
Václav Slavík | added wxXmlResource::LoadAllFiles() |
tree | commitdiff |
2009-03-13 |
Kevin Ollivier | Rebake after Mac bundle change. |
tree | commitdiff |
2009-03-12 |
Kevin Ollivier | Removing more CodeWarrior samples. |
tree | commitdiff |
2009-03-12 |
Jaakko Salli | Reworked the way child properties can be added to a... |
tree | commitdiff |
2009-03-11 |
Václav Slavík | renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to... |
tree | commitdiff |
2009-03-10 |
Vadim Zeitlin | honour wxSP_ARROW_KEYS in wxSpinCtrlGeneric and don... |
tree | commitdiff |
2009-03-10 |
Robert Roebling | Change Compare() method to being const |
tree | commitdiff |
2009-03-09 |
Robert Roebling | Implement vetoing editing in wxDataViewTextRenderer... |
tree | commitdiff |
2009-03-09 |
Jaakko Salli | Allow wxPGMultiButton to work even if primary editor... |
tree | commitdiff |
2009-03-08 |
Jaakko Salli | Added support for 'AutoComplete' attribute, automatical... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | replace wxGetMultipleChoices() with wxGetSelectedChoice... |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | use wxLog::Log() instead of ugly cast |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | suppress wxLog::DoLog() and DoLogString() hiding warnings |
tree | commitdiff |
2009-03-07 |
Vadim Zeitlin | added wxProtocolLog class for logging network requests... |
tree | commitdiff |
2009-03-06 |
Francesco Montorsi | fix typo (part of r59384) |
tree | commitdiff |
2009-03-06 |
Francesco Montorsi | remove wxT() and _() macros to make the sample more... |
tree | commitdiff |
2009-03-06 |
Robert Roebling | added test for wxDataViewCtrl::Expand() and ::Collapse() |
tree | commitdiff |
2009-03-06 |
Robert Roebling | Add new line at the end of the file |
tree | commitdiff |
2009-03-06 |
Jaakko Salli | Property value images are no longer shrinked horizontally |
tree | commitdiff |
2009-03-05 |
Vadim Zeitlin | 2nd (blind) fix for VC6 build |
tree | commitdiff |
2009-03-05 |
Vadim Zeitlin | set svn properties correctly for the new files (please... |
tree | commitdiff |
2009-03-05 |
Vadim Zeitlin | (blind) fix for VC6 build |
tree | commitdiff |
2009-03-04 |
Francesco Montorsi | build fix |
tree | commitdiff |
2009-03-04 |
Francesco Montorsi | all code revisited. |
tree | commitdiff |
2009-03-04 |
Francesco Montorsi | reorganize the sample splitting it in two source files... |
tree | commitdiff |
2009-03-04 |
Francesco Montorsi | no real change: just reorder the code |
tree | commitdiff |
2009-03-04 |
Francesco Montorsi | add headers to the samples' bakefiles so that they... |
tree | commitdiff |
2009-03-04 |
Francesco Montorsi | revert addition of the simple listctrl; it doesn't... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | don't generate non-MSVC makefiles for MSVC-only samples |
tree | commitdiff |
2009-03-02 |
Kevin Ollivier | Land the rest of the changes made by a rebake after... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | force use of generic about dialog as to test unfocused... |
tree | commitdiff |
2009-03-01 |
Chris Elliott | avoid error of menu with zero ID |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | undo the change of r57522, it's not needed any more... |
tree | commitdiff |
2009-02-25 |
Francesco Montorsi | revise all code; do not use many global objects; use... |
tree | commitdiff |
2009-02-24 |
Vadim Zeitlin | render <TH> contents in bold, as all the browsers do |
tree | commitdiff |
2009-02-21 |
Francesco Montorsi | fix a few typos |
tree | commitdiff |
next |