2005-03-18 |
Włodzimierz... | Fixed bug #1022383: 'several ComboBoxes appear selected' |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Julian Smart | Expanded wxSystemOptions docs, documented wxTE_CAPITALIZE |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Ryan Norton | * Fix refreshing bug with control not showing up intial... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Vadim Zeitlin | include extern variables declarations in the tags file too |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Vadim Zeitlin | restored const operator[]s for the compilers which... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Vadim Zeitlin | continue with generating EVT_CONTEXT_MENU if EVT_TREE_I... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Vadim Zeitlin | added EVT_TREE_ITEM_MENU test |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Vadim Zeitlin | avoid asserts from calling isprint(c) with non ASCII c |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Vadim Zeitlin | compilation fix after last commit (missing semicolon... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Ryan Norton | * Update for new event handler stuff |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Ryan Norton | Update for new event handler stuff |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Ryan Norton | Reworked directshow implementation. |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Julian Smart | Script updates |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Julian Smart | Add sample icon |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Julian Smart | Use sample icon, and title correction |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Julian Smart | Use sample icon |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Julian Smart | Doc tweaks |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Julian Smart | SetSashSize doc'ed |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Dimitri Schoolwerth | fixed signed/unsigned mismatch warning |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | implemented wxMenuBar ctor taking array of menus/titles... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | return if abort dialog couldn't be created (part of... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | fixed bug due to missing break in GetColourFromGTKWidge... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | missing break in ParseFormat() (part of patch 1160117) |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | iterator methods fixes (patch 1164808) |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First) |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | revert togglable tools to previous state if the change... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | removed #ifdef __WXMAC__ as the code is now the same... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Robin Dunn | Use Update() instead of yielding and waiting for the... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | GetVirtualSize() returns client size values for the... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | don't set virtual size of the window to (0, 0) if scrol... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | removed just added UnsetVirtualSize(), it's not needed... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | added UnsetVirtualSize() |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | removed commented out calls to ReleaseMouse() (no real... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Julian Smart | Provided GetBestVirtualSize and DoGetBestSize implement... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | added wxSizerSpacer and modified wxSizerItem to contain... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Vadim Zeitlin | removed const operator[]s (should fix 1162115) |
commit | commitdiff | tree | snapshot |
2005-03-17 |
David Elliott | Fixed MW and XLC tests when using -C (cache) option... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Włodzimierz... | Fixed strange situation when we had wxPathExists and... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
David Elliott | Updated configure and aclocal.m4 for new 0.1.8 Bakefile... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Julian Smart | Small fixes for compiling Cygwin (with --disable-sockets) |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Julian Smart | Correct compilo for non-WinCE |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Julian Smart | stopwatch.h needed for wxGetLocalTimeMillis |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Robin Dunn | Drop the "rc" |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Robin Dunn | The --enable-rpath configure option doesn't work the... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Julian Smart | Implemented PocketPC menubar/toolbar as wxToolMenuBar... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Włodzimierz... | Use defs.h (and automatically setup.h and chkconf.h... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Kevin Hock | Unlike the preferences item which should only be enable... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Julian Smart | Not forgetting PalmOS |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Julian Smart | Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Julian Smart | Removed checklistbox test |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Kevin Hock | Allow using negative angles with DrawRotatedText. ... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Kevin Hock | Quit application menu item needs special handling like... |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Kevin Hock | Added comments explaining more about the changes in... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Vadim Zeitlin | set wxUSE_DEBUGREPORT to 0 by default; fixed a couple... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Julian Smart | UPdated notes |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Julian Smart | Chose different set of buttons for toolbar |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Julian Smart | Fixed wxToolBar for WinCE so normal bitmaps can be... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Julian Smart | Regenerated files |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Julian Smart | WinCE doesn't have wxCheckListBox, and doesn't like... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Włodzimierz... | SetLeft|RightMenu is supposed to be API for all smartph... |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Julian Smart | Fixed wxPropertySheetDialog for Smartphone |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Włodzimierz... | More wxWidgets in poem demo. |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Julian Smart | Fix |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Julian Smart | No zero id |
commit | commitdiff | tree | snapshot |
2005-03-15 |
Julian Smart | Don't start ids at zero |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Julian Smart | Added wxPropertySheetDialog for implementing settings... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Vadim Zeitlin | simplified code (removed 2 unnecessary tests) in CalcMi... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Julian Smart | Improve standard button spacing on Windows |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Mattia Barbon | Remove wrong clasing bracket. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Mattia Barbon | Blind fix for VC6 compilation when wxUSE_STL == 1. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Vadim Zeitlin | disable debug report for now |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Włodzimierz... | 'Dummy' warning fixes (might be used uninitialized). |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Włodzimierz... | Unicode fix. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Julian Smart | Updated symbols |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Julian Smart | Frames have Ctrl+Q accelerator set automatically, as... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Julian Smart | Don't call Layout |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Roman Rolinsky | README scrolling fix |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Robin Dunn | If the parents are nothing but a panel and a frame... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Julian Smart | More PocketPC adaptations |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Vadim Zeitlin | made GetDataDir() return the directory where the progra... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Julian Smart | Define Ctrl+Q accelerator on PocketPC for quitting... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
George Tasker | Added support (barely tested) for MaxDB from MySQL |
commit | commitdiff | tree | snapshot |
2005-03-14 |
George Tasker | Fixed unicode builds that were not on MSW |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Kevin Hock | Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Dimitri Schoolwerth | refactored scrollbar creation code to use CreateControl... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Włodzimierz... | Incomplete setup build fix (wxPalmOS). |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Chris Elliott | fix bug which was trashing gifs |
commit | commitdiff | tree | snapshot |
2005-03-14 |
David Elliott | Make wxCocoa compile on Tiger. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Ryan Norton | "test" for testing a [fixed] proxy crash (from last... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
David Elliott | Dammit, try it again this time actually removing it... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
David Elliott | Reverted 1.32. This breaks my Tiger builds which is... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
David Elliott | Rebaked (changes to proper WXMAC/NOTWXMAC handling... |
commit | commitdiff | tree | snapshot |
2005-03-14 |
David Elliott | Update to include recent acinclude.m4 changes. |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Michael Wetherell | The DLL version of Watcom's C runtime doesn't have... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Michael Wetherell | Temporary fix for Watcom link error 'fileno' |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Robert Roebling | Query for "default_border" not "default_outside_borde... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Michael Wetherell | Add wxTempFileOutputStream, patch 1152042 by Stas Sergeev |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Julian Smart | Added wxNB_FLAT for WinCE property sheet tabs |
commit | commitdiff | tree | snapshot |
next |