2005-09-26 |
Kevin Hock | In GetTextColour, use GetDefaultAttributes instead... |
tree | commitdiff |
2005-09-26 |
David Elliott | Make wxToolBar accept first mouse clicks. That is... |
tree | commitdiff |
2005-09-26 |
David Elliott | Add EndDialog helper which calls EndModal with the... |
tree | commitdiff |
2005-09-26 |
Włodzimierz Skiba | Warning fixes for BCC, VC, OW and MinGW. |
tree | commitdiff |
2005-09-26 |
Włodzimierz Skiba | Default serting by name. |
tree | commitdiff |
2005-09-26 |
Włodzimierz Skiba | MSWUniv build fix. |
tree | commitdiff |
2005-09-26 |
Włodzimierz Skiba | Better fix for modal/modeless wizards. |
tree | commitdiff |
2005-09-26 |
Mart Raudsepp | Revert revision 1.102.2.2: |
tree | commitdiff |
2005-09-26 |
Vadim Zeitlin | corrected #ifdef order (might help linking with wxUSE_M... |
tree | commitdiff |
2005-09-26 |
Stefan Csomor | fixing focus handling for generic controls in carbon-cfm |
tree | commitdiff |
2005-09-26 |
Vadim Zeitlin | fixed wide char codeset detection for systems which... |
tree | commitdiff |
2005-09-26 |
Vadim Zeitlin | added tracing code to wide char codeset detection |
tree | commitdiff |
2005-09-26 |
Vadim Zeitlin | use wxIsNullDouble instead of comparing m_ration with 0 |
tree | commitdiff |
2005-09-26 |
Vadim Zeitlin | fixed variable shadowing icc warnings |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fixed warnings about truncating 64 bit integers |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | added pragmas to disable icc warning when va_arg is... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fixed warnings about pointer to integer cast |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fix icc warning about printf() format mismatch |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | removed more extraneous semicolons |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | use wxIsSameDouble() and wxIsNullDouble() for warning... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fix hiding a local variable by another one in the inner... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | don't declare pthread_mutexattr_settype() ourselves... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | don't declare strptime() ourselves if the system alread... |
tree | commitdiff |
2005-09-25 |
Michael Wetherell | Fixes for include guards, patch 1256967 Paul Cornett |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fixed a signed/unsigned comparison warning introudced... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | don't use deprecated conversion operator in wxVariantDa... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | replaced gs_menuItems hack with a wxOwnerDrawn::m_isMen... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | removed #errors in 2.7 compilation |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | re-renamed DoCreate() to XmDoCreateTLW() to avoid virtu... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | added and documented SetEscapeId() |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | position is always unsigned in InsetPage(), no need... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | added wxIsSameDouble() which wraps double comparison... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | added wxFORCE_LINK_MODULE public macro which can now... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | fixed two icc warnings about local variables hiding... |
tree | commitdiff |
2005-09-25 |
Stefan Neis | Applied [ 1186782 ] Setting thread stack size on Unix. |
tree | commitdiff |
2005-09-25 |
Mattia Barbon | Trace module initialization and cleanup. |
tree | commitdiff |
2005-09-25 |
Michael Wetherell | Ambiguous overload fix for gcc |
tree | commitdiff |
2005-09-25 |
Michael Wetherell | Compile fixes for the const patch |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | more extra semicolons removed (patch 1303724) |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | Mac compilation fix after const patch |
tree | commitdiff |
2005-09-25 |
Michael Wetherell | Fix for crash in ~wxWindow() on solaris |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN... |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | fix wxExecute() return code checks and removed not... |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | set error to GSOCK_TIMEOUT if the socket timed out... |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | don't set focus to a hidden notebook (patch 1299005) |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | made absence of wxCHANGE_DIR flag work even under NT... |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | remove extraneous semicolons (patch 1299687) |
tree | commitdiff |
2005-09-24 |
Michael Wetherell | Memory corruption fix |
tree | commitdiff |
2005-09-23 |
David Elliott | As of src/common/framecmn.cpp revision 1.60 the wxFrame... |
tree | commitdiff |
2005-09-23 |
David Elliott | Added Cocoa_acceptsFirstMouse. |
tree | commitdiff |
2005-09-23 |
David Elliott | Added Cocoa_canBecomeKeyWindow. |
tree | commitdiff |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
tree | commitdiff |
2005-09-22 |
Vadim Zeitlin | Unicode build fix |
tree | commitdiff |
2005-09-22 |
Vadim Zeitlin | gcc compilation fixes after last commit |
tree | commitdiff |
2005-09-22 |
Vadim Zeitlin | try all known UCS-[24] synonyms in wxMBConv_iconv,... |
tree | commitdiff |
2005-09-22 |
Vadim Zeitlin | more synonyms for UCS-2/4 |
tree | commitdiff |
2005-09-21 |
Julian Smart | Don't skip after writing tab or we could get another... |
tree | commitdiff |
2005-09-21 |
Mart Raudsepp | [wxGTK] Remove wxTLW::RequestUserAttention related... |
tree | commitdiff |
2005-09-20 |
Vadim Zeitlin | don't define constants unused in release build (SGI... |
tree | commitdiff |
2005-09-20 |
David Elliott | Call [super dealloc] from overridden dealloc methods. |
tree | commitdiff |
2005-09-20 |
Vadim Zeitlin | really fix binary backwards compatibility for wxMotif |
tree | commitdiff |
2005-09-20 |
Stefan Csomor | adding missing file |
tree | commitdiff |
2005-09-20 |
Michael Wetherell | Fix wxGTK crash on startup on 64-bit solaris 10 |
tree | commitdiff |
2005-09-20 |
Julian Smart | Don't assert if the window doesn't accept the focus. |
tree | commitdiff |
2005-09-20 |
Julian Smart | IsModal now has the newer meaning. |
tree | commitdiff |
2005-09-20 |
Julian Smart | Removed unnecessary IsModal call |
tree | commitdiff |
2005-09-20 |
Julian Smart | IsModal() now has the newer meaning (equivalent of... |
tree | commitdiff |
2005-09-20 |
Vadim Zeitlin | blind compilation fix for cygwin Unicode build (bug... |
tree | commitdiff |
2005-09-19 |
Vadim Zeitlin | only call fsync() on disk files, otherwise we get an... |
tree | commitdiff |
2005-09-19 |
Julian Smart | Fix for modal/modeless wizards |
tree | commitdiff |
2005-09-19 |
Julian Smart | Missing end of comment |
tree | commitdiff |
2005-09-19 |
Kevin Hock | Make sure Enable_Events is called when a connection... |
tree | commitdiff |
2005-09-19 |
Vadim Zeitlin | temporarily reverted binary backwards incompatible... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | workaround for buggy setlocale() under AIX (without... |
tree | commitdiff |
2005-09-18 |
Stefan Neis | Added (dummy) handler for loading bitmap from file... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | condensed 2 very similar trace messages into one |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | added ifconfig and ping locations for AIX |
tree | commitdiff |
2005-09-18 |
Mattia Barbon | Send wxInitDialogEvent under wxMotif. |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | Unicode compilation fix |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | GetSystemEncodingName() cleanup: we don't need to check... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | add CP-xxx as synonyms for WINDOWS-xxx |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | look in codeset-specific directory for locale files... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | more encoding names for AIX/Solaris/IRIX |
tree | commitdiff |
2005-09-18 |
Stefan Csomor | tentative fix for BestSize problems (non-native toolbar) |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | don't pass NULL pointer to printf(), this crashes Solar... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | don't create conversion objects unless we really need... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | added trace message to wxCSConv creation code |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | avoid unnecessary conversions when loading the catalog... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | compate charset names case-insensitively in GetEncoding... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | signed/unsigned comparison warning |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | removed unused variable |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | added GetAllEncodingNames(), use it to select the corre... |
tree | commitdiff |
2005-09-18 |
Julian Smart | Corrected behaviour for modeless wizards -- can't detec... |
tree | commitdiff |
2005-09-18 |
Julian Smart | Applied patch 1283609 GTK window dtor + wxGrid + cellEd... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | get rid of wxClientDC::m_oldFont, it wasn't really... |
tree | commitdiff |
2005-09-17 |
Julian Smart | Include settings.h |
tree | commitdiff |
2005-09-17 |
Vadim Zeitlin | removed weird comparison of m_oldFont with -1 (this... |
tree | commitdiff |
2005-09-17 |
Vadim Zeitlin | use wxPtrToUInt() instead of casting pointers to int... |
tree | commitdiff |
next |