wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 7 11 15Next Page

Changes per page:

25 50 100 250

Summarize files:

On | Off

Search:

Filter by Developer:

Sort Alphabetically Sort by Commits Show/Hide Inactive Developers
Show All
Vadim Zeitlin (17,160)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,709)
Stefan Csomor (3,686)
Francesco Montorsi (1,299)
Mattia Barbon (841)
Stefan Neis (781)
Michael Wetherell (766)
Paul Cornett (765)
Chris Elliott (655)
Kevin Ollivier (600)
Jaakko Salli (542)
Ron Lee (517)
Guillermo R. Garcia (373)
Jacob Jansen (363)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
Javier Torres (80)
Julien Weinzorn (50)
Peter Cawley (44)
Bo Yang (37)
Peter Most (32)
Mingquan Yang (29)
Ron Lee (27)
Rickard Westerlund (23)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
Francesco Montorsi (1,299)
Guillermo R. Garcia (373)
Jaakko Salli (542)
Jacob Jansen (363)
Javier Torres (80)
Julian Smart (5,571)
Julien Weinzorn (50)
Kevin Ollivier (600)
Mattia Barbon (841)
Michael Wetherell (766)
Mingquan Yang (29)
Paul Cornett (765)
Peter Cawley (44)
Peter Most (32)
Rickard Westerlund (23)
Robert Roebling (3,709)
Robin Dunn (7,249)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,686)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,160)
Václav Slavík (4,915)

This changelog reflects changes in the wxWidgets SVN repository, and is updated every 10 minutes. All reported times are in UTC.

  • Legend:
  • Added (A) Added (A)
  • Deleted (D) Deleted (D)
  • Modified (M) Modified (M)
  • Copied (R) Copied (R)
  • [Branch]
  • [Tag]
  • Active Filters:
  • Guillermo R. Garcia Remove Filter

Changelog for wxWidgets (373 revisions):

r16999: 2002-09-05 20:49:18 [GRG] Guillermo R. Garcia

M  /src/unix/gsocket.c  [diff, log, file]

 Solved problems with handling of LOST events on Unix platforms (reported
 on wxGTK). Main symptoms were spurious CONNECT events being delivered when
 a connection had failed.

r16799: 2002-08-26 22:54:25 [GRG] Guillermo R. Garcia

M  /src/msw/font.cpp  [diff, log, file]

 Fixed warnings due to use of %d for long int params in function
 wxNativeFontInfo::ToString()

r16795: 2002-08-26 21:12:25 [GRG] Guillermo R. Garcia

M  /src/msw/bitmap.cpp  [diff, log, file]
M  /src/msw/dcprint.cpp  [diff, log, file]
M  /src/msw/ole/dataobj.cpp  [diff, log, file]
M  /src/msw/tbar95.cpp  [diff, log, file]
M  /src/msw/toplevel.cpp  [diff, log, file]
M  /src/msw/window.cpp  [diff, log, file]

 Removed compilation warnings (mostly mismatches between the format string
 for debug/trace printfs and the actual parameters, e.g. int vs long, etc)

r12044: 2001-10-17 16:18:56 [GRG] Guillermo R. Garcia

M  /src/msw/makefile.g95  [diff, log, file]

 Added comment explaining that it's not necessary to use LEX and YACC on
 Windows since the files will be copied from doslex.c and dosyacc.c by
 default.

r10546: 2001-06-12 06:34:24 [GRG] Guillermo R. Garcia

M  /src/common/gifdecod.cpp  [diff, log, file]

 For all platforms except WXMAC, the wxGIFDecoder::dgif function was
 allocating 3 arrays of 4096 ints in the stack (48K) which causes
 problems with Watcom. Now all platforms behave like WXMAC, i.e. the
 arrays are allocated (and freed) dynamically on the heap.

r10149: 2001-05-14 09:37:22 [GRG] Guillermo R. Garcia

M  [WX_2_2_BRANCH] /src/common/socket.cpp  [diff, log, file]

 Backported fix for PROCESS_EVENTS to work properly in MT programs

r10148: 2001-05-14 09:33:31 [GRG] Guillermo R. Garcia

M  [WX_2_2_BRANCH] /demos/life/life.cpp  [diff, log, file]
M  [WX_2_2_BRANCH] /demos/life/reader.cpp  [diff, log, file]

 - Corrected a bug in reader.cpp where copy ctors of stream classes
   were incorrectly being used.
 
 - Replaced GetFilename with GetPath in the file selector dialog in
   life.cpp, otherwise it doesn't work for files outside the current
   directory.

r10147: 2001-05-14 09:12:31 [GRG] Guillermo R. Garcia

M  [WX_2_2_BRANCH] /src/msw/window.cpp  [diff, log, file]

 settings.h was missing if precompiled headers were not used (will someone ever check that? :)

r10146: 2001-05-14 07:43:08 [GRG] Guillermo R. Garcia

M  [WX_2_2_BRANCH] /src/msw/regconf.cpp  [diff, log, file]

 Better now, when not using precompiled headers it only includes
 string.h and intl.h instead of the whole wx.h

r10145: 2001-05-14 07:40:25 [GRG] Guillermo R. Garcia

M  [WX_2_2_BRANCH] /src/msw/regconf.cpp  [diff, log, file]

 Compilation broken under mingw32 (and any compiler w/o precompiled
 headers) complaining about implicit declaration of _(...). I just
 #included <wx.h> to solve this.

r10100: 2001-05-10 06:35:42 [GRG] Guillermo R. Garcia

M  /demos/life/life.cpp  [diff, log, file]

 Use GetPath instead of GetFileName in file selector, otherwise it doesn't work for files outside the current directory

r10099: 2001-05-10 06:31:39 [GRG] Guillermo R. Garcia

M  /include/wx/msw/gsockmsw.h  [diff, log, file]
M  /include/wx/unix/gsockunx.h  [diff, log, file]
M  /src/gtk/gsockgtk.c  [diff, log, file]
M  /src/gtk1/gsockgtk.c  [diff, log, file]
M  /src/motif/gsockmot.c  [diff, log, file]
M  /src/msw/gsockmsw.c  [diff, log, file]

 Private gsocket files were using 'typedef int bool', removed this
 and replaced by true ints. Currently this was not causing any problem
 but it is better to avoid bool at all in C code as a matter of good
 coding practice.

r10097: 2001-05-10 06:24:10 [GRG] Guillermo R. Garcia

M  /demos/life/reader.cpp  [diff, log, file]

 Streams were being created the wrong way (was using the copy
 ctor which should not be used for any stream class)

r7825: 2000-07-25 06:27:45 [GRG] Guillermo R. Garcia

M  /src/msw/window.cpp  [diff, log, file]

 Modified mouse ENTER/LEAVE events so that they also
 carry information about the state of the mouse buttons
 (they only had info about SHIFT and CTRL keys so far)

r7820: 2000-07-24 13:28:01 [GRG] Guillermo R. Garcia

M  /src/common/strconv.cpp  [diff, log, file]

 Fixed broken compilation due to Ove's last nice changes :-(

r7818: 2000-07-24 11:55:34 [GRG] Guillermo R. Garcia

M  /include/wx/defs.h  [diff, log, file]

 Corrected comment about Norlander headers (no changes to the code itself)

r7797: 2000-07-21 05:32:07 [GRG] Guillermo R. Garcia

M  /src/common/timercmn.cpp  [diff, log, file]

 Changes for VISAGECPP (use _ftime to avoid clock skew bug)

r7751: 2000-07-17 13:52:38 [GRG] Guillermo R. Garcia

M  /distrib/msw/tmake/g95.t  [diff, log, file]
M  /src/msw/makefile.g95  [diff, log, file]

 Added opengl32 to DLL libs

r7736: 2000-07-11 05:27:57 [GRG] Guillermo R. Garcia

M  [WX_2_2_BRANCH] /demos/life/bitmaps/reset.xpm  [diff, log, file]

 Error in reset.xpm (it read new_xpm instead of reset_xpm

r7731: 2000-07-10 06:08:05 [GRG] Guillermo R. Garcia

M  [WX_2_2_BRANCH] /demos/life/dialogs.cpp  [diff, log, file]

 Changed version number to 2.2

r7730: 2000-07-10 05:58:08 [GRG] Guillermo R. Garcia

Click to show all 25 changes...

 New files to add .lif pattern reading capabilities to Life

r7696: 2000-07-05 14:08:20 [GRG] Guillermo R. Garcia

M  [WX_2_2_BRANCH] /src/common/timercmn.cpp  [diff, log, file]

 #pragma message, and not #pragma warning, for BC++

r7694: 2000-07-05 05:45:25 [GRG] Guillermo R. Garcia

M  [WX_2_2_BRANCH] /src/msw/tooltip.cpp  [diff, log, file]

 New cygwins seem to have commctrl.h as well

r7693: 2000-07-05 05:44:57 [GRG] Guillermo R. Garcia

M  [WX_2_2_BRANCH] /src/msw/fontenum.cpp  [diff, log, file]

 Replaced a complex MINGW / GCC version check with a #if wxUSE_NORLANDER_HEADERS

r7692: 2000-07-05 05:43:28 [GRG] Guillermo R. Garcia

M  [WX_2_2_BRANCH] /src/common/timercmn.cpp  [diff, log, file]

 Re-added a few warnings. Please don't just shut them off,
 drop me a line instead (guille@...)