2002-03-25 |
Vadim Zeitlin | fixed compilation under Unix where SQL_DATETIME is... |
tree | commitdiff |
2002-03-24 |
Václav Slavík | added wxTheme::GetArtProvider to wxUniv |
tree | commitdiff |
2002-03-24 |
Václav Slavík | add automatic rescaling to wxArtProvider |
tree | commitdiff |
2002-03-24 |
Václav Slavík | don't use deprecated wxImage methods inside wxWin |
tree | commitdiff |
2002-03-23 |
Julian Smart | Added hack to make standard art provider link with app |
tree | commitdiff |
2002-03-22 |
Václav Slavík | port proplist.cpp to wxArtProvider |
tree | commitdiff |
2002-03-22 |
Václav Slavík | use wxArtProvider in wxFileDialog |
tree | commitdiff |
2002-03-22 |
Vadim Zeitlin | recognize ANSI_X3.4-1968 as US-ASCII |
tree | commitdiff |
2002-03-22 |
George Tasker | Semi-Blind fixes for trying to handle different version... |
tree | commitdiff |
2002-03-22 |
Václav Slavík | fixed compilation problem with old gcc releases |
tree | commitdiff |
2002-03-21 |
Václav Slavík | (hopefully) final touches to wxArtProvider |
tree | commitdiff |
2002-03-21 |
Vadim Zeitlin | let the popup listbox process the kbd messages in wxCom... |
tree | commitdiff |
2002-03-21 |
Vadim Zeitlin | implemented radio menu items for wxMSW |
tree | commitdiff |
2002-03-19 |
Václav Slavík | added wxArtProvider |
tree | commitdiff |
2002-03-19 |
Václav Slavík | blind fix to wxGetCwd crash on NT when wxUSE_UNICODE... |
tree | commitdiff |
2002-03-19 |
Václav Slavík | fixed MSVC's problems... |
tree | commitdiff |
2002-03-18 |
Vadim Zeitlin | 1. implemented radio menu items for wxGTK |
tree | commitdiff |
2002-03-17 |
Václav Slavík | compilation fix |
tree | commitdiff |
2002-03-17 |
Vadim Zeitlin | clear the frame statusbar when the mouse leaves the... |
tree | commitdiff |
2002-03-17 |
Václav Slavík | Chris' wxImage::SaveFile(filename_only) patch |
tree | commitdiff |
2002-03-16 |
Vadim Zeitlin | applied patch 528960 (a few minor bug fixes) |
tree | commitdiff |
2002-03-16 |
David Webster | Do not use argument defaults in actual function argumen... |
tree | commitdiff |
2002-03-15 |
Václav Slavík | applied patch for seeking in GIF images |
tree | commitdiff |
2002-03-15 |
Václav Slavík | rewrote wxLocale to work in Unicode mode and support... |
tree | commitdiff |
2002-03-15 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-03-15 |
Vadim Zeitlin | reduced flicker in the statusbar when resizing the... |
tree | commitdiff |
2002-03-14 |
Vadim Zeitlin | applied the patch from Dimitri to prevent crashes with... |
tree | commitdiff |
2002-03-12 |
Václav Slavík | compilation fix |
tree | commitdiff |
2002-03-11 |
Vadim Zeitlin | added missing headers to fix compilation without PCH |
tree | commitdiff |
2002-03-10 |
Vadim Zeitlin | propagate the click dismissing a popup window to the... |
tree | commitdiff |
2002-03-10 |
Robert Roebling | Next try on pop up menus. (#ifdef x11). |
tree | commitdiff |
2002-03-10 |
Ron Lee | added optional parameter to SetSizer, to allow replacin... |
tree | commitdiff |
2002-03-09 |
Václav Slavík | reverted Robert's change |
tree | commitdiff |
2002-03-09 |
Vadim Zeitlin | copy the variant name in the assignment operator as... |
tree | commitdiff |
2002-03-09 |
Robert Roebling | Various changes to make pop up menus work |
tree | commitdiff |
2002-03-09 |
Vadim Zeitlin | added support for non alphanumeric simple character... |
tree | commitdiff |
2002-03-09 |
Ron Lee | Added GetMaxSize virtual method for use by sizers. |
tree | commitdiff |
2002-03-08 |
Robin Dunn | Fixed compilation error. |
tree | commitdiff |
2002-03-08 |
Ron Lee | Added SetLogBuffer method. |
tree | commitdiff |
2002-03-08 |
Ron Lee | Moved assert to before the segfault. |
tree | commitdiff |
2002-03-06 |
Julian Smart | Applied patch for Forty, print patch and wxHTML book... |
tree | commitdiff |
2002-03-06 |
Vadim Zeitlin | fixes to the new pointer array implementation |
tree | commitdiff |
2002-03-06 |
Gilles Depeyrot | wxArray<T> macros have been changed to fix runtime... |
tree | commitdiff |
2002-03-05 |
Václav Slavík | fixed compilation for wxUSE_UNICODE=1, wxUSE_UNICODE_MSLU=0 |
tree | commitdiff |
2002-02-28 |
Robert Roebling | Lots of things to make menus and submenus work. |
tree | commitdiff |
2002-02-28 |
Vadim Zeitlin | removed unnecessary include |
tree | commitdiff |
2002-02-28 |
Vadim Zeitlin | fixes to toolbar, seems to work |
tree | commitdiff |
2002-02-27 |
Vadim Zeitlin | [start of] a wxUniversal implementation of wxToolBar |
tree | commitdiff |
2002-02-26 |
Julian Smart | Window management and sizer layout corrections |
tree | commitdiff |
2002-02-26 |
Vadim Zeitlin | fixed a few warnings |
tree | commitdiff |
2002-02-26 |
Julian Smart | Nano-X changes: removed spurious -O for Nano-X configur... |
tree | commitdiff |
2002-02-25 |
Julian Smart | Changed greying out to very crude algorithm, just drain... |
tree | commitdiff |
2002-02-25 |
Julian Smart | Added middle mouse event macros to wxListCtrl doc;... |
tree | commitdiff |
2002-02-24 |
Julian Smart | Fixed conflicts with Robert's similar fixes; fixed... |
tree | commitdiff |
2002-02-24 |
Robert Roebling | Added expose event compression. |
tree | commitdiff |
2002-02-24 |
Vadim Zeitlin | only call GSocket_Init() when needed and do call it... |
tree | commitdiff |
2002-02-24 |
Václav Slavík | made AdjustForParentClientOrigin const |
tree | commitdiff |
2002-02-23 |
Vadim Zeitlin | added EVT_MENU_OPEN and EVT_MENU_CLOSE events |
tree | commitdiff |
2002-02-23 |
Vadim Zeitlin | temp linking quick fix |
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-22 |
Gilles Depeyrot | Darwin dlopen functions is needed both for DYNLIB_CLASS... |
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 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-02-21 |
Vadim Zeitlin | fixes for big endiand machines (Chris Elliott, patch... |
tree | commitdiff |
2002-02-21 |
Robin Dunn | Fix so the Host: header in wxHTTP really works. With... |
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 | don't inherit the controls colours from the parent... |
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-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 |
Václav Slavík | checked in forgottern parts of MSLU changes |
tree | commitdiff |
2002-02-17 |
Václav Slavík | more MSLU fixes and moved MSLU stuff into separate... |
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 |
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 |
Václav Slavík | previous change to wxImage was wrong, it didn't account... |
tree | commitdiff |
2002-02-16 |
Václav Slavík | A couple of changes to wxImage: |
tree | commitdiff |
2002-02-15 |
Václav Slavík | more MSLU fixes |
tree | commitdiff |
2002-02-15 |
Vadim Zeitlin | made wxDateTimeDefault an object and not a reference... |
tree | commitdiff |
2002-02-15 |
Vadim Zeitlin | fixed <strings.h> include and also removed the obsolete... |
tree | commitdiff |
2002-02-15 |
Václav Slavík | leave in only Julian's version of CaptureMouse code |
tree | commitdiff |
2002-02-14 |
Robin Dunn | As per the wx-dev discussion in early Jan, replaced |
tree | commitdiff |
2002-02-14 |
Václav Slavík | take const reference (thanks to Alberto Barbati) |
tree | commitdiff |
2002-02-14 |
Julian Smart | Restored previous mouse release/capture behaviour for... |
tree | commitdiff |
2002-02-14 |
Julian Smart | Removed wxBuffer from several ports; added function... |
tree | commitdiff |
2002-02-13 |
Vadim Zeitlin | delete the command if we failed to execute it (bug... |
tree | commitdiff |
2002-02-13 |
Vadim Zeitlin | return NULL from FindById() if the tool wasn't found... |
tree | commitdiff |
2002-02-12 |
Julian Smart | Correction for 'protected' compiler error |
tree | commitdiff |
2002-02-12 |
Julian Smart | Modified CaptureMouse to call DoReleaseMouse if necessa... |
tree | commitdiff |
2002-02-12 |
Václav Slavík | fixed menubar attaching: create it first, THEN set... |
tree | commitdiff |
2002-02-11 |
Václav Slavík | use wxHashMap, not wxHashTable in wxXPMDecoder |
tree | commitdiff |
2002-02-11 |
Robert Roebling | Last link error in wxX11 killed. |
tree | commitdiff |
next |