2007-10-05 |
David Elliott | Duplicate wxTextCtrl code to wxComboBox because we... |
tree | commitdiff |
2007-10-04 |
Michael Wetherell | Cache user and group name as these can be expensive... |
tree | commitdiff |
2007-10-04 |
Michael Wetherell | Fix wxString::replace when nLen is wxString::npos. |
tree | commitdiff |
2007-10-04 |
Vadim Zeitlin | check for m_filectrl != NULL in OnUpdateButtonsUI(... |
tree | commitdiff |
2007-10-03 |
Vadim Zeitlin | fix range used for native volume in Set/GetVolume(... |
tree | commitdiff |
2007-10-03 |
Vadim Zeitlin | look for message catalogs also directly under prefix... |
tree | commitdiff |
2007-10-03 |
Vadim Zeitlin | some (blind) compilation fixes after wxString/Unicode... |
tree | commitdiff |
2007-10-02 |
Vadim Zeitlin | initialize all fields of WINDOWPOS struct to avoid... |
tree | commitdiff |
2007-10-02 |
Vadim Zeitlin | fix several mingw32 warnings (patch from Tim Stahlhut) |
tree | commitdiff |
2007-10-02 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2007-10-02 |
Robert Roebling | Document _ITEM_VALUE_CHANGED and implmement it equally... |
tree | commitdiff |
2007-10-01 |
Benjamin Williams | better child focus |
tree | commitdiff |
2007-10-01 |
Vadim Zeitlin | include jconfig.vc under OS/2 too |
tree | commitdiff |
2007-10-01 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT |
tree | commitdiff |
2007-10-01 |
Robert Roebling | Added API for adding/deleting/changing multiple items |
tree | commitdiff |
2007-10-01 |
Jouk Jansen | OpenVMS update |
tree | commitdiff |
2007-09-30 |
Vadim Zeitlin | don't crash in GetAsDOS() if the time is not in time_t... |
tree | commitdiff |
2007-09-30 |
Vadim Zeitlin | return the beginning/end of DST in local time, not... |
tree | commitdiff |
2007-09-30 |
Vadim Zeitlin | cleaned up and significantly simiplied Format() handlin... |
tree | commitdiff |
2007-09-30 |
Václav Slavík | include line number information in wxXmlNode (based... |
tree | commitdiff |
2007-09-29 |
Vadim Zeitlin | fix DrawLine() and DrawPolygon() which were totally... |
tree | commitdiff |
2007-09-29 |
Vadim Zeitlin | ANSI mode compilation fix |
tree | commitdiff |
2007-09-28 |
Vadim Zeitlin | PCH-less build fix |
tree | commitdiff |
2007-09-28 |
Vadim Zeitlin | correct properties were not set during initial add... |
tree | commitdiff |
2007-09-28 |
Vadim Zeitlin | PCH-less build fix |
tree | commitdiff |
2007-09-28 |
Chris Elliott | vc6 did not like this (void function returning a value) |
tree | commitdiff |
2007-09-27 |
Robert Roebling | [ 1803350 ] Wrong top-level window positioning on scrol... |
tree | commitdiff |
2007-09-27 |
Vadim Zeitlin | added disambiguation for Clear() too |
tree | commitdiff |
2007-09-27 |
Václav Slavík | fixed cellpadding when printing (bug #1795572) |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | continue with loading the message catalog even if setti... |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | another compilation fix PCH-less build |
tree | commitdiff |
2007-09-26 |
Robert Roebling | Compilo |
tree | commitdiff |
2007-09-26 |
Robert Roebling | Compilo for non-PCH |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | refactor wxMSW code to extract parts common to wxTextCt... |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | remove wxComboBox-specific hack, override DoSetToolTip... |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | compilation fixes for wxGTK1 after wxTextEntry changes... |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | compilation fix for wxGTK1 |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | fix harmless unused parameter warning |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
tree | commitdiff |
2007-09-25 |
Jouk Jansen | git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets... |
tree | commitdiff |
2007-09-24 |
Václav Slavík | wxXmlNode::GetAttribute's pointer argument must not... |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Reduce width and height of drawing ops by one in all... |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Fix various minor PS issues |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Use line width code from GTK+ print in GNOME print |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Remove several hack from PS code, use high resolution... |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Compilation with new dc code |
tree | commitdiff |
2007-09-24 |
Robert Roebling | reorganized wxSVGFileDC code |
tree | commitdiff |
2007-09-23 |
Vadim Zeitlin | added wxWindow::GetPopupMenuSelectionFromUser() (modifi... |
tree | commitdiff |
2007-09-23 |
Robert Roebling | Converted wxGTK's basic DC classes to new DC code |
tree | commitdiff |
2007-09-23 |
Vadim Zeitlin | revert last change (r48897) |
tree | commitdiff |
2007-09-22 |
Paul Cornett | use logical operator &&, not bitwise &; indentation fix |
tree | commitdiff |
2007-09-22 |
Paul Cornett | unused variables, useless assert |
tree | commitdiff |
2007-09-22 |
Paul Cornett | unused variable, more efficient increment operator |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | ifconfig under NetBSD also takes -a |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | *wprintf() functions should be extern, not static,... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | include tif_config.h using <> instead of "" |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | bring the new linpng 1.2.20 (without its contrib subdir... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | remove old libpng 1.2.7 |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | added more convenient wxDL_INIT_FUNC[_AW] macros and... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | made gs_msgXXX variables static |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | allow using wxTaskBarIcon under Win95 by loading Shell_... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | predefine _WIN32_IE before including shellapi.h too... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | copy tif_config.h.vc to tif_config.h, this file will... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | use libtiff/libjpeg VC-specific include files for all... |
tree | commitdiff |
2007-09-21 |
Julian Smart | Size of help window tabs reduced to prevent ugly overlap |
tree | commitdiff |
2007-09-21 |
Julian Smart | Reverted unnecessary fix |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | fix VC6 warnings |
tree | commitdiff |
2007-09-21 |
Julian Smart | Make SetFont actually do something |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | various warning fixes for icc 9.1 compilation |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | don't do anything before including the PCH header |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | don't do anything before including the PCH header |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | include vms_jackets.h directly from wx/platform.h inste... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | fix icc warnings about shadowed variables and mismatchi... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | removed wxEVT_POWER which wasn't declared nor used... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | removed an extra semicolon |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | don't shadow declaration of nIndex variable |
tree | commitdiff |
2007-09-21 |
Julian Smart | Optimized update events by only sending them to visible... |
tree | commitdiff |
2007-09-21 |
Vadim Zeitlin | use the lower-case version of the parameter in GetEndia... |
tree | commitdiff |
2007-09-21 |
Julian Smart | Corrected bug in in revision 47973 |
tree | commitdiff |
2007-09-21 |
Julian Smart | Fix for wxLIST_STATE_SELECTED not being returned when... |
tree | commitdiff |
2007-09-21 |
Paul Cornett | build fix for AIX |
tree | commitdiff |
2007-09-21 |
Paul Cornett | fix for HP and IBM compilers, calls to static template... |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | allow the user to press Esc to close preview frame... |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
tree | commitdiff |
2007-09-20 |
Robert Roebling | Patch from Bo for new selection API and impl. of GetCol... |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | fix round trip check in wxMBConv_win32::WC2MB() when... |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | remove extra colons and semicolons |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | added missing wxUSE_RICHEDIT test |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | build fixes for MSVC |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | build updates for libtiff 3.8.2 |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | import libtiff 3.8.2 into the trunk |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | remove the old hybrid libtiff sources |
tree | commitdiff |
2007-09-19 |
Robin Dunn | Give wxPowerEvent wxRTTI |
tree | commitdiff |
2007-09-19 |
Robert Roebling | GTK+ selects the first item initially, II |
tree | commitdiff |
2007-09-19 |
Robert Roebling | GTK+ selects the first item initially |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | use update UI handler for the up and new directory... |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | use drives paths, not names, in the dialog to avoid... |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | remove platform check, always compile this file as... |
tree | commitdiff |
2007-09-19 |
Robert Roebling | Let wxListCtrl generate the context menu event itself |
tree | commitdiff |
2007-09-19 |
Vadim Zeitlin | use fabs() instead of abs() to fix mingw32 compilation... |
tree | commitdiff |
next |