2002-02-23 |
Vadim Zeitlin | temp linking quick fix |
tree | commitdiff |
2002-02-23 |
Robert Roebling | Implemented a simple modality under X11. |
tree | commitdiff |
2002-02-23 |
Robert Roebling | Some work on GTK focus handling and events. |
tree | commitdiff |
2002-02-23 |
Julian Smart | wxUSE_CONSTRAINTS now refers to constraints only, since... |
tree | commitdiff |
2002-02-23 |
Robert Roebling | Minor fixes to buffered stream in connection |
tree | commitdiff |
2002-02-23 |
Václav Slavík | fix for (MSLU?) BEGIN/ENDEDITLABEL in Unicode build |
tree | commitdiff |
2002-02-23 |
Václav Slavík | removed libxpm |
tree | commitdiff |
2002-02-22 |
David Webster | Style updates |
tree | commitdiff |
2002-02-22 |
Gilles Depeyrot | Darwin dlopen functions is needed both for DYNLIB_CLASS... |
tree | commitdiff |
2002-02-22 |
Vadim Zeitlin | fix for a nasty bug with colouor copying |
tree | commitdiff |
2002-02-22 |
Vadim Zeitlin | 1. made wxDebugMsg, wxError and wxFatalError deprecated... |
tree | commitdiff |
2002-02-22 |
Vadim Zeitlin | wxLogFatalError() now always aborts the program and... |
tree | commitdiff |
2002-02-22 |
Vadim Zeitlin | fixed dead update splitters |
tree | commitdiff |
2002-02-22 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-02-22 |
Vadim Zeitlin | misc fixes for (absense of) the borders |
tree | commitdiff |
2002-02-22 |
Vadim Zeitlin | fixes to handling of 0 and negative splitter position... |
tree | commitdiff |
2002-02-21 |
Vadim Zeitlin | don't crash if editing of the cell wasn't started for... |
tree | commitdiff |
2002-02-21 |
Vadim Zeitlin | wxCursor(wxImage) added (Chris Elliott, patch 517439) |
tree | commitdiff |
2002-02-21 |
Vadim Zeitlin | fixes for big endiand machines (Chris Elliott, patch... |
tree | commitdiff |
2002-02-21 |
Vadim Zeitlin | applied patch for calculating the tree items size with... |
tree | commitdiff |
2002-02-21 |
Julian Smart | Some more NanoX compile fixes |
tree | commitdiff |
2002-02-21 |
Julian Smart | Removed bizarre test code of which I have no recollecti... |
tree | commitdiff |
2002-02-21 |
Robin Dunn | Fix so the Host: header in wxHTTP really works. With... |
tree | commitdiff |
2002-02-20 |
Julian Smart | NanoX modificati |
tree | commitdiff |
2002-02-20 |
Robert Roebling | Always send an erase event to satisfy some users... |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | fixed SetForegroundColour() for the generic tree ctrl |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | fix setting the font for a single-line text control... |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | reverted the previous fix, it's no longer needed now... |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | use base 10 by default in wxString::To[U]Long |
tree | commitdiff |
2002-02-20 |
Gilles Depeyrot | corrected typo in Darwin specific code |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | *do* generate the LEAVE events even when the mouse... |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | fixed mouse input handling in wxUniv: the static boxes... |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | don't use border styles for windows in wxUniversal |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | use WS_CLIPSIBLINGS for wxStaticLine as well |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | removed unused test code (no real changes) |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | don't inherit the controls colours from the parent... |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | 1. always create the buttons with WS_CLIPSIBLINGS style... |
tree | commitdiff |
2002-02-19 |
Robert Roebling | Added test for default action (button normally) |
tree | commitdiff |
2002-02-19 |
Vadim Zeitlin | show the resize cursor when the mouse is above the... |
tree | commitdiff |
2002-02-19 |
Vadim Zeitlin | added an error message to wxCopyFile |
tree | commitdiff |
2002-02-19 |
Vadim Zeitlin | fixed Unicode-mode only bug in Validate() |
tree | commitdiff |
2002-02-19 |
Vadim Zeitlin | fixed bug in ParseDateFormat() with numbers with leadin... |
tree | commitdiff |
2002-02-19 |
Vadim Zeitlin | don't crash in SetFocus() |
tree | commitdiff |
2002-02-19 |
Stefan Csomor | respects wxFRAME_TOOL_WINDOW for floaters, too |
tree | commitdiff |
2002-02-18 |
Václav Slavík | better approach to centering windows (in absence of... |
tree | commitdiff |
2002-02-18 |
Gilles Depeyrot | corrections to dynamic loading for Darwin |
tree | commitdiff |
2002-02-18 |
Robert Roebling | Added more wxRegion tests to erase sample. |
tree | commitdiff |
2002-02-18 |
Václav Slavík | checked in forgottern parts of MSLU changes |
tree | commitdiff |
2002-02-18 |
David Webster | wxOS2 no longer relies on xpmlib |
tree | commitdiff |
2002-02-17 |
Václav Slavík | more MSLU fixes and moved MSLU stuff into separate... |
tree | commitdiff |
2002-02-17 |
Václav Slavík | Unicode fixes and warnings cleanup |
tree | commitdiff |
2002-02-17 |
Václav Slavík | more MSLU fixes and moved MSLU stuff into separate... |
tree | commitdiff |
2002-02-17 |
Václav Slavík | cache return value of wxGetOsVersion |
tree | commitdiff |
2002-02-17 |
Vadim Zeitlin | compilation fixes after the last commit |
tree | commitdiff |
2002-02-17 |
Vadim Zeitlin | compilation warnings fixed |
tree | commitdiff |
2002-02-17 |
Vadim Zeitlin | fixes for MSWGetCreateWindowFlags signature change |
tree | commitdiff |
2002-02-17 |
Vadim Zeitlin | better handling for the style changing during run-time |
tree | commitdiff |
2002-02-17 |
Robert Roebling | Removed accidentally left in debug code. |
tree | commitdiff |
2002-02-17 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-17 |
Julian Smart | Added some Xlib replacement functions and structures... |
tree | commitdiff |
2002-02-17 |
Vadim Zeitlin | added SetString(), deprecated SetLabel() |
tree | commitdiff |
2002-02-17 |
Mattia Barbon | Blind fix for Win32 daily builds |
tree | commitdiff |
2002-02-17 |
Václav Slavík | move wxMGL's wxTimer to src/generic |
tree | commitdiff |
2002-02-17 |
Václav Slavík | corrected wxApp::GetStdIcon in wxX11 |
tree | commitdiff |
2002-02-17 |
Václav Slavík | synthetize 'button up' event before doubleclick, too |
tree | commitdiff |
2002-02-17 |
Václav Slavík | fix for focus handling in generic wxListCtrl |
tree | commitdiff |
2002-02-17 |
Stefan Neis | Fixed OS/2 compilation problems. |
tree | commitdiff |
2002-02-17 |
Václav Slavík | don't treat changing focus to popup's child as loosing it |
tree | commitdiff |
2002-02-16 |
Vadim Zeitlin | various splitter fixes: |
tree | commitdiff |
2002-02-16 |
Mattia Barbon | Fix Cygwin and MinGW compilation |
tree | commitdiff |
2002-02-16 |
Mattia Barbon | Fixed toolbar crash for MinGW/Cygwin |
tree | commitdiff |
2002-02-16 |
Robert Roebling | The last commit was too hasty. |
tree | commitdiff |
2002-02-16 |
Robert Roebling | Forgot to move update and clear regions when scrolling. |
tree | commitdiff |
2002-02-16 |
Vadim Zeitlin | refresh the item whose image depends on the expanded... |
tree | commitdiff |
2002-02-16 |
Stefan Csomor | new bitmap code |
tree | commitdiff |
2002-02-16 |
Václav Slavík | previous change to wxImage was wrong, it didn't account... |
tree | commitdiff |
2002-02-16 |
Stefan Csomor | fixed inheritance info |
tree | commitdiff |
2002-02-16 |
Stefan Csomor | bracketed include def for CW nothrow flag for MAKINGDLL... |
tree | commitdiff |
2002-02-16 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-16 |
Václav Slavík | more fixes to wxSplitterWindow's initial sash position |
tree | commitdiff |
2002-02-16 |
Václav Slavík | A couple of changes to wxImage: |
tree | commitdiff |
2002-02-16 |
Václav Slavík | oops, commiting too fast, forgot to fix a small typo |
tree | commitdiff |
2002-02-15 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-15 |
David Webster | New def file |
tree | commitdiff |
2002-02-15 |
Robert Roebling | wxX11: |
tree | commitdiff |
2002-02-15 |
Václav Slavík | more MSLU fixes |
tree | commitdiff |
2002-02-15 |
Václav Slavík | don't translate accelerators in XRC menus |
tree | commitdiff |
2002-02-15 |
Václav Slavík | added Alt-PrintScreen handling (SciTech won't be happy... |
tree | commitdiff |
2002-02-15 |
Václav Slavík | don't show size grip when maximized |
tree | commitdiff |
2002-02-15 |
Vadim Zeitlin | made wxDateTimeDefault an object and not a reference... |
tree | commitdiff |
2002-02-15 |
Vadim Zeitlin | AIX compilation fixes from Paul Thiessen |
tree | commitdiff |
2002-02-15 |
Vadim Zeitlin | fixed <strings.h> include and also removed the obsolete... |
tree | commitdiff |
2002-02-15 |
Julian Smart | #ifdefs for wxMotif which doesn't have a wxTopLevelWind... |
tree | commitdiff |
2002-02-15 |
Julian Smart | Fixed usage of wxXmString |
tree | commitdiff |
2002-02-15 |
Vadim Zeitlin | dirty fix for the initial splitter position waiting... |
tree | commitdiff |
2002-02-15 |
Václav Slavík | leave in only Julian's version of CaptureMouse code |
tree | commitdiff |
2002-02-15 |
Julian Smart | Include XPM under wxX11 for some samples; added comment... |
tree | commitdiff |
2002-02-15 |
Julian Smart | Fixed typos |
tree | commitdiff |
2002-02-15 |
Julian Smart | Added compatibility file |
tree | commitdiff |
next |