2005-03-24 |
Włodzimierz Skiba | Incomplete wxUSE_* warning fix. |
tree | commitdiff |
2005-03-24 |
Robin Dunn | Applied patch [ 1170019 ] Fix for wxGTK drop button... |
tree | commitdiff |
2005-03-24 |
Chris Elliott | remove erroneous comment |
tree | commitdiff |
2005-03-24 |
Chris Elliott | fix icoinse bug |
tree | commitdiff |
2005-03-24 |
Julian Smart | version.rc fix regeneration |
tree | commitdiff |
2005-03-24 |
Julian Smart | Switch deferred sizing off by default |
tree | commitdiff |
2005-03-24 |
Vadim Zeitlin | file dialog with wxMULTIPLE style still doesn't allow... |
tree | commitdiff |
2005-03-24 |
Vadim Zeitlin | lame temporary "fix" for file names which are not UTF... |
tree | commitdiff |
2005-03-24 |
Vadim Zeitlin | added wxConvFileName which is a variable, not define... |
tree | commitdiff |
2005-03-24 |
Vadim Zeitlin | added wxRendererNative::DrawDropArrow (patch 1166596) |
tree | commitdiff |
2005-03-23 |
Vadim Zeitlin | src/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as... |
tree | commitdiff |
2005-03-23 |
Vadim Zeitlin | fixed broken wxCtime() implementation (wrong buffer... |
tree | commitdiff |
2005-03-23 |
Vadim Zeitlin | Wait() should now return correct exit code even if... |
tree | commitdiff |
2005-03-23 |
Vadim Zeitlin | simplifications of checks for themed-background sysopt... |
tree | commitdiff |
2005-03-23 |
Vadim Zeitlin | adjust the rectangle before calling DrawThemeBackground... |
tree | commitdiff |
2005-03-23 |
Vadim Zeitlin | use GTK_WRAP_WORD instead of GTK_WRAP_WORD_CHAR which... |
tree | commitdiff |
2005-03-23 |
Robin Dunn | Fix wxRTTI for wxGnomePrintDC |
tree | commitdiff |
2005-03-23 |
Robin Dunn | Initialize m_privData before doign the assignment |
tree | commitdiff |
2005-03-23 |
Julian Smart | use default position, not 0, 0 |
tree | commitdiff |
2005-03-23 |
Julian Smart | Use top_srcdir for finding version.rc |
tree | commitdiff |
2005-03-23 |
Julian Smart | Updated version to 2.5.5 |
tree | commitdiff |
2005-03-23 |
David Elliott | Comment out extraneous include wx/wxprec.h (part of... |
tree | commitdiff |
2005-03-23 |
David Elliott | Blind bug fix to bug reported by Angel Kry. |
tree | commitdiff |
2005-03-23 |
Vadim Zeitlin | wxTextCtrl with wxTE_RICH2 style now uses RichEdit... |
tree | commitdiff |
2005-03-22 |
Włodzimierz Skiba | Wrap <commdlgs.h> as <commctls.h>. Required makefiles... |
tree | commitdiff |
2005-03-22 |
Włodzimierz Skiba | Build fixes. |
tree | commitdiff |
2005-03-22 |
Julian Smart | Include frame.h to get wxFRAME_SHAPED |
tree | commitdiff |
2005-03-22 |
Julian Smart | Do the right thing for Smartphone if creating button... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | fixed unused function warning in GTK+ 2 compilation |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | GTK+ callbacks must have C linkage (patch 1157384) |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | speed up SetColumnWidth() by caching max column width... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | added support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | document (and check for it with assert) that wxGetKeySt... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | support wxFRAME_SHAPED, it works for dialogs too (patch... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | fixed Context_Current spelling |
tree | commitdiff |
2005-03-21 |
Włodzimierz Skiba | Dummy warning fix. |
tree | commitdiff |
2005-03-21 |
Włodzimierz Skiba | 32 bit range for wxSlider (#1166390). |
tree | commitdiff |
2005-03-21 |
Włodzimierz Skiba | Check for empty page location to avoid crash in lack... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | fixed path to wx/debugrpt.h header (had extra include... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | fixed warnings about possibly uninitialized variables... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | unreachable code warning fix (Unicode build) |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | added orient parameter to wxMDIParentFrame::Tile() |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | another compilation fix after wxMenuBar ctor patch |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | fixed SetColumnWidth() in wxLC_LIST mode (set column... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | added closing parenthesis inside comment, no real changes |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | added qa library (currently consisting of wxDebugReport... |
tree | commitdiff |
2005-03-20 |
Mattia Barbon | Fix wxFileConf crash demonstrated by the 'DeleteLastG... |
tree | commitdiff |
2005-03-20 |
David Webster | Fixes compile warnings |
tree | commitdiff |
2005-03-20 |
Vadim Zeitlin | Seek(-1, mode) should work instead of giving an error... |
tree | commitdiff |
2005-03-20 |
Julian Smart | Compilo fix |
tree | commitdiff |
2005-03-20 |
Vadim Zeitlin | added wxString ctor from std::string (inside #ifdef... |
tree | commitdiff |
2005-03-20 |
Julian Smart | Fixes for WinCE toolbar |
tree | commitdiff |
2005-03-20 |
Julian Smart | Fix wxFileConfig for WinCE |
tree | commitdiff |
2005-03-19 |
Robin Dunn | Fixed bug #1163384. Moved the code that handles activa... |
tree | commitdiff |
2005-03-19 |
Julian Smart | Fixed toolbar bitmap bug introduced by deriving wxToolM... |
tree | commitdiff |
2005-03-19 |
Vadim Zeitlin | show call stack in the assert dialog box |
tree | commitdiff |
2005-03-19 |
Julian Smart | Added wxDialog::GetToolBar for PocketPC |
tree | commitdiff |
2005-03-18 |
Julian Smart | (Flickery) fix for droppings when there are no notebook... |
tree | commitdiff |
2005-03-18 |
Ryan Norton | Fix recursiveness on error... |
tree | commitdiff |
2005-03-18 |
Ryan Norton | * Turn off by default... |
tree | commitdiff |
2005-03-18 |
Ryan Norton | * Dynamically load all quicktime stuff using a version... |
tree | commitdiff |
2005-03-18 |
Włodzimierz Skiba | Fixed bug #1022383: 'several ComboBoxes appear selected' |
tree | commitdiff |
2005-03-18 |
Ryan Norton | * Fix refreshing bug with control not showing up intial... |
tree | commitdiff |
2005-03-18 |
Vadim Zeitlin | continue with generating EVT_CONTEXT_MENU if EVT_TREE_I... |
tree | commitdiff |
2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
tree | commitdiff |
2005-03-18 |
Ryan Norton | Reworked directshow implementation. |
tree | commitdiff |
2005-03-18 |
Dimitri Schoolwerth | fixed signed/unsigned mismatch warning |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | implemented wxMenuBar ctor taking array of menus/titles... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | return if abort dialog couldn't be created (part of... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | fixed bug due to missing break in GetColourFromGTKWidge... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | missing break in ParseFormat() (part of patch 1160117) |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | iterator methods fixes (patch 1164808) |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First) |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | revert togglable tools to previous state if the change... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | removed #ifdef __WXMAC__ as the code is now the same... |
tree | commitdiff |
2005-03-17 |
Robin Dunn | Use Update() instead of yielding and waiting for the... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | GetVirtualSize() returns client size values for the... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | don't set virtual size of the window to (0, 0) if scrol... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | removed commented out calls to ReleaseMouse() (no real... |
tree | commitdiff |
2005-03-17 |
Julian Smart | Provided GetBestVirtualSize and DoGetBestSize implement... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | added wxSizerSpacer and modified wxSizerItem to contain... |
tree | commitdiff |
2005-03-17 |
Włodzimierz Skiba | Fixed strange situation when we had wxPathExists and... |
tree | commitdiff |
2005-03-17 |
Julian Smart | Small fixes for compiling Cygwin (with --disable-sockets) |
tree | commitdiff |
2005-03-17 |
Julian Smart | Correct compilo for non-WinCE |
tree | commitdiff |
2005-03-17 |
Julian Smart | stopwatch.h needed for wxGetLocalTimeMillis |
tree | commitdiff |
2005-03-17 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2005-03-16 |
Julian Smart | Implemented PocketPC menubar/toolbar as wxToolMenuBar... |
tree | commitdiff |
2005-03-16 |
Włodzimierz Skiba | Use defs.h (and automatically setup.h and chkconf.h... |
tree | commitdiff |
2005-03-16 |
Kevin Hock | Unlike the preferences item which should only be enable... |
tree | commitdiff |
2005-03-16 |
Julian Smart | Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE |
tree | commitdiff |
2005-03-16 |
Julian Smart | Removed checklistbox test |
tree | commitdiff |
2005-03-16 |
Kevin Hock | Allow using negative angles with DrawRotatedText. ... |
tree | commitdiff |
2005-03-16 |
Kevin Hock | Quit application menu item needs special handling like... |
tree | commitdiff |
2005-03-16 |
Kevin Hock | Added comments explaining more about the changes in... |
tree | commitdiff |
2005-03-15 |
Julian Smart | Fixed wxToolBar for WinCE so normal bitmaps can be... |
tree | commitdiff |
2005-03-15 |
Julian Smart | Regenerated files |
tree | commitdiff |
2005-03-15 |
Julian Smart | WinCE doesn't have wxCheckListBox, and doesn't like... |
tree | commitdiff |
2005-03-15 |
Włodzimierz Skiba | SetLeft|RightMenu is supposed to be API for all smartph... |
tree | commitdiff |
2005-03-15 |
Julian Smart | Fixed wxPropertySheetDialog for Smartphone |
tree | commitdiff |
2005-03-14 |
Julian Smart | Added wxPropertySheetDialog for implementing settings... |
tree | commitdiff |
next |