2005-10-16 |
Stefan Neis | Fixed event handling bug as suggested by Lech Wiktor... |
tree | commitdiff |
2005-10-15 |
Michael Wetherell | Typo, should be #if not #ifdef |
tree | commitdiff |
2005-10-15 |
Michael Wetherell | Restore WC_UTF16, required for compilation on Windows |
tree | commitdiff |
2005-10-13 |
Julian Smart | Added "enabled" support for submenus |
tree | commitdiff |
2005-10-11 |
Dimitri Schoolwerth | fixed argv[0] out of bounds error (argc can be 0 when... |
tree | commitdiff |
2005-10-11 |
Dimitri Schoolwerth | fixed MSVC6 compilation error ("C2639: compiler generat... |
tree | commitdiff |
2005-10-11 |
Vadim Zeitlin | another fix for !USE_PCH: added missing wx/imaglist... |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | invalidate tree size after adding/removing pages; use... |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | removed hardcoded DoGetBestSize() implementation; added... |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | removed deprecated InsertItem() overload because it... |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | Windows compilation fixes after wxTreeCtrl refactoring |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | introduced a common base class for both MSW and generic... |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | corrected code to really skip stack frames in the begin... |
tree | commitdiff |
2005-10-10 |
Kevin Hock | For consistency with other ports, send TEXT event after... |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | refactored wxGTK scrolling: it has now fully-functionin... |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | added GtkUpdateScrollbar; folded some code duplicated... |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | added GetWindowSizeForVirtualSize() virtual hook for... |
tree | commitdiff |
2005-10-10 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2005-10-09 |
Vadim Zeitlin | regenerated with treebook files |
tree | commitdiff |
2005-10-09 |
Vadim Zeitlin | Added wxTreebook: |
tree | commitdiff |
2005-10-09 |
Vadim Zeitlin | corrected GetBestSize() implementation: take all items... |
tree | commitdiff |
2005-10-09 |
Vadim Zeitlin | don't call ::ShowWindow() if don't have HWND yet |
tree | commitdiff |
2005-10-09 |
Mattia Barbon | Removed WXWIN_COMPATIBILITY_2_2 together with code... |
tree | commitdiff |
2005-10-09 |
Vadim Zeitlin | implemented GetBestSize() (TODO: make this available... |
tree | commitdiff |
2005-10-09 |
Vadim Zeitlin | filter out duplicate mouse move events too; moved last... |
tree | commitdiff |
2005-10-09 |
Vadim Zeitlin | blind compilation fix for CW 8.3 in Unicode build |
tree | commitdiff |
2005-10-09 |
Vadim Zeitlin | don't use __MSL__ unless it's defined |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | fixed unused parameter warnings in non-debug build |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | always connect to both XmNvalueChangedCallback and... |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | more 'unreachable code' warnings which had been disable... |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | extra semicolons removed |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | unused params warnings |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | fixed logic bug in DoSetSize() (disabling a warning... |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | added support for OSF1 (Tru64) |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | harmless DEC cc warning fixes |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | use for instead of while for infinite loop (the latter... |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | try setting locale n wxLocale::Init(lang) to xx_YY... |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | hack: adjust C locale to supported form under HP-UX... |
tree | commitdiff |
2005-10-07 |
Vadim Zeitlin | don't define unused functions |
tree | commitdiff |
2005-10-07 |
Vadim Zeitlin | fixed check for bitmapType match (thanks to HP compiler... |
tree | commitdiff |
2005-10-07 |
Vadim Zeitlin | undid last commit, the neceesary defines fo HP-UX are... |
tree | commitdiff |
2005-10-07 |
Michael Wetherell | Attempt to avoid crash on exit on Solaris 10 |
tree | commitdiff |
2005-10-07 |
Włodzimierz Skiba | #include markup fix. |
tree | commitdiff |
2005-10-06 |
Vadim Zeitlin | added more HP-UX charset names |
tree | commitdiff |
2005-10-06 |
Vadim Zeitlin | added HP-UX names for ISO8859-x charsets |
tree | commitdiff |
2005-10-06 |
Michael Wetherell | Compile fix |
tree | commitdiff |
2005-10-06 |
Michael Wetherell | Unicode compile fix |
tree | commitdiff |
2005-10-06 |
Włodzimierz Skiba | wxPalette unified. Source cleaning. |
tree | commitdiff |
2005-10-06 |
Vadim Zeitlin | don't use a floating point value as a boolean flag... |
tree | commitdiff |
2005-10-06 |
Włodzimierz Skiba | wxMotif for OS/2 adjustements. Source cleaning. |
tree | commitdiff |
2005-10-06 |
Włodzimierz Skiba | wxMotif for OS/2 adjustements. Source cleaning. |
tree | commitdiff |
2005-10-05 |
Kevin Hock | When recv returns 0, the connection has been remotely... |
tree | commitdiff |
2005-10-05 |
Włodzimierz Skiba | wxColour source cleaning. Corrections to 'const unsigne... |
tree | commitdiff |
2005-10-05 |
Kevin Hock | Revert last change, which made it impossible to set... |
tree | commitdiff |
2005-10-05 |
Kevin Hock | Do not allow events to fire after socket is closed... |
tree | commitdiff |
2005-10-05 |
Vadim Zeitlin | silence a few (harmless) HP aCC warnings |
tree | commitdiff |
2005-10-04 |
Włodzimierz Skiba | Fix for mistake with const for non pointer/reference... |
tree | commitdiff |
2005-10-04 |
Vadim Zeitlin | don't compile this file at all in Motif2 build |
tree | commitdiff |
2005-10-04 |
Vadim Zeitlin | compilation fix for HP-UX (at least version 11) |
tree | commitdiff |
2005-10-04 |
Włodzimierz Skiba | wxBrush::SetColour and wxPen::SetColour unified. Source... |
tree | commitdiff |
2005-10-03 |
Vadim Zeitlin | don't use %08p format string, gcc complains about it |
tree | commitdiff |
2005-10-03 |
Vadim Zeitlin | regenerated after version.bkl changes fixing -compatibi... |
tree | commitdiff |
2005-10-03 |
Vadim Zeitlin | added more methods to transparently convert wxTreeItemI... |
tree | commitdiff |
2005-10-03 |
Włodzimierz Skiba | Source cleaning. wxMotif/OS2 adjustements. |
tree | commitdiff |
2005-10-03 |
Stefan Csomor | avoid system pop-up menu commands being handled by... |
tree | commitdiff |
2005-10-01 |
Kevin Hock | Code formatting cleanup from OSAF [ patch 1307563 ] |
tree | commitdiff |
2005-10-01 |
Vadim Zeitlin | fix the size of the created subbitmap |
tree | commitdiff |
2005-10-01 |
David Elliott | Ran bakefile -f autoconf and autoconf. |
tree | commitdiff |
2005-09-30 |
David Elliott | Needed to add #include "wx/statusbr.h" to know that... |
tree | commitdiff |
2005-09-30 |
Mattia Barbon | Implemented wxMenuBar::Insert and wxMenu::Insert. |
tree | commitdiff |
2005-09-30 |
Mattia Barbon | Simplify preprocessor guards for render tables and new |
tree | commitdiff |
2005-09-29 |
Włodzimierz Skiba | wxCheckListBox cleanup. |
tree | commitdiff |
2005-09-28 |
Mattia Barbon | Implement wxChoice::Insert. |
tree | commitdiff |
2005-09-28 |
Mattia Barbon | Fix wxMotif checkbox for Motif 1.2. (need to backport) |
tree | commitdiff |
2005-09-28 |
Vadim Zeitlin | fix for a crash due to using NULL inputConv in Unicode... |
tree | commitdiff |
2005-09-28 |
Vadim Zeitlin | wxGTK1 compilation fix after last commit |
tree | commitdiff |
2005-09-27 |
Michael Wetherell | Use the new wx_truncate_cast for any narrowing conversions |
tree | commitdiff |
2005-09-27 |
Włodzimierz Skiba | wxItemContainerImmutable::FindString unified. |
tree | commitdiff |
2005-09-27 |
Vadim Zeitlin | yet more extra semicolons removed (patch 1305031) |
tree | commitdiff |
2005-09-27 |
Vadim Zeitlin | (blind) fix for keyboard cues display under XP (bug... |
tree | commitdiff |
2005-09-26 |
Vadim Zeitlin | made Shift-JIS encoding upper case; made SJIS the canon... |
tree | commitdiff |
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 |
next |