Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2000-02-16 20:10 VZ, revision 6088

missing event.Skip() added (it was impossible to use mouse without it...)

2000-02-16 20:07 VZ, revision 6087

compilation fix for the generic version

2000-02-16 19:22 VZ, revision 6086

removed test wxYield

2000-02-16 19:15 VZ, revision 6085

deTABified

2000-02-16 19:06 VZ, revision 6084

translators for Hungarian and Russian added

2000-02-16 17:52 RD, revision 6083

Insert row/col now uses the current position to determine where to insert.

2000-02-16 17:51 RD, revision 6082

Added getters/setters for cell and grid-default editors

2000-02-16 17:12 DW, revision 6081

OS/2 support added

2000-02-16 16:08 SN, revision 6080

Added UpdateAttrRows/Cols to change the row/column info in attributes as needed when Deleting/Inserting rows/columns.

2000-02-16 14:55 JS, revision 6079

Corrected my bug...

2000-02-16 13:46 DW, revision 6078

Add Plot to library

2000-02-16 13:38 SB, revision 6077

Fixed stupidity

2000-02-16 13:05 SB, revision 6076

Fixed wxGetLocalTimesMillis using HAVE_GETTIMEOFDAY\nPlease fix the others...\nThen remove val*=wxGetLocalTime()

2000-02-16 11:53 JS, revision 6075

Various VC++ 1.5 and other corrections

2000-02-16 09:59 JS, revision 6074

Corrected LINKAGEMODE OS/2 thingy

2000-02-16 09:32 SB, revision 6073

Add Shivar's patch for using iostream

2000-02-16 07:34 RD, revision 6072

more updates

2000-02-16 06:26 DW, revision 6071

OS/2 updates, basically linkage mode settings on static procs

2000-02-16 06:23 DW, revision 6070

Final cleanup

2000-02-16 06:14 RD, revision 6069

incremented version number

2000-02-16 06:08 RD, revision 6068

incremented version number

2000-02-16 05:57 RD, revision 6067

Some minor updates and fixes

2000-02-15 23:58 VZ, revision 6066

empty rc file for the sample

2000-02-15 23:57 VZ, revision 6065

1. dnd demo in treetest 2. compilation fix in drawing (for VC++) 3. refresh bug fixed in regtest, dnd/copying keys seems to work

2000-02-15 23:54 VZ, revision 6064

bug fix in wxRegKey::CopyValue()

2000-02-15 22:19 VS, revision 6063

background color set to wxSYS_COLOUR_LISTBOX

2000-02-15 22:13 VS, revision 6062

background color set to wxSYS_COLOUR_LISTBOX

2000-02-15 22:10 VS, revision 6061

added wxSYS_COLOUR_LISTBOX

2000-02-15 22:09 VS, revision 6060

removed duplicate defines of wxSYS_ constants

2000-02-15 22:08 VS, revision 6059

added wxSYS_COLOUR_LISTBOX ; check to prevent wxSYS_COLOUR_HIGHLIGHT and HIGHLIGHT_TEXT being same

2000-02-15 22:07 VS, revision 6058

fixed radiobox layouting: asks GTK for best size, does not compute it from string&font anymore (fixes GNU Step theme problem)

2000-02-15 22:07 VS, revision 6057

fixed typo bug in my last commit that caused image size (-1,-1)

2000-02-15 20:21 SB, revision 6056

Update entering/leaving

2000-02-15 19:56 DW, revision 6055

Generic path instead of hardcoded

2000-02-15 19:48 RD, revision 6054

Fixed precedence order problem for IsShiftDown and IsCtrlDown. (It was using the toggle bit instead of the is-down-now bit because of the order of evaluation of the operators.)

2000-02-15 19:44 DW, revision 6053

A few more minor fixes for OS/2

2000-02-15 19:26 JS, revision 6052

Typo corrected

2000-02-15 18:49 GL, revision 6051

* Added IsPaused() to wxSoundFileStream * Play/Pause/Resume should work in wxMMBoard

2000-02-15 18:38 RR, revision 6050

list ctrl and tree ctrl didn't like the new focus code, mem clean uop crash fixed.

2000-02-15 18:33 RD, revision 6049

fix for goofed up grid borders when scrolling/refreshing

2000-02-15 18:06 GRG, revision 6048

Readded fix to adjust size of rectangles with transparent outline

2000-02-15 18:01 RR, revision 6047

wxGTK now ignores widget style when using the pixmap theme.

2000-02-15 17:32 JS, revision 6046

Added comment makeg95.env

2000-02-15 16:38 RR, revision 6045

Minor wxYield() change.

2000-02-15 16:28 VZ, revision 6044

text bg is transparent now, but the icons are still not

2000-02-15 15:56 RR, revision 6043

Forgot to add this one.

2000-02-15 15:56 RR, revision 6042

plot docs.

2000-02-15 15:43 DW, revision 6041

more xpm fixes

2000-02-15 15:31 DW, revision 6040

more xpm fixes

2000-02-15 15:21 GRG, revision 6039

added tests for filled rects