2005-07-14 |
Mart Raudsepp | wxProgressDialog is inherited from wxDialog, not wxFrame. |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Vadim Zeitlin | set m_lasterror if the file couldn't be opened in wxFil... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Vadim Zeitlin | fixes for s.Printf(s) crashes |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Vadim Zeitlin | fixed warning due to not using dllexport wxShadowObject... |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Vadim Zeitlin | fix addr2line output parsing (patch 1228591) |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Vadim Zeitlin | added test for wxXmlResource::Unload() |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Vadim Zeitlin | added wxXmlResource::Unload() (replaces patch 1178853) |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Vadim Zeitlin | no changes, just comments fixes |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Roman Rolinsky | fix for toolbar items selection - impossible to find... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Roman Rolinsky | ART_NEW is not defined in previous versions, use NORMAL... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Vadim Zeitlin | commented and documented wxXRC_NO_RELOADING flag |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Roman Rolinsky | some new parameters |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Roman Rolinsky | toolbars can be added inside windows, fix for relative... |
commit | commitdiff | tree | snapshot |
2005-07-13 |
Vadim Zeitlin | added test of box sizer proportions |
commit | commitdiff | tree | snapshot |
2005-07-12 |
Mattia Barbon | Applied fix for wxCreateTopLevelRealizedWidget crash. |
commit | commitdiff | tree | snapshot |
2005-07-09 |
Vadim Zeitlin | made wxTLW::GetSize() return the size of the maximized... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Michael Wetherell | Correction to previous commit |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Vadim Zeitlin | made IsMaximized() return true if frame had been maximi... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Michael Wetherell | Allow cross compiling of wxX11, wxMotif and wxGTK |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Michael Wetherell | Add dll.a to the extensions search for by WX_PATH_FIND_... |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Michael Wetherell | Compilation fix for unix builds with cygwin |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Kevin Hock | Fix zlib buffer overflow vulnerability [ Patch 1234072 ] |
commit | commitdiff | tree | snapshot |
2005-07-08 |
Václav Slavík | minor clarification of broken build cases |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Vadim Zeitlin | use private window class for dialup manager hidden... |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Vadim Zeitlin | avoid moving the list control unnecessarily |
commit | commitdiff | tree | snapshot |
2005-07-06 |
Vadim Zeitlin | don't generate ACTIVATE events for Alt-Space key press |
commit | commitdiff | tree | snapshot |
2005-07-05 |
Vadim Zeitlin | fixed (harmless) assert triggered by renaming the first... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Chris Elliott | fix SF Bug 1232271 |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Michael Wetherell | Typo fixes |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Michael Wetherell | Add chapter on backward compatibility |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Michael Wetherell | Eliminate non-ascii chars from generated include file |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Michael Wetherell | Mention that entry names are full paths after feedback... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Włodzimierz... | Visible wxMessageOutputDebug instance. |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Włodzimierz... | Use common wxTextCtrlBase::GetRange() for PalmOS text... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Włodzimierz... | Prevent crash in wxString::Mid under STL builds (fixes... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Václav Slavík | use libtool versioning of shared libs on Unix |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Mattia Barbon | Applied patch by Johan van Zyl |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Mattia Barbon | Applied patch by Johan van Zyl. |
commit | commitdiff | tree | snapshot |
2005-07-03 |
Mart Raudsepp | No default args in headers for SetSizeHints minimal... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Vadim Zeitlin | fixed DoSetClientSize() to use ::MoveWindow() instead... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Vadim Zeitlin | fixed bug with showing unneeded scrollbar in the list... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Vadim Zeitlin | made more clear that GetItemRect() returns physical... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Vadim Zeitlin | added GetItemRect() test |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Kevin Hock | Fix BOTTOM events to use BOTTOM in their description... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Michael Wetherell | Revert check on wxABI_VERSION since it doesn't work... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Vadim Zeitlin | only set focus to the grid window in wxGrid::HideCellEd... |
commit | commitdiff | tree | snapshot |
2005-07-02 |
Vadim Zeitlin | added include wx/toolbar.h neededfor mingw32 compilation |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Vadim Zeitlin | really fixed wrong argument to wxString::Format() |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Vadim Zeitlin | fixed wrong argument to wxString::Format(); include... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Vadim Zeitlin | wxVariant is in wxBase so should be forward declared... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Włodzimierz... | Global platform header (<PalmOS.h>) removed from public... |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Vadim Zeitlin | fixed bug with HasGroup() creating groups as side effect |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Vadim Zeitlin | added test for HasGroup() bug |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Włodzimierz... | Helpers in disabling warnings for unused params. |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Włodzimierz... | eVC3 build fix. |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Włodzimierz... | Helpers in disabling warnings for unused params. |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Włodzimierz... | DMC/PCH info. |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Mart Raudsepp | Note on need for build environment support for PCH... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Kevin Ollivier | Added a missing import that was causing FormatText... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Michael Wetherell | Put wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL... |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Michael Wetherell | Add wxABI_VERSION |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Michael Wetherell | Make wxEVT_SCROLL_ENDSCROLL a #define in event.h so... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Vadim Zeitlin | use a constant instead of hardcoded value |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Václav Slavík | moved version-related variables to separate file in... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Václav Slavík | Unicode compilation fix again - please don't use non... |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Václav Slavík | added version tag for symbols introduced in 2.6.2 |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Robert Roebling | Apply mask origin patch for blitting. |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Robert Roebling | define NO_GCC_PRAGMA if |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Robert Roebling | Added test case speficically for GCC >= 4.0 and |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Robert Roebling | Reverted GCC_NO_PRAGMA change |
commit | commitdiff | tree | snapshot |
2005-06-29 |
Michael Wetherell | Add HANGUL_CHARSET for vc++ 5, and move a couple of... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Mart Raudsepp | Add wxArray, wxArrayString, wxDateEvent and wxSplitterE... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Mart Raudsepp | Link fix in XML Resource overview. |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Mart Raudsepp | Remove references to wxValidator in wxSpinButton docs... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Stefan Neis | Compilation fix for some gcc versions on OS/2. |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Robert Roebling | Added wxShadowObject for imitating a VMT with |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Stefan Neis | Fixed compilation error for Motif. |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Robert Roebling | Revert Ron's removal of the reserved functions. |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Mattia Barbon | Documented wxListItemAttr. |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Stefan Neis | Possibly to allow including both os2/private.h and... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Vadim Zeitlin | readded wxEVT_SCROLL_ENDSCROLL symbol back to the libra... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Václav Slavík | removed unused versioning variables |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Michael Wetherell | Handler when the cases when the MGL timer wraps |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Ron Lee | Put a humane end to the pathetic flailing over whether... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Włodzimierz... | Preserve logging state during QT plugin initialization. |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Julian Smart | Also corefoundation files for GTK+ |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Julian Smart | Added corefoundation files to release scripts |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Vadim Zeitlin | at least not crash in case of TIFF warnings/errors... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Vadim Zeitlin | use wxVLogWarning in TIFFwxWarningHandler() instead... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Vadim Zeitlin | fixed appending menu items for a (popup) menu with... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Václav Slavík | rolled back exceptions handling patch, it relied on... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Włodzimierz... | Avoid logging when QT plugin is unused but fails (from... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Julian Smart | Clarified wx[NO_]FULL_REPAINT_ON_RESIZE docs |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Julian Smart | Corrections |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Ron Lee | Remove reference to wxrcedit which sank a while back. |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Ron Lee | Update standards version. Rip out wxrcedit cruft.... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Ron Lee | oops, 'ze hand is quicker zan vi. |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Ron Lee | Bump soname in preparation for 2.6.2 release. |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Ron Lee | Restore the no longer default, sensible defaults. |
commit | commitdiff | tree | snapshot |
2005-06-22 |
Michael Wetherell | Unrevert Cygwin changes after discussion. Cygwin will... |
commit | commitdiff | tree | snapshot |
next |