2009-09-12 |
Vadim Zeitlin | Rebake all the samples, demos and tests makefiles. |
tree | commitdiff |
2009-08-15 |
Jaakko Salli | Added workaround for VC6 internal compiler error (fixes... |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
tree | commitdiff |
2009-07-19 |
Vadim Zeitlin | fix more -Wparentheses warnings after wxLog changes |
tree | commitdiff |
2009-07-10 |
Jaakko Salli | Do not disable some useful buttons when wxCB_SORT style... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | make bitmap button background more visible |
tree | commitdiff |
2009-07-08 |
Vadim Zeitlin | update LboxLogger definition after the previous revisio... |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | fix harmless warnings (mostly about unused parameters... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | show combobox drop down/close up events (closes #10954) |
tree | commitdiff |
2009-06-22 |
Vadim Zeitlin | relayout the sizer containing the button after changing... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | implement support for per-state bitmaps in wxMSW wxButton |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | implement images support for wxButton under XP and... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | only allow selecting existing files in wxLoadFileSelect... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | added multiple selections support to wxDirCtrl (closes... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated... |
tree | commitdiff |
2009-05-12 |
Vadim Zeitlin | don't update stc.h when not building the library, it... |
tree | commitdiff |
2009-04-26 |
Kevin Ollivier | Rebake after latest changes. |
tree | commitdiff |
2009-04-24 |
Chris Elliott | update bakefile to 0.2.6 |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
tree | commitdiff |
2009-03-15 |
Kevin Ollivier | Rebake after last change. |
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-10 |
Vadim Zeitlin | honour wxSP_ARROW_KEYS in wxSpinCtrlGeneric and don... |
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-04 |
Francesco Montorsi | add headers to the samples' bakefiles so that they... |
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-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | merge wxEditableListBox sample in widgets sample (it... |
tree | commitdiff |
2009-02-03 |
Vadim Zeitlin | added wxPersistentRegisterAndRestore() function to... |
tree | commitdiff |
2009-01-30 |
Vadim Zeitlin | add support for persistent controls |
tree | commitdiff |
2009-01-18 |
Julian Smart | Workaround for GTK+ sensitivity bug |
tree | commitdiff |
2009-01-17 |
Vadim Zeitlin | remove MSVC solution files from svn |
tree | commitdiff |
2009-01-15 |
Vadim Zeitlin | link with wininet.lib under Windows to avoid linking... |
tree | commitdiff |
2008-11-28 |
Francesco Montorsi | fix crash caused by cancelling querybitmap dialog;... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | rebaked using bakefile 0.2.5 |
tree | commitdiff |
2008-10-12 |
Vadim Zeitlin | add wxGenericStaticText (#9656) |
tree | commitdiff |
2008-10-08 |
Vadim Zeitlin | add VC9 project files (closes #9960) |
tree | commitdiff |
2008-10-08 |
Vadim Zeitlin | rebaked makefiles with 0.2.4 |
tree | commitdiff |
2008-09-20 |
Kevin Ollivier | Rebake after bakefile changes. |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | delete the old labels when recreating the spin controls |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | really, really fix handling Enter in spin controls... |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | adding new toolkits for osx |
tree | commitdiff |
2008-09-04 |
Kevin Ollivier | rebake |
tree | commitdiff |
2008-08-31 |
Vadim Zeitlin | compilation fix in wxUSE_STL case after r54761 |
tree | commitdiff |
2008-08-23 |
Stefan Csomor | fixing typo |
tree | commitdiff |
2008-08-21 |
Vadim Zeitlin | remove unneeded dependencies from bakefiles and regener... |
tree | commitdiff |
2008-08-21 |
Vadim Zeitlin | add a radio box to select the combobox type (#9845) |
tree | commitdiff |
2008-08-05 |
Vadim Zeitlin | label different controls on spin page (#9816) |
tree | commitdiff |
2008-07-20 |
Vadim Zeitlin | fix (harmless) Win64-compatibility MSVC warning |
tree | commitdiff |
2008-06-29 |
Vadim Zeitlin | add a new menu for wxTextEntry-specific tests, currentl... |
tree | commitdiff |
2008-06-26 |
Vadim Zeitlin | build fix for PCH-less build |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | added wxGenericStaticBitmap (#9608) |
tree | commitdiff |
2008-06-16 |
Vadim Zeitlin | don't recreate combobox with proportion of 1 (instead... |
tree | commitdiff |
2008-06-12 |
Stefan Csomor | mac paths updated |
tree | commitdiff |
2008-06-02 |
Václav Slavík | regenerated all trunk makefiles with bakefile-0.2.3 |
tree | commitdiff |
2008-05-18 |
Vadim Zeitlin | use GtkComboBox instead of deprecated GtkOptionMenu... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | fix crash in BitmapComboBoxWidgetsPage under wxUniv |
tree | commitdiff |
2008-04-28 |
Vadim Zeitlin | fix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | use wxJoin() instead of redoing it manually in the... |
tree | commitdiff |
2008-03-18 |
Vadim Zeitlin | added wxSpinCtrlDouble (slightly modified patch 1835864) |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | remove/replace redundant SetAutoLayout() and Fit()... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add platform info for Palm (add-wxpalm-info.diff part... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | implement wxListBox::EnsureVisible() in wxGTK; add... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | fix signed/unsigned comparison warning |
tree | commitdiff |
2008-01-27 |
Václav Slavík | added VC7/8 project files for samples |
tree | commitdiff |
2008-01-23 |
Václav Slavík | regenerated makefiles with bkl-0.2.3 |
tree | commitdiff |
2008-01-16 |
Vadim Zeitlin | made all XPM const to avoid warnings from mingw32 4... |
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-15 |
Vadim Zeitlin | rebaked everything, fixes problems with OpenGL samples... |
tree | commitdiff |
2007-11-25 |
Václav Slavík | removed ANSI configs from VisualC++ project files |
tree | commitdiff |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
tree | commitdiff |
2007-09-12 |
Paul Cornett | warning fix |
tree | commitdiff |
2007-08-07 |
Vadim Zeitlin | don't include wx/wxprec.h from headers, it's bad style... |
tree | commitdiff |
2007-08-07 |
Julian Smart | Compile fix for VC++ 6 |
tree | commitdiff |
2007-07-28 |
Vadim Zeitlin | (ugly) compilation fix for wxUSE_STL==1 build |
tree | commitdiff |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
tree | commitdiff |
2007-06-30 |
Vadim Zeitlin | changed ds[pw] files to use CRLF eol style and not... |
tree | commitdiff |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | override DoLog(wxString) and not the deprecated DoLog... |
tree | commitdiff |
2007-05-28 |
David Elliott | Include wx/filedlg.h when not WX_PRECOMP. |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just... |
tree | commitdiff |
2007-04-26 |
Robert Roebling | Added Test for wxComboBox::SetValue() to widgets... |
tree | commitdiff |
2007-04-26 |
Vadim Zeitlin | allow to test changing combobox selection too |
tree | commitdiff |
2007-04-09 |
Vadim Zeitlin | added wx/image.h to fix compilation without PCH after... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | use smaller icons, it looks better (patch 1695225) |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | added test for EVT_TEXT handler for spin contorl |
tree | commitdiff |
2007-03-20 |
Vadim Zeitlin | no changes, just fixed spelling of 'indeterminate' |
tree | commitdiff |
2007-02-08 |
Vadim Zeitlin | removed the old tmake project files |
tree | commitdiff |
2007-02-07 |
Robin Dunn | rebaked after changing the version number |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | 1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi... |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | wxSearchCtrl is an editable control (too) |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | deTABified |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | restored variabes initialization in OnButtonSet() to... |
tree | commitdiff |
next |