2006-10-30 |
Stefan Neis | Compilation fix for old GCC versions.
|
commit | commitdiff | tree |
2006-10-29 |
Stefan Neis | Renamed m_clientData member variable to avoid clash...
|
commit | commitdiff | tree |
2006-10-29 |
Stefan Neis | Fixed typo.
|
commit | commitdiff | tree |
2006-10-29 |
Stefan Neis | Add method declaration needed for wxGTK.
|
commit | commitdiff | tree |
2006-10-29 |
Stefan Neis | Corrected includes for wxGTK under OS/2.
|
commit | commitdiff | tree |
2006-10-22 |
Stefan Neis | Extended #1560785 (wxFileName::IsReadable/Writable...
|
commit | commitdiff | tree |
2006-10-22 |
Stefan Neis | Reverted font breakage caused by changes in version...
|
commit | commitdiff | tree |
2006-10-22 |
Stefan Neis | Applied patch #1582212 (completed/fixed toolbar's wxTB_BOTTO...
|
commit | commitdiff | tree |
2006-10-21 |
Stefan Neis | Fixed port name used in #ifdef.
|
commit | commitdiff | tree |
2006-10-21 |
Stefan Neis | Corrected port name used in headers.
|
commit | commitdiff | tree |
2006-10-08 |
Stefan Neis | Initialize m_overflow in wxGridCellAttr::Clone.
|
commit | commitdiff | tree |
2006-10-08 |
Stefan Neis | Use "cdecl" linkage mode for all ports with OpenWatcom...
|
commit | commitdiff | tree |
2006-10-08 |
Stefan Neis | Use system colours for ownerdrawn highlighting (patch...
|
commit | commitdiff | tree |
2006-08-30 |
Stefan Neis | Only support detection of "near the edge" coordinates...
|
commit | commitdiff | tree |
2006-08-30 |
Stefan Neis | Fixed getting OS version information.
|
commit | commitdiff | tree |
2006-08-27 |
Stefan Neis | Removed more references to removed source file.
|
commit | commitdiff | tree |
2006-08-27 |
Stefan Neis | Fixed OS/2 specific defines (there's no such thing...
|
commit | commitdiff | tree |
2006-08-27 |
Stefan Neis | Removed no longer needed/existing file os2/gdiobj.cpp...
|
commit | commitdiff | tree |
2006-08-27 |
Stefan Neis | Changed font generation to follow new pattern of other...
|
commit | commitdiff | tree |
2006-08-24 |
Stefan Neis | Removed no longer needed "DECLARE_EVENT_TABLE()" completing...
|
commit | commitdiff | tree |
2006-08-20 |
Stefan Neis | Added stub for wxIsPlatform64Bit.
|
commit | commitdiff | tree |
2006-08-20 |
Stefan Neis | Removed event table as these things are now handled...
|
commit | commitdiff | tree |
2006-08-16 |
Stefan Neis | Build fix.
|
commit | commitdiff | tree |
2006-08-06 |
Stefan Neis | Fixed (?) problem in region handling which caused major...
|
commit | commitdiff | tree |
2006-07-29 |
Stefan Neis | Added default value for "pos" parameter in constructor...
|
commit | commitdiff | tree |
2006-07-19 |
Stefan Neis | Fixes according to patch #1523304.
|
commit | commitdiff | tree |
2006-07-19 |
Stefan Neis | Sizing fixes according to patch #1523304.
|
commit | commitdiff | tree |
2006-07-16 |
Stefan Neis | Drawing fixed according to patch #1523304.
|
commit | commitdiff | tree |
2006-07-16 |
Stefan Neis | Disable CLIP_SIBLINGS style.
|
commit | commitdiff | tree |
2006-07-16 |
Stefan Neis | Make wxCalendarCtrl work on OS/2's PM port as well...
|
commit | commitdiff | tree |
2006-07-16 |
Stefan Neis | Avoid trouble during initialisation & typo fix (patch...
|
commit | commitdiff | tree |
2006-07-16 |
Stefan Neis | Fixed geometry errors according to patch #1523304.
|
commit | commitdiff | tree |
2006-07-16 |
Stefan Neis | Use xpm for PM port on OS/2 as well.
|
commit | commitdiff | tree |
2006-07-16 |
Stefan Neis | With fix from treebase.cpp,v 1.28, (generic) treectrl...
|
commit | commitdiff | tree |
2006-07-16 |
Stefan Neis | Fixed apparent typo.
|
commit | commitdiff | tree |
2006-07-16 |
Stefan Neis | Avoid using invalid parameters for GpiSetAttrs.
|
commit | commitdiff | tree |
2006-07-12 |
Stefan Neis | Added support for MirOS, an OpenBSD variant (patch...
|
commit | commitdiff | tree |
2006-07-09 |
Stefan Neis | Added implementation for wxGetKeyState and wxGetMouseState.
|
commit | commitdiff | tree |
2006-07-02 |
Stefan Neis | Updated information on concurrent installs.
|
commit | commitdiff | tree |
2006-07-02 |
Stefan Neis | Removed some outdated stuff.
|
commit | commitdiff | tree |
2006-07-02 |
Stefan Neis | Fixed typos in comments (patch #1515724)
|
commit | commitdiff | tree |
2006-07-02 |
Stefan Neis | Fixes to sizing and others, according to patch #1507207.
|
commit | commitdiff | tree |
2006-06-18 |
Stefan Neis | Fixed sizer height and queried text length according...
|
commit | commitdiff | tree |
2006-06-18 |
Stefan Neis | Partly reverted changes to Get(Current)Selection.
|
commit | commitdiff | tree |
2006-06-18 |
Stefan Neis | Avoid problems with events that might be sent during...
|
commit | commitdiff | tree |
2006-06-11 |
Stefan Neis | Don't use TreeBook for OS/2 PM port (at least not yet).
|
commit | commitdiff | tree |
2006-06-05 |
Stefan Neis | Removed some focus handling that was to general and...
|
commit | commitdiff | tree |
2006-06-05 |
Stefan Neis | Fixed brush realization as suggested by Franz Bakan.
|
commit | commitdiff | tree |
2006-06-05 |
Stefan Neis | Improved error handling.
|
commit | commitdiff | tree |
2006-06-05 |
Stefan Neis | Made additional error codes available.
|
commit | commitdiff | tree |
2006-05-07 |
Stefan Neis | Need to do tests for compiler version (to determine...
|
commit | commitdiff | tree |
2006-04-15 |
Stefan Neis | Replaced "uint" (which may be or may not be defined...
|
commit | commitdiff | tree |
2006-04-12 |
Stefan Neis | Fixed GetSelection to behave the same as for the other...
|
commit | commitdiff | tree |
2006-03-11 |
Stefan Neis | Removed -fno-strict-aliasing for OS/2 (not supported...
|
commit | commitdiff | tree |
2006-02-26 |
Stefan Neis | Added handling of dashes (patch #1438894).
|
commit | commitdiff | tree |
2006-01-28 |
Stefan Neis | Do test for get{host,serv}byname_r in C++ mode, so...
|
commit | commitdiff | tree |
2006-01-25 |
Stefan Neis | Fixed "typo".
|
commit | commitdiff | tree |
2006-01-25 |
Stefan Neis | Cleaned attempts at fixing NetBSD compilation commited...
|
commit | commitdiff | tree |
2006-01-25 |
Stefan Neis | Yet another try to fix NetBSD's problem with getservbyname_r.
|
commit | commitdiff | tree |
2006-01-23 |
Stefan Neis | Yet another attempt at making the getservbyname_r prototype...
|
commit | commitdiff | tree |
2006-01-23 |
Stefan Neis | Testing if using -D_REENTRANT helps compiling socket...
|
commit | commitdiff | tree |
2006-01-22 |
Stefan Neis | Moved os2/private.h to BASE_OS2_HDR.
|
commit | commitdiff | tree |
2006-01-15 |
Stefan Neis | Some OS/2 specific improvements.
|
commit | commitdiff | tree |
2006-01-14 |
Stefan Neis | Ensure "reasonable" return values even if none of the...
|
commit | commitdiff | tree |
2006-01-14 |
Stefan Neis | Temporarily (?) commented the code for testing for...
|
commit | commitdiff | tree |
2006-01-08 |
Stefan Neis | Replaced get{host,serv}by{name,addr} by the threadsafe...
|
commit | commitdiff | tree |
2006-01-06 |
Stefan Neis | Integrated fixes for sizing/positioning; cleanup; removal...
|
commit | commitdiff | tree |
2006-01-06 |
Stefan Neis | Fixed sizing&positioning and an error in subclassing.
|
commit | commitdiff | tree |
2006-01-06 |
Stefan Neis | Cosmetic fixes.
|
commit | commitdiff | tree |
2006-01-06 |
Stefan Neis | Removed creation&deletion of an unused font object.
|
commit | commitdiff | tree |
2006-01-06 |
Stefan Neis | Allow multiple lines for a static text
|
commit | commitdiff | tree |
2006-01-05 |
Stefan Neis | Temporarily disabled OS/2 specific code.
|
commit | commitdiff | tree |
2006-01-04 |
Stefan Neis | Fixed sizing and positioning.
|
commit | commitdiff | tree |
2006-01-04 |
Stefan Neis | Minor cleanup
|
commit | commitdiff | tree |
2006-01-04 |
Stefan Neis | Better default sizes.
|
commit | commitdiff | tree |
2006-01-04 |
Stefan Neis | Cache slider size in DoSetSize.
|
commit | commitdiff | tree |
2006-01-04 |
Stefan Neis | Fixed label handling (translating for accelerator handling...
|
commit | commitdiff | tree |
2006-01-04 |
Stefan Neis | Improved size handling.
|
commit | commitdiff | tree |
2006-01-04 |
Stefan Neis | Fixed sizing and positioning, simplifying code (too...
|
commit | commitdiff | tree |
2006-01-03 |
Stefan Neis | Applied patch #1396039 (Notebook tab bitmaps)
|
commit | commitdiff | tree |
2006-01-03 |
Stefan Neis | Added thread-safe wrappers for get{host,serv}by{name...
|
commit | commitdiff | tree |
2006-01-03 |
Stefan Neis | Applied patch #1395526 (Autoradiobutton corrections)
|
commit | commitdiff | tree |
2006-01-03 |
Stefan Neis | Fixed bug introduced by previous change (patch #1395852)
|
commit | commitdiff | tree |
2006-01-02 |
Stefan Neis | Use system colours
|
commit | commitdiff | tree |
2006-01-02 |
Stefan Neis | Improved support for system colours and scrollbar widths...
|
commit | commitdiff | tree |
2006-01-02 |
Stefan Neis | Choose a legal default font on DC creation.
|
commit | commitdiff | tree |
2006-01-02 |
Stefan Neis | Some minor corrections (typos, return value handling).
|
commit | commitdiff | tree |
2005-12-31 |
Stefan Neis | No obnoxious warnings if threading is disabled.
|
commit | commitdiff | tree |
2005-12-27 |
Stefan Neis | Applied Patch #1390457 (Incorrect wxRadioBox widths...
|
commit | commitdiff | tree |
2005-12-25 |
Stefan Neis | Fixed GetIcon to keep up with return type change on...
|
commit | commitdiff | tree |
2005-12-18 |
Stefan Neis | Added implementation for wxLocaltime_r/wxGmtime_r.
|
commit | commitdiff | tree |
2005-12-17 |
Stefan Neis | Use thread-safe functions where possible.
|
commit | commitdiff | tree |
2005-12-11 |
Stefan Neis | Fixed wxDirExists implementation for OS/2.
|
commit | commitdiff | tree |
2005-12-10 |
Stefan Neis | Added OS/2's wxDisplay implementation to list of files...
|
commit | commitdiff | tree |
2005-12-07 |
Stefan Neis | Compilation fix.
|
commit | commitdiff | tree |
2005-11-27 |
Stefan Neis | Cleaned up some erroneous stuff from previous commit...
|
commit | commitdiff | tree |
2005-11-27 |
Stefan Neis | Applied patch #1198422 (CheckBox labels being truncated).
|
commit | commitdiff | tree |
2005-11-27 |
Stefan Neis | Detect thread-safe versions of gethostbyname/gethostbyaddr...
|
commit | commitdiff | tree |
2005-10-23 |
Stefan Neis | Removed unused symbol __WXOS2__ (it's either __OS2__...
|
commit | commitdiff | tree |
2005-10-23 |
Stefan Neis | Replaced __WXOS2__ by __OS2__ or __WXPM__ as apropriate.
|
commit | commitdiff | tree |
next |