2001-11-23 |
Julian Smart | Added file and fixed compilo |
tree | commitdiff |
2001-11-23 |
Julian Smart | Added event Clone functions |
tree | commitdiff |
2001-11-22 |
George Tasker | Removed non-reachable code (consulted Aleks first,... |
tree | commitdiff |
2001-11-19 |
Julian Smart | More VC++ project file corrections |
tree | commitdiff |
2001-11-19 |
Julian Smart | Project file corrections, doc corrections |
tree | commitdiff |
2001-11-03 |
Robin Dunn | A little tweak |
tree | commitdiff |
2001-10-30 |
George Tasker | Fixed code that should have been enclosed in brackets... |
tree | commitdiff |
2001-10-30 |
George Tasker | All occurances of #include <wx/wxprec.h> changed to... |
tree | commitdiff |
2001-10-27 |
Robin Dunn | First pass at wxPython for Mac (darwin only so far... |
tree | commitdiff |
2001-10-24 |
Robin Dunn | Changed CanPaste to just check IsSupported. |
tree | commitdiff |
2001-10-23 |
Václav Slavík | fix for typo |
tree | commitdiff |
2001-10-23 |
Robin Dunn | Added DnD related events to wxSTC |
tree | commitdiff |
2001-10-20 |
Robin Dunn | Put the vertical limit back in for the AutoCOmp list box |
tree | commitdiff |
2001-10-18 |
Gilles Depeyrot | added conditional compilation around wxGTK specific... |
tree | commitdiff |
2001-10-18 |
Robin Dunn | Removed wxLB_SORT flag. Users of the Autocomplete... |
tree | commitdiff |
2001-10-18 |
Robin Dunn | A fix for Scintilla's case insensitive sort routine |
tree | commitdiff |
2001-10-18 |
Robin Dunn | Updated to version 1.40 of Scintilla |
tree | commitdiff |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
tree | commitdiff |
2001-10-17 |
Robin Dunn | Another attempt to handle key events correctly for... |
tree | commitdiff |
2001-10-12 |
Robin Dunn | Second phase of OOR completed. (Original python object... |
tree | commitdiff |
2001-10-04 |
Robin Dunn | Workaround for Ctrl-A giving a keycode of 1 in EVT_KEY_... |
tree | commitdiff |
2001-10-04 |
Robin Dunn | Don't create a bitmap with dimensions <= 0... |
tree | commitdiff |
2001-10-04 |
Robin Dunn | Changed how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla |
tree | commitdiff |
2001-10-01 |
Robin Dunn | Updated the wxSTC makefile for Borland, and tweaked... |
tree | commitdiff |
2001-09-28 |
Ron Lee | More build system polishing.. mostly. Some stuff... |
tree | commitdiff |
2001-09-27 |
Robin Dunn | If a shape has client data, it deletes it when the... |
tree | commitdiff |
2001-09-17 |
Robin Dunn | Fixed compile error. |
tree | commitdiff |
2001-09-12 |
Gilles Depeyrot | added missing object files (sorted alphabetically for... |
tree | commitdiff |
2001-09-12 |
Gilles Depeyrot | added missing object files |
tree | commitdiff |
2001-09-12 |
Gilles Depeyrot | removed inexistant object file |
tree | commitdiff |
2001-09-10 |
Robin Dunn | Removed font point size adjustment since wxWindows... |
tree | commitdiff |
2001-09-09 |
Gilles Depeyrot | added dependency handling |
tree | commitdiff |
2001-09-09 |
Gilles Depeyrot | added dependency handling |
tree | commitdiff |
2001-09-09 |
Gilles Depeyrot | getpid is in unistd.h under Solaris, Linux, FreeBSD... |
tree | commitdiff |
2001-09-09 |
Gilles Depeyrot | added dependency handling |
tree | commitdiff |
2001-09-09 |
Gilles Depeyrot | use wxBitmapType instead of int |
tree | commitdiff |
2001-09-09 |
Gilles Depeyrot | use wxBitmapType instead of int |
tree | commitdiff |
2001-09-09 |
Gilles Depeyrot | corrected files.lst path which is in src dir and not... |
tree | commitdiff |
2001-09-07 |
Kendall Bennett | Merged in latest wxApplet code from SciTech Perforce... |
tree | commitdiff |
2001-09-06 |
Julian Smart | Added simple UNIX implementation |
tree | commitdiff |
2001-09-04 |
Robin Dunn | A couple little fixes for wxSTC |
tree | commitdiff |
2001-09-03 |
Václav Slavík | forgot to commit some XRC files |
tree | commitdiff |
2001-09-01 |
Robin Dunn | Upgraded to version 1.39 of Scintilla, and upated wxSty... |
tree | commitdiff |
2001-08-29 |
Václav Slavík | fixed my favorite bug (delete foo; call foo->Something()) |
tree | commitdiff |
2001-08-28 |
Václav Slavík | make it possible to open files from XRC in wxHtmlWindow |
tree | commitdiff |
2001-08-25 |
Václav Slavík | fixed a canonical example of Stupid Bug(tm) |
tree | commitdiff |
2001-08-23 |
Václav Slavík | ProcessPlatformProperty should not be a member of wxXml... |
tree | commitdiff |
2001-08-22 |
Vadim Zeitlin | added wxDynamicSashWindow (patch 441518) |
tree | commitdiff |
2001-08-21 |
Julian Smart | Added Net library to contrib |
tree | commitdiff |
2001-08-19 |
Václav Slavík | fix for bug in wxEditableListBox in connection with... |
tree | commitdiff |
2001-08-14 |
Robin Dunn | fixed the last of the off-by-one errors (some are refix... |
tree | commitdiff |
2001-08-13 |
George Tasker | Replaced /'s with \'s as BCC requires \'s for path... |
tree | commitdiff |
2001-07-31 |
Kendall Bennett | Latest updates from SciTech code tree including numerou... |
tree | commitdiff |
2001-07-28 |
Robin Dunn | A couple off-by-one fixes |
tree | commitdiff |
2001-07-24 |
Julian Smart | Added fl (frame layout) to wxWindows, from source tidie... |
tree | commitdiff |
2001-07-18 |
Václav Slavík | Unicode complation fixes |
tree | commitdiff |
2001-07-14 |
Robin Dunn | Made a couple Number() to GetCount() changes |
tree | commitdiff |
2001-07-09 |
Robin Dunn | fixed off by one error in GetText |
tree | commitdiff |
2001-07-06 |
Julian Smart | ReadMe updates |
tree | commitdiff |
2001-07-06 |
Julian Smart | Added animation classes to contrib hierarchy |
tree | commitdiff |
2001-06-17 |
Julian Smart | Makefile and other small corrections |
tree | commitdiff |
2001-06-17 |
Julian Smart | Canvas lib precompiled header fix; doc typos fixes... |
tree | commitdiff |
2001-06-13 |
Julian Smart | More contrib compilation fixes & makefiles |
tree | commitdiff |
2001-06-13 |
Julian Smart | Fixes to BC++ compilation in mem debug mode |
tree | commitdiff |
2001-06-12 |
Kendall Bennett | Commited latest SciTech changes into CVS. This includes... |
tree | commitdiff |
2001-06-12 |
Julian Smart | Added geometry option to setup.h; added some missing... |
tree | commitdiff |
2001-06-11 |
Julian Smart | project file updates |
tree | commitdiff |
2001-06-10 |
Julian Smart | Renamed XRC project files |
tree | commitdiff |
2001-06-09 |
Václav Slavík | changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h |
tree | commitdiff |
2001-06-09 |
Václav Slavík | changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h |
tree | commitdiff |
2001-06-08 |
Kendall Bennett | Merged latest changes from SciTech code base into wxWin... |
tree | commitdiff |
2001-06-06 |
Vadim Zeitlin | applied patch for compilation with gcc 3.0 |
tree | commitdiff |
2001-06-05 |
Robin Dunn | Added functions to initialize the local wxModules since... |
tree | commitdiff |
2001-06-01 |
Václav Slavík | added alignment style to wxStaticText handler |
tree | commitdiff |
2001-06-01 |
Robin Dunn | Translated a double click into just a second click... |
tree | commitdiff |
2001-06-01 |
Václav Slavík | added wxBU_* styles |
tree | commitdiff |
2001-06-01 |
Václav Slavík | added wxNO_BORDER style |
tree | commitdiff |
2001-05-28 |
Václav Slavík | fixed parsing of comments before root node |
tree | commitdiff |
2001-05-22 |
Václav Slavík | fixed wxSpinButton handler (did refer to spinbutton... |
tree | commitdiff |
2001-05-22 |
Václav Slavík | fixed ID handling in 'unknown' handler |
tree | commitdiff |
2001-05-20 |
Václav Slavík | New code for inserting unknown controls into resources |
tree | commitdiff |
2001-05-14 |
Julian Smart | Misc release-related mods |
tree | commitdiff |
2001-05-11 |
Václav Slavík | added wxDEFAULT_FRAME_STYLE |
tree | commitdiff |
2001-05-08 |
Václav Slavík | MSVC fixes for wxEditableListBox (still misteriously... |
tree | commitdiff |
2001-05-07 |
Julian Smart | Some makefile corrections |
tree | commitdiff |
2001-05-07 |
Julian Smart | Misc small mods |
tree | commitdiff |
2001-05-06 |
Václav Slavík | oops, forgot to remove temporary debug printf... |
tree | commitdiff |
2001-05-06 |
Václav Slavík | wxTAB_TRAVERSAL is default style for wxPanels from XRC |
tree | commitdiff |
2001-05-06 |
Václav Slavík | added <accel> attribute to wxMenuItem |
tree | commitdiff |
2001-05-06 |
Václav Slavík | fixed loading of resource from zip files (now handles... |
tree | commitdiff |
2001-05-06 |
Robert Roebling | Made the applet code compile under GTK. |
tree | commitdiff |
2001-05-06 |
Robin Dunn | Added MouseWheel support to wxSTC |
tree | commitdiff |
2001-05-05 |
Václav Slavík | updated VC makefiles to compile expat |
tree | commitdiff |
2001-05-05 |
Václav Slavík | added new gizmo: wxEditableListBox |
tree | commitdiff |
2001-05-05 |
Václav Slavík | minor change: buf[(size_t)pos] instead of buf.c_str... |
tree | commitdiff |
2001-05-04 |
Václav Slavík | applied patch #421410: |
tree | commitdiff |
2001-05-03 |
Kendall Bennett | Moved wxApplet files to the correct locations. |
tree | commitdiff |
2001-05-02 |
Václav Slavík | switched wxXML to expat parser ; some minor formatting... |
tree | commitdiff |
2001-05-02 |
Václav Slavík | switched wxXML to expat parser |
tree | commitdiff |
2001-05-02 |
Václav Slavík | *** empty log message *** |
tree | commitdiff |
next |