2007-09-27 |
Václav Slavík | fixed cellpadding when printing (bug #1795572) |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Jouk Jansen | git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Vadim Zeitlin | continue with loading the message catalog even if setti... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Vadim Zeitlin | fixed command line processing which was preempted by... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Vadim Zeitlin | compilation fix after wxTRANSLATE() changes |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Vadim Zeitlin | another compilation fix PCH-less build |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Robert Roebling | Compilo |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Robert Roebling | Compilo for non-PCH |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Robert Roebling | Forgot to commit |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Vadim Zeitlin | part of wxComboBox to wxEntry refactoring (should have... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Vadim Zeitlin | refactor wxMSW code to extract parts common to wxTextCt... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Vadim Zeitlin | remove wxComboBox-specific hack, override DoSetToolTip... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Vadim Zeitlin | compilation fixes for wxGTK1 after wxTextEntry changes... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Vadim Zeitlin | compilation fix for wxGTK1 |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Julian Smart | Added forward declaration for wxWindow |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Vadim Zeitlin | fix harmless unused parameter warning |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Vadim Zeitlin | added unit test for some of wxTextCtrl methods and... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Vadim Zeitlin | fix operator<<() for wxString |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Vadim Zeitlin | define wxUSE_GADGETS as 0 as it's not defined in config... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Vadim Zeitlin | fix warning about visibility attribute ignored on non... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Jouk Jansen | git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Václav Slavík | document that GetAttribute's argument must not be NULL |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Václav Slavík | wxXmlNode::GetAttribute's pointer argument must not... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Robert Roebling | Reduce width and height of drawing ops by one in all... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Robert Roebling | Fix various minor PS issues |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Robert Roebling | Use line width code from GTK+ print in GNOME print |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Robert Roebling | Remove several hack from PS code, use high resolution... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Robert Roebling | Compilation with new dc code |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Robert Roebling | reorganized wxSVGFileDC code |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Vadim Zeitlin | added wxWindow::GetPopupMenuSelectionFromUser() (modifi... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Robert Roebling | Converted wxGTK's basic DC classes to new DC code |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Vadim Zeitlin | don't define wxCRT_xxprintfW function if the correspond... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Vadim Zeitlin | revert last change (r48897) |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Vadim Zeitlin | include wx/log.h to fix PCH-less compilation |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Chris Elliott | add missing sample stc |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Robert Roebling | Removed last bits of DrawScaledBitmap (was removed... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Paul Cornett | use logical operator &&, not bitwise &; indentation fix |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Paul Cornett | unused variables, useless assert |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Paul Cornett | unused variable, more efficient increment operator |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Bryan Petty | Corrected doc typo (missing escaped underscore). |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | ifconfig under NetBSD also takes -a |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | *wprintf() functions should be extern, not static,... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | include tif_config.h using <> instead of "" |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | bring the new linpng 1.2.20 (without its contrib subdir... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | remove old libpng 1.2.7 |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | added more convenient wxDL_INIT_FUNC[_AW] macros and... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | made gs_msgXXX variables static |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | allow using wxTaskBarIcon under Win95 by loading Shell_... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Julian Smart | Doc corrections |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | predefine _WIN32_IE before including shellapi.h too... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Paul Cornett | allow copying wxFormatString for compiler-generated... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | copy tif_config.h.vc to tif_config.h, this file will... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | use libtiff/libjpeg VC-specific include files for all... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | removed extra semicolon |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | put __attribute__((deprecated)) before declaration... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Julian Smart | Corrected typo |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | no changes, just a typo fix |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Julian Smart | Size of help window tabs reduced to prevent ugly overlap |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Julian Smart | Reverted unnecessary fix |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | fix VC6 warnings |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Julian Smart | Make SetFont actually do something |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | added wxDEPRECATED_INLINE, use it for wxPixelData<wxBit... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | make wxScopeGuardImplBase copy ctor public to avoid... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | various warning fixes for icc 9.1 compilation |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | don't do anything before including the PCH header |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | don't do anything before including the PCH header |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | include vms_jackets.h directly from wx/platform.h inste... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | fix icc warnings about shadowed variables and mismatchi... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | functions not taking argument must be declared as ... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | removed wxEVT_POWER which wasn't declared nor used... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Robert Roebling | more work on wxDC reorganizing |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | removed an extra semicolon |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | don't shadow declaration of nIndex variable |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Julian Smart | Optimized update events by only sending them to visible... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | use the lower-case version of the parameter in GetEndia... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Vadim Zeitlin | check whether compiler supports visibility pragmas... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Robert Roebling | Mention that DrawLines( wxList *) is deprecated |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Julian Smart | Corrected bug in in revision 47973 |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Julian Smart | Fix for wxLIST_STATE_SELECTED not being returned when... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Paul Cornett | wcstod seems to be more widely available than wcstof |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Paul Cornett | build fix for AIX |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Paul Cornett | fix for HP and IBM compilers, calls to static template... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Vadim Zeitlin | allow the user to press Esc to close preview frame... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Vadim Zeitlin | update from Antonio Cardoso Martins |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Robert Roebling | Patch from Bo for new selection API and impl. of GetCol... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Vadim Zeitlin | apply XRCID() automatically to XRCSIZERITEM() argument... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Vadim Zeitlin | fix round trip check in wxMBConv_win32::WC2MB() when... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Vadim Zeitlin | Ukrainian translation update from Yuri Chornoivan |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Vadim Zeitlin | added Portuguese translation from Antonio Cardoso Martins |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Vadim Zeitlin | remove extra colons and semicolons |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Vadim Zeitlin | added missing wxUSE_RICHEDIT test |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Paul Cornett | fix HAVE_ macros not being converted to uppercase on... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Vadim Zeitlin | build fixes for MSVC |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Vadim Zeitlin | rebake after libtiff changes |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Vadim Zeitlin | build updates for libtiff 3.8.2 |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Vadim Zeitlin | import libtiff 3.8.2 into the trunk |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Vadim Zeitlin | remove the old hybrid libtiff sources |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Robin Dunn | Give wxPowerEvent wxRTTI |
commit | commitdiff | tree | snapshot |
next |