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 |
2009-02-20 |
Francesco Montorsi | fix a couple of drawing defects |
tree | commitdiff |
2009-02-20 |
Francesco Montorsi | show wxMutexGuiEnter/Leave by drawing into a bitmap... |
tree | commitdiff |
2009-02-20 |
Francesco Montorsi | remove MyExecThread: wxExecute can't be called from... |
tree | commitdiff |
2009-02-20 |
Francesco Montorsi | minor cleaning: use %p instead of 0x%lx; clear in the... |
tree | commitdiff |
2009-02-20 |
Francesco Montorsi | no real change; just reorder the sample putting all... |
tree | commitdiff |
2009-02-17 |
Jaakko Salli | Clear grid selection more consistently prior clear... |
tree | commitdiff |
2009-02-17 |
Vadim Zeitlin | add event.Skip() in EVT_CONTEXT_MENU handler |
tree | commitdiff |
2009-02-16 |
Francesco Montorsi | put frame creation code all inside MyFrame ctor |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | allow the user to set the status bar font |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | use a single update UI handler for all menu commands... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | remove mobile samples from samples.bkl (last part of... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | remove 'mobile' samples as they're not useful from... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | update italian translation; add a Q+A for updating... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | put MyFrame creation code in its ctor, not in MyApp... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | some more SetIcon() calls added; cleanup indentation... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | always call SetIcon() on the main frame of the sample... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | merge wxEditableListBox sample in widgets sample (it... |
tree | commitdiff |
2009-02-07 |
Francesco Montorsi | fix repaint problems when resizing the frame |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | add semicolons after wxDEFINE_EVENT() |
tree | commitdiff |
2009-02-07 |
Francesco Montorsi | allow the user to set the contents of the status fields |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | rename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT |
tree | commitdiff |
next |