2004-09-17 |
Vadim Zeitlin | rewrote some sizer code using wxSizerFlags |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Vadim Zeitlin | added wxSizerFlags |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Vadim Zeitlin | compilation fix for wxUSE_THREADS == 0 && __WXDEBUG__... |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Vadim Zeitlin | fixed rounding errors in variable status bar panes... |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Włodzimierz... | Notebook sample redesign. Now it is 'wxNotebook & frien... |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Włodzimierz... | Source cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND... |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Włodzimierz... | Notebook sample redesign. Now it is 'wxNotebook & frien... |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Włodzimierz... | wxChoicebook follows wxListBook internal changes. Style... |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Robin Dunn | Correct indentation and Snap calls |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Robin Dunn | Append --> append |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Vadim Zeitlin | made all Add/Insert/Prepend methods inline |
commit | commitdiff | tree | snapshot |
2004-09-17 |
Vadim Zeitlin | forward all wxSizer::Add/Prepend/Insert() to a virtual... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Vadim Zeitlin | fixed gcc warnings about not calling base class ctor... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Vadim Zeitlin | fix for crash on 64 bit platforms (patch 1028942) |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Vadim Zeitlin | use wxFputs(), not fputs(), in Unicode mode under Unix... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Vadim Zeitlin | don't force __WXMOTIF__ definition under HP-UX (patch... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Vadim Zeitlin | make the label window visible (patch 1013447) |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Vadim Zeitlin | made wxListbook events more consistent with wxNotebook... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Vadim Zeitlin | fix for wxJoystick when not calling SetCapture() (patch... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Vadim Zeitlin | don't assert if Update(m_maximum) is called twice ... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Vadim Zeitlin | smoother time estimation updates in wxProgressDialog... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Vadim Zeitlin | more 'realistic' progress dialog test (part of patch... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Vadim Zeitlin | spelling fix |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Vadim Zeitlin | mention that read_write mode doesn't work for standalon... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Robin Dunn | A change similar to that in Bug #837902 to correct... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Vadim Zeitlin | fixes for harmless mingw32 warnings |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Włodzimierz... | Description of the 'generic dialogs in native builds... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Włodzimierz... | Source cleaning: whitespaces, tabs, -1/wxDefaultCoord... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Włodzimierz... | Reverted wxMGL/OpenWatcom fix until some difficoulties... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Włodzimierz... | Warning fix (unused value assignment). |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Włodzimierz... | Missed labels to replace number of 'topicNNN' with... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Ron Lee | Using != doesn't work for bakefile, I don't know what... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Włodzimierz... | Corrections to frame/tlw references. |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Włodzimierz... | wxChoicebook generic implementation. |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Włodzimierz... | wxChoicebook generic implementation. |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Vadim Zeitlin | fixed sending duplicate EVT_COMBOBOX events; documented... |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Vadim Zeitlin | added tests for EVT_ICONIZE/MAXIMIZE |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Vadim Zeitlin | fixed wxMaximizeEvent generation |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Włodzimierz... | ISO C++ cast fix (patches #1024150 and #1024149). |
commit | commitdiff | tree | snapshot |
2004-09-15 |
Włodzimierz... | Source cleaning: whitespaces, tabs, FALSE/false, TRUE... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Vadim Zeitlin | fixed base classes; also added include file section |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Vadim Zeitlin | output "GTK+ 2" toolkit for gtk2 builds |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Vadim Zeitlin | allow to use any window, not just wxFrame, as wxLogFram... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Włodzimierz... | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Włodzimierz... | MGL workaround for the build system. |
commit | commitdiff | tree | snapshot |
2004-09-14 |
George Tasker | Grammtical correction in commented out documentation... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
George Tasker | ClearMemberVar() did not correctly handle columns defin... |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-09-14 |
Robin Dunn | Some change notes |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Robin Dunn | Added SetToWeekOfYear, deprecated SetToTheWeek and... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Robin Dunn | Added wx.WINDOW_DEFAULT_VARIANT constant |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Robin Dunn | wx.Sizer.Show can be recursive |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Robin Dunn | AssociateHandle and DissociateHandle |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Robin Dunn | #if fix so we don't end up using the generic header... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Robin Dunn | check that the wxDateTime is valid before converting... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Robin Dunn | whitespace fix |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Vadim Zeitlin | replaced wxControl with wxWindow in 2 methods |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Robin Dunn | workaround bug in SWIG's t_output_helper |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Włodzimierz... | Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Włodzimierz... | Corrections to wxDirDialog usage. |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Vadim Zeitlin | fixes after some of wxFrame methods were extracted... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Włodzimierz... | Recursive wxSizer::Show for subsizer and return value... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Vadim Zeitlin | no changes, just removed a wrong comment |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Vadim Zeitlin | mention wxDateTime::SetToTheWeek() change |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Vadim Zeitlin | added missing conv parameter to wxTextOutputStream... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Vadim Zeitlin | file with DoMessage() declaration (which I forgot to... |
commit | commitdiff | tree | snapshot |
2004-09-13 |
Stefan Csomor | searching for wxToolBar parent only for kEventMouseMove... |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Vadim Zeitlin | only define operator<<(wchar_t) in Unicode build |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Stefan Csomor | added GetMenu Support for MENU_OPEN |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Vadim Zeitlin | compilation fix after last commit |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Vadim Zeitlin | fixed VC6 compilation |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Václav Slavík | merged libpng-1.2.7 to HEAD (1.2.6 contained serious... |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Václav Slavík | This commit was generated by cvs2svn to compensate... |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Václav Slavík | Initial revision |
commit | commitdiff | tree | snapshot |
2004-09-12 |
Stefan Csomor | toolbartool has to send events to parent for tooltips... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Vadim Zeitlin | typo in last commit |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Vadim Zeitlin | added As/DissociateHandle() and implemented it for... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Vadim Zeitlin | deprecated SetToTheWeek() and GetWeek(); added and... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Vadim Zeitlin | fixed GetWeekOfYear() for first/last week in some cases... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Vadim Zeitlin | fixed CopyFromBitmap() for shared wxIcon objects by... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Vadim Zeitlin | BC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Vadim Zeitlin | msw/helpchm and helpwin.cpp should be LOWLEVEL; msw... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Vadim Zeitlin | added a missing delete which resulted in a small memory... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Vadim Zeitlin | default MB -> WC conversion under Win32 now fails if... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Vadim Zeitlin | overload operator<<() for wchar_t too (if applicable... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Vadim Zeitlin | define wxWCHAR_T_IS_REAL_TYPE macro: 1 for compilers... |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Stefan Csomor | NO_DEFAULT support added |
commit | commitdiff | tree | snapshot |
2004-09-11 |
Stefan Csomor | support for sys-opted window variant |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Robin Dunn | Accomodate either {prefix}/lib or {prefix}/lib64 (the... |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Robin Dunn | reSWIGed |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Robin Dunn | ensure that the wxString gets all the wide chars |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Robin Dunn | another change note |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Robin Dunn | Forgot about CalendarEvent |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Robin Dunn | Extended the wx.calendar.CalendarCtrl class with method... |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Vadim Zeitlin | make background colour apply to choice/combobox dropdow... |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Robin Dunn | Fixed typo |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Robin Dunn | Add depth param to ConvertToBitmap |
commit | commitdiff | tree | snapshot |
2004-09-10 |
Robin Dunn | Added GetListView accessor |
commit | commitdiff | tree | snapshot |
next |