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):

1998-07-08 10:05 JS, revision 186

Fixed event arg in notebook.h, #ifdefed out some functions in oleutils that don't compile in VC++ 4.

1998-07-07 15:59 KB, revision 185

Some fixes for Solaris (2.5). Fixed path to png.h in gdk_imlib_private.h.

1998-07-07 14:57 JS, revision 184

Various bug fixes, cosmetic changes

1998-07-07 13:53 VZ, revision 183

added HasEntry/Group function to wxConfig, corrected entry/group deletion bug (were not deleted from file) in wxFileConfig

1998-07-07 13:16 VZ, revision 182

added missing DeleteItem(long itemId) function

1998-07-07 10:43 KB, revision 181

Fixed broken Ieee extension for configure --without-apple_ieee

1998-07-05 14:39 GL, revision 180

* Fixed configuration problem (#if USE_APPLE_IEEE)

1998-07-04 15:17 JS, revision 179

Sorry, I went and removed consts as per the style guide :-)

1998-07-03 17:44 GL, revision 178

* Fixed Async -> sync in wxExecute * Added documentation about wxProcess, ... * Added wxDataStream::WriteString and wxDataStream::ReadString

1998-07-03 16:39 JS, revision 177

Various documentation changes, makefile fixes

1998-07-03 16:36 JS, revision 176

Added #pragmas for gcc.

1998-07-03 16:34 JS, revision 175

Added wxExpr parser/lexer files which had somehow got lost; added some pragmas.

1998-07-02 17:43 GL, revision 174

* Deleted all ^M * Added common/process.cpp

1998-07-02 16:40 JS, revision 173

Added dummy constructors etc. for wxProcess(Event) until Guilhem does it for real.

1998-07-02 15:43 JS, revision 172

Added extra Dialog Editor icons

1998-07-02 15:38 KB, revision 171

Fixed the configure apple-ieee to apple_ieee.

1998-07-02 15:19 JS, revision 170

Major changes to Dialog Editor (still at alpha level)

1998-07-02 15:17 JS, revision 169

Removed some consts from tabctrl.h; fixed some other errors

1998-07-02 15:16 JS, revision 168

Various changes for 16-bit compilation

1998-07-02 14:01 VZ, revision 167

old TODO renamed

1998-07-02 14:00 VZ, revision 166
  • D /wxWidgets/trunk/TODO

renamed to TODO.txt (you really shouldn't use Explorer, Julian! :-)

1998-07-02 11:40 VZ, revision 165

the file which contains TODO issues (with their priorities) for all platforms

1998-07-01 18:58 VZ, revision 164

* added gtk_text_changed callback and implemented DiscardEdits(), so that now IsModified() works correctly * corrected several "off by 1" errors for wxTE_MULTILINE controls (apparently it was a GTK bug so perhaps it doesn't work correctly with previous GTK versions, but it works correctly with the latest, GTK 1.0.4)

1998-07-01 17:28 GL, revision 163

* Well, I've forgotten this file :-(

1998-07-01 17:26 GL, revision 162

* Changed "true" to "TRUE" in some file: "true" doesn't exist in BC++ 5 * Added wxDataStream and wxProcess * Added the asynchronous end process notification on GTK and MSW * Updated configure* and setup.h * Added extended.c: Apple code to encode/decode float in IEEE format this code is removable by disabling USE_APPLE_CODEC

1998-07-01 15:43 VZ, revision 161

wxImageList ctor now takes the same arguments as the MSW version (but it's still not implemented)

1998-07-01 15:42 VZ, revision 160

many changes to make generic tree control (more) MSW compatible: 1) wxEVT_COMMAND_TREE_EXPANDING event now generated 2) tree control doesn't not delete children on branch collapse any more 3) migging image list and image-related functions added (but not yet implemented)

1998-06-30 12:42 KB, revision 159

Removed the WXUNUSED() from size parameters in wxIcon(filename,width,height) and added default values of -1,-1 to make it compatible with MSW behaviour.

1998-06-29 16:23 VZ, revision 158

fixes redraw bug which was leaving a horizontal strip under the tree item after it was unselected (in wxGTK)

1998-06-29 12:44 KB, revision 157

Added my wxWindows based layout engine to the repository. It arranges text and graphics for display on a wxDC. This code is licensed under the LGPL.

1998-06-29 12:18 KB, revision 156

fixed event type parameter

1998-06-28 11:34 JS, revision 155

Separated out Win95 versions of gauge, slider

1998-06-28 11:33 JS, revision 154

*** empty log message ***

1998-06-28 11:32 JS, revision 153

Separated out Win95 versions of gauge, slider; added wxTabCtrl::GetCurFocus

1998-06-26 22:00 JS, revision 152

Changes for wxEventType

1998-06-26 21:59 JS, revision 151

Changes to aid debugging.

1998-06-26 20:19 JS, revision 150

wxEventType alterations.

1998-06-26 20:18 JS, revision 149

New wxEventType for event type enum, and corresponding alterations.

1998-06-26 15:39 VZ, revision 148

corrected "of by 1" error in wxString::insert()

1998-06-26 14:29 VZ, revision 147

added support for label alignments in wxStaticText::Create()

1998-06-26 14:29 VZ, revision 146

made the interface more compatible with the MSW version (although InsertPage and wxEVT_PAGE_CHANGING are still not implemented) and implemented the wxEVT_PAGE_CHANGED callback.

1998-06-25 21:30 JS, revision 145

Cured DC/GDI object leak; listbox window proc restored from debugging

1998-06-25 09:45 JS, revision 144

Various measures to reduce flicker.

1998-06-25 09:43 JS, revision 143

Reduced flicker by a combination of less background erasing, and double-buffering.

1998-06-24 14:37 VZ, revision 142

misleading wxASSERT() corrected

1998-06-23 17:47 VZ, revision 141

bug in wxNotebook::OnSize() corrected

1998-06-23 16:28 VZ, revision 140

added OnSize() to wxNotebook which forwards size events to the pages: fixes the layout problem

1998-06-23 10:29 JS, revision 139

Corrected problem with MDI children not refreshing (removed WS_CLIPCHILDREN). Double-fixed the LEAVE/ENTER bug...

1998-06-22 22:53 JS, revision 138

Removed deletion of m_selections

1998-06-22 22:52 JS, revision 137

Removed Scanf, Scanfv

1998-06-22 22:48 JS, revision 136

Added more flags to resource.cpp, #ifdefed out ScanfV for Windows, some grid typo fixes

1998-06-22 22:43 JS, revision 135

Cured problem introduced by LEAVE/ENTER OnIdle code; bugs in gauge sizing

1998-06-22 22:27 JS, revision 134

Added wxCLIP_CHILDREN style (mainly for getting rid of flicker), other minor mods

1998-06-22 22:25 VZ, revision 133

attempt to clean up a little keyboard handling code

1998-06-22 22:17 VZ, revision 132

wxCHECK/wxCHECK_RET changes

1998-06-22 22:17 VZ, revision 131

wxCHECK change

1998-06-22 22:09 VZ, revision 130

GetSelections() changed to work with wxArrayInt

1998-06-22 22:07 VZ, revision 129

now compiles with USE_XPM_IN_MSW on, added error messages if bitmap can't be loaded/saved

1998-06-22 22:06 VZ, revision 128

VC++ warning suppressed

1998-06-22 22:04 VZ, revision 127

wxString::Scanf() removed because can't be implemented portably

1998-06-22 22:03 VZ, revision 126

now compiles with USE_XPM_IN_MSW on

1998-06-22 21:58 VZ, revision 125

bug in SplitPath() corrected - now ".." handled correctly

1998-06-22 21:54 VZ, revision 124

wxListbox::GetSelections() now takes a wxArrayInt instead of "int **" (as under wxGTK)

1998-06-22 21:53 VZ, revision 123

now compiles with USE_XPM_IN_MSW on

1998-06-22 21:51 VZ, revision 122

Oops... just added wxString::Scanf() functions can't be implemented under Windows. Removed.

1998-06-22 21:50 VZ, revision 121

#include "wx/msw/notebook" added

1998-06-22 21:48 VZ, revision 120

wxLogWindow::GetOldLog() added

1998-06-22 21:47 VZ, revision 119

wxCHECK macros slightly changed: wxCHECK( expr, rc ) now returns rc if expr is FALSE and wxCHECK_RET( expr ) must be used in void functions.

1998-06-22 14:40 KB, revision 118

fixed #pragma

1998-06-22 12:47 KB, revision 117

fixed #include paths to use local copies of png/gdk_imlib/zlib headers fixed compiler warning in time.cpp

1998-06-20 10:25 GL, revision 116

* Added $(THREADS_LINK) to $(LINK_LIBS) so all programs can be linked. * Updated the thread detected (pthread-0.7, pthread, pthreads) * Added --without-threads to disable threads

1998-06-19 15:55 VZ, revision 115

put wxMessageBox() arguments in OnAssert() in the right order

1998-06-19 12:35 KB, revision 114

fixed stupid compiler warning

1998-06-18 16:59 VZ, revision 113

changed the notebook control to use AddPage() interface (Julian's version didn't work at all) andupdated the sample to work with it

1998-06-18 14:01 JS, revision 112

Fixed SetSelection, GetSelection for Portrait/Landscape selection

1998-06-18 13:40 KB, revision 111

another typo fixed

1998-06-18 13:26 KB, revision 110

added notebook.cpp

1998-06-18 13:26 KB, revision 109

fixed wrong scanf() arguments

1998-06-18 13:20 VZ, revision 108

1) Right(char ch) now returns the part of the string after the last occurence of ch _without_ ch itself (like Left(char ch)) 2) Added wxString::Scanf() and wxString::ScanfV()

1998-06-18 13:07 VZ, revision 107

wxFileConfig bugs corrected (now the new entries belong to the right groups)

1998-06-16 17:17 GL, revision 106

* Hope this is the last bug fix in the wxThread merge ... * configure updated * some function added in utilsgtk.cpp (wxSleep, wxKill) * wxThread sample v0.1

1998-06-16 12:41 VZ, revision 105

"-1" index error in wxString::Before fixed

1998-06-15 17:21 GL, revision 104

* Corrected #include "thread.h" => #include "wx/thread.h" * Corrected the joystick.h detection stuff in configure.in

1998-06-15 12:06 KB, revision 103

changed GetSelections() argument

1998-06-15 09:21 JS, revision 102

Experimental notebook API

1998-06-15 07:57 JS, revision 101

Corrected some problems I introduced, added tabevent.tex.

1998-06-14 23:16 VZ, revision 100

wxNotebook interface (it may change!), implementation file is not yet commited - I will do as soon as the interface is fixed

1998-06-14 23:13 VZ, revision 99

added notebook events: wxEVT_COMMAND_NOTEBOOK_PAGE_CHANG(ED|ING)

1998-06-14 23:08 VZ, revision 98

added ctor wxColour(unsigned long colRGB) and the corresponding Set()

1998-06-14 20:53 JS, revision 97

Added #define wxHelpController to help.h; added wxWinHelpController::Quit code

1998-06-14 20:52 JS, revision 96
  • D /wxWidgets/trunk/docs/latex/wx/wx.cnt

*** empty log message ***

1998-06-14 20:48 JS, revision 95

Various documentation additions and changes.

1998-06-14 15:28 GL, revision 94

* Thread updates and cleanup (m_locked, MUTEX_UNLOCKED added) * Updated the documentation

1998-06-14 12:15 JS, revision 93

const/void changes in thread, tabctrl and wave files; wxTabCtrl::InsertItem now returns bool not int.

1998-06-14 12:11 JS, revision 92

Changed documentation const convention for non-objects; added some manual files

1998-06-14 08:53 JS, revision 91

Corrected missing pipe in treectrl.h, wxOK->wxID_OK in wxGetTextFromUser, no offsets in 2 functions in wxDC

1998-06-13 17:09 JS, revision 90

Corrected dataobj.h/.cpp, corrected listbox to use non-integral height

1998-06-13 17:02 GL, revision 89

* Posix/SGI/No threads added * Updated configure.in file (Threads and Joystick detection)

1998-06-13 10:12 JS, revision 88

Added include/wx/joystick.h

1998-06-13 10:11 JS, revision 87

Added GTK/Linux joystick class (Guilhem Lavaux)

1998-06-13 10:09 JS, revision 86

Correction to dnd.h; EVT_MOUSE_EVENTS now includes LEAVE/ENTER events; Windows LEAVE/ENTER events now work

1998-06-12 15:41 VZ, revision 85

in wxOnAssert() abort() replaced with raise(SIGTRAP) (Unix only)

1998-06-12 14:56 VZ, revision 84

added support of multiple-selection listboxes, GetSelections() now works.

1998-06-10 17:04 VZ, revision 83

wxTextCtrl::WriteText() now adds it at the end and not 1 position before

1998-06-10 11:11 VZ, revision 82

testing CVS notifications

1998-06-10 10:18 VZ, revision 81

wxLogWindow ctor changed

1998-06-09 17:35 VZ, revision 80

wxLogWindow is now not a top-level frame, so it doesn't prevent the app from being closed

1998-06-09 13:14 VZ, revision 79

wxTempFile bug corrected: the temp file is now created in the same dir as the original one, so that rename() always succeeds

1998-06-08 12:41 VZ, revision 78

Bool changed to bool

1998-06-08 11:48 JS, revision 77

Notes about implementing EVT_LEAVE_WINDOW

1998-06-08 11:37 KB, revision 76

fixed NULL problem

1998-06-05 14:46 VZ, revision 75

Bool replaced by bool

1998-06-05 14:46 VZ, revision 74

Bool replaced by bool (I hope I got it right this time!)

1998-06-05 07:45 JS, revision 73

Small mods to manual

1998-06-04 16:08 RR, revision 72

GTK - added docview sample, doesn't work :-( - changed wxBmpButton callback name

1998-06-03 19:40 JS, revision 71

Modified wx.hpj for new directory structure; books.gif is now transparent

1998-06-03 19:06 RR, revision 70

GTK combobox idle handling makefile fixes

1998-06-03 16:34 VZ, revision 69

bug preventing compilation of wxLogGui under !Windows corrected

1998-06-02 20:25 JS, revision 68

Resubmitted binary files that may been corrupted

1998-06-02 19:04 RR, revision 67

GTK - wxNotebook added - wxTabCtrl removed - added USE_WXCONFIG option - minor compile fixes

1998-06-02 13:23 VZ, revision 66

added #if USE_WXCONFIG check (TODO: add configure switch for it)

1998-05-31 00:09 VZ, revision 65

wxDataObject now defined in defs.h and not here

1998-05-31 00:08 VZ, revision 64

missing #endif

1998-05-31 00:00 VZ, revision 63

wxDataFormat typedef added

1998-05-30 23:42 VZ, revision 62

helper file for WX_DEFINE_LIST: dynamic list implementation

1998-05-30 17:21 JS, revision 61

Removed Deselect function.

1998-05-30 17:11 RR, revision 60

Same as last one..

1998-05-30 17:10 RR, revision 59

GTK: Added wxTabCtrl Work on wxEventhandler (delete clientdata) wxChoice (derive from wxControl) wxTextCtrl (init with text) Added sample for tabctrl (and more)

1998-05-28 22:05 RR, revision 58

GTK moved main() to app.cpp added wxGauge added wxStaticBitmap

1998-05-28 19:54 JS, revision 57

Updates from Chris Breeze

1998-05-28 17:44 RR, revision 56

GTK wxBitmapButton added

1998-05-28 11:13 JS, revision 55

#ifdefed out a typedef not appropriate to MSW; added SetSelection to choice dialog

1998-05-27 23:41 VZ, revision 54

cleaned code a bit

1998-05-27 23:38 VZ, revision 53

wxDataObject and wxDropSource implementations

1998-05-27 23:37 VZ, revision 52

registry based implementation of wxConfig (wxRegConfig)

1998-05-27 23:36 VZ, revision 51

1) now associated drop target is deleted (memory/resource leak corrected) 2) added wxCHECK( hWnd != NULL ) to wxAssociateWinWithHandle

1998-05-27 23:34 VZ, revision 50

removed compilation warning about "switch with default but no case" (no real changes)

1998-05-27 23:32 VZ, revision 49

many bugs (including major one in DeleteSelf) corrected

1998-05-27 23:30 VZ, revision 48

spurious "(uint)" cast which was causing compilation warnings removed

1998-05-27 23:29 VZ, revision 47

1) Added call to wxLog::Flush() to wxApp::OnIdle() 2) Last active log target is now deleted in wxApp::CleanUp()

1998-05-27 23:24 VZ, revision 46

wxDataObject and wxDropSource classes for (more) d&d support

1998-05-27 23:20 VZ, revision 45

option USE_WXCONFIG (default value: 1) added which enables compilation of wxConfig

1998-05-27 23:18 VZ, revision 44

function HasValue() added

1998-05-27 23:07 VZ, revision 43

declaration of registry based implementation of wxConfig (wxRegConfig)

1998-05-27 23:05 VZ, revision 42

wxApp::CreateConfig() only defined #if USE_WXCONFIG

1998-05-27 22:52 VZ, revision 41

no changes (cvs wierdness...)

1998-05-27 22:50 VZ, revision 40

no changes

1998-05-27 13:56 JS, revision 39

Misc changes for DOS compatibility, plus added wxApp::CreateConfig

1998-05-27 09:37 JS, revision 38

Changes to help with Win16 compilation.

1998-05-26 16:36 KB, revision 37

bug hunting in the repository

1998-05-26 15:15 VZ, revision 36

new compile option added: USE_WXCONFIG. If it's 1, wxApp has a virtual wxConfig *CreateConfig() function which can be overloaded to create a global config object (current implementation simply returns NULL for now).

1998-05-26 15:13 VZ, revision 35

stray '^M' removed (egcs doesn't like them)

1998-05-26 15:11 VZ, revision 34

1) log leves are now global wxLOG_ prefixed constants and not wxConfig::enum members 2) another variant of wxLogTrace() takes the trace level as argument: this allows to filter trace messages from different sources (see wxTraceXXX constants) 3) wxLogWindow class added: opens a debug frame which collects all log messages

1998-05-26 15:08 VZ, revision 33

inline wxGetTranslation() moved so it's not called before being defined (thanks to egcs for the warning)

1998-05-26 15:07 VZ, revision 32

wxFileConfig now has it's own header, the config file name may be given to it's ctor (and not hard coded). Static wxFileConfig methods Get{Global|Local}FileName can be used to retrieve the standard config file path.

1998-05-26 15:05 VZ, revision 31

added write_append mode to wxFile, implemented eof() for Unix

1998-05-26 15:04 VZ, revision 30

added "\n" at the end of file to silent egcs warnings

1998-05-26 15:02 VZ, revision 29

added "const char *Read()" returning pointer to statis buffer (in wxConfig implementation at least), code common to wxRegConfig and wxFileConfig moved to config.cpp

1998-05-26 14:58 VZ, revision 28

mistype: #ifdef __GTK corrected (#ifdef __GTK__ now)

1998-05-22 20:03 JS, revision 27

Added some more missing files.

1998-05-22 19:57 JS, revision 26

*** empty log message ***

1998-05-22 19:08 RR, revision 25

Added dynamic events sample.

1998-05-22 17:09 JS, revision 24

*** empty log message ***

1998-05-22 11:48 JS, revision 23

*** empty log message ***

1998-05-22 10:31 JS, revision 22

In SetString, added test for owner draw style to cure crash.

1998-05-22 08:08 JS, revision 21

Changed library paths for new structure

1998-05-21 20:42 JS, revision 20

*** empty log message ***

1998-05-21 19:39 JS, revision 19

App declarations modified; cursor was corrupt; needed to add PostScript-related variable.

1998-05-21 15:02 JS, revision 18

*** empty log message ***

1998-05-21 14:34 JS, revision 17

Minor changes to make files compile (return values); added resource.cpp.

1998-05-21 14:33 JS, revision 16

Added resource.h, missing from archive.

1998-05-21 14:22 JS, revision 15

Added sample makefile.nt, makefile.g95.

1998-05-21 14:19 JS, revision 14

*** empty log message ***

1998-05-21 12:31 RR, revision 13

Add support for dynamic event tables

1998-05-21 10:46 RR, revision 12

*** empty log message ***

1998-05-20 14:25 KB, revision 11

I've now added the documentation files.

1998-05-20 14:21 KB, revision 10

now MSW stuff is complete

1998-05-20 14:12 KB, revision 9

added some wxMSW stuff

1998-05-20 14:02 , revision 8

This commit was manufactured by cvs2svn to create tag 'wxGTK_0_12'.

1998-05-20 14:02 , revision 7

This commit was manufactured by cvs2svn to create tag 'WXGTK_ONLY'.

1998-05-20 14:02 , revision 5
  • A /wxWidgets/branches/ZLIB
  • D /wxWidgets/branches/ZLIB/config.guess
  • D /wxWidgets/branches/ZLIB/config.sub
  • D /wxWidgets/branches/ZLIB/configure
  • D /wxWidgets/branches/ZLIB/configure.in
  • D /wxWidgets/branches/ZLIB/docs
  • D /wxWidgets/branches/ZLIB/INSTALL
  • D /wxWidgets/branches/ZLIB/imrc
  • D /wxWidgets/branches/ZLIB/im_palette.pal
  • D /wxWidgets/branches/ZLIB/include
  • D /wxWidgets/branches/ZLIB/install-sh
  • D /wxWidgets/branches/ZLIB/lib
  • D /wxWidgets/branches/ZLIB/Makefile
  • D /wxWidgets/branches/ZLIB/misc
  • D /wxWidgets/branches/ZLIB/samples
  • D /wxWidgets/branches/ZLIB/src/common
  • D /wxWidgets/branches/ZLIB/src/gdk_imlib
  • D /wxWidgets/branches/ZLIB/src/generic
  • D /wxWidgets/branches/ZLIB/src/gtk
  • D /wxWidgets/branches/ZLIB/src/gtk1
  • D /wxWidgets/branches/ZLIB/src/Makefile
  • D /wxWidgets/branches/ZLIB/src/Makefile.in
  • D /wxWidgets/branches/ZLIB/src/mkdirs
  • D /wxWidgets/branches/ZLIB/src/png
  • D /wxWidgets/branches/ZLIB/src/zlib/Makefile.in2
  • D /wxWidgets/branches/ZLIB/src/zlib/makefile.b32
  • D /wxWidgets/branches/ZLIB/src/zlib/makefile.bcc
  • D /wxWidgets/branches/ZLIB/src/zlib/makefile.nt
  • D /wxWidgets/branches/ZLIB/src/zlib/makefile.unx
  • D /wxWidgets/branches/ZLIB/src/zlib/makefile.wat
  • D /wxWidgets/branches/ZLIB/template.mak
  • D /wxWidgets/branches/ZLIB/user
  • D /wxWidgets/branches/ZLIB/utils

This commit was manufactured by cvs2svn to create branch 'ZLIB'.

1998-05-20 14:02 , revision 4
  • A /wxWidgets/branches/LIBPNG
  • D /wxWidgets/branches/LIBPNG/config.guess
  • D /wxWidgets/branches/LIBPNG/config.sub
  • D /wxWidgets/branches/LIBPNG/configure
  • D /wxWidgets/branches/LIBPNG/configure.in
  • D /wxWidgets/branches/LIBPNG/docs
  • D /wxWidgets/branches/LIBPNG/INSTALL
  • D /wxWidgets/branches/LIBPNG/imrc
  • D /wxWidgets/branches/LIBPNG/im_palette.pal
  • D /wxWidgets/branches/LIBPNG/include
  • D /wxWidgets/branches/LIBPNG/install-sh
  • D /wxWidgets/branches/LIBPNG/lib
  • D /wxWidgets/branches/LIBPNG/Makefile
  • D /wxWidgets/branches/LIBPNG/misc
  • D /wxWidgets/branches/LIBPNG/samples
  • D /wxWidgets/branches/LIBPNG/src/common
  • D /wxWidgets/branches/LIBPNG/src/gdk_imlib
  • D /wxWidgets/branches/LIBPNG/src/generic
  • D /wxWidgets/branches/LIBPNG/src/gtk
  • D /wxWidgets/branches/LIBPNG/src/gtk1
  • D /wxWidgets/branches/LIBPNG/src/Makefile
  • D /wxWidgets/branches/LIBPNG/src/Makefile.in
  • D /wxWidgets/branches/LIBPNG/src/mkdirs
  • D /wxWidgets/branches/LIBPNG/src/png/ansi2knr.1
  • D /wxWidgets/branches/LIBPNG/src/png/ansi2knr.c
  • D /wxWidgets/branches/LIBPNG/src/png/makefile.bcc
  • D /wxWidgets/branches/LIBPNG/src/png/makefile.dos
  • D /wxWidgets/branches/LIBPNG/src/png/makefile.nt
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/build.bat
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.aco
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.ama
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.atr
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.lnx
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.mip
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.s2x
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.sun
  • D /wxWidgets/branches/LIBPNG/src/png/scripts/makefile.wat
  • D /wxWidgets/branches/LIBPNG/src/zlib
  • D /wxWidgets/branches/LIBPNG/template.mak
  • D /wxWidgets/branches/LIBPNG/user
  • D /wxWidgets/branches/LIBPNG/utils

This commit was manufactured by cvs2svn to create branch 'LIBPNG'.

1998-05-20 14:01 , revision 3
  • A /wxWidgets/branches/karsten
  • D /wxWidgets/branches/karsten/src/png/CHANGES
  • D /wxWidgets/branches/karsten/src/png/example.c
  • D /wxWidgets/branches/karsten/src/png/INSTALL
  • D /wxWidgets/branches/karsten/src/png/libpng.3
  • D /wxWidgets/branches/karsten/src/png/libpngpf.3
  • D /wxWidgets/branches/karsten/src/png/png.5
  • D /wxWidgets/branches/karsten/src/png/png.c
  • D /wxWidgets/branches/karsten/src/png/png.h
  • D /wxWidgets/branches/karsten/src/png/pngconf.h
  • D /wxWidgets/branches/karsten/src/png/pngerror.c
  • D /wxWidgets/branches/karsten/src/png/pngget.c
  • D /wxWidgets/branches/karsten/src/png/pngmem.c
  • D /wxWidgets/branches/karsten/src/png/pngpread.c
  • D /wxWidgets/branches/karsten/src/png/pngread.c
  • D /wxWidgets/branches/karsten/src/png/pngrio.c
  • D /wxWidgets/branches/karsten/src/png/pngrtran.c
  • D /wxWidgets/branches/karsten/src/png/pngrutil.c
  • D /wxWidgets/branches/karsten/src/png/pngset.c
  • D /wxWidgets/branches/karsten/src/png/pngtest.c
  • D /wxWidgets/branches/karsten/src/png/pngtrans.c
  • D /wxWidgets/branches/karsten/src/png/pngwio.c
  • D /wxWidgets/branches/karsten/src/png/pngwrite.c
  • D /wxWidgets/branches/karsten/src/png/pngwtran.c
  • D /wxWidgets/branches/karsten/src/png/pngwutil.c
  • D /wxWidgets/branches/karsten/src/png/README
  • D /wxWidgets/branches/karsten/src/png/scripts/descrip.mms
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.bor
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.dec
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.dj2
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.knr
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.msc
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.os2
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.std
  • D /wxWidgets/branches/karsten/src/png/scripts/makefile.tc3
  • D /wxWidgets/branches/karsten/src/png/scripts/makevms.com
  • D /wxWidgets/branches/karsten/src/png/scripts/pngos2.def
  • D /wxWidgets/branches/karsten/src/png/scripts/SCOPTIONS.ppc
  • D /wxWidgets/branches/karsten/src/png/scripts/smakefile.ppc
  • D /wxWidgets/branches/karsten/src/png/TODO
  • D /wxWidgets/branches/karsten/src/zlib/adler32.c
  • D /wxWidgets/branches/karsten/src/zlib/algorithm.txt
  • D /wxWidgets/branches/karsten/src/zlib/ChangeLog
  • D /wxWidgets/branches/karsten/src/zlib/compress.c
  • D /wxWidgets/branches/karsten/src/zlib/configure
  • D /wxWidgets/branches/karsten/src/zlib/crc32.c
  • D /wxWidgets/branches/karsten/src/zlib/deflate.c
  • D /wxWidgets/branches/karsten/src/zlib/deflate.h
  • D /wxWidgets/branches/karsten/src/zlib/descrip.mms
  • D /wxWidgets/branches/karsten/src/zlib/example.c
  • D /wxWidgets/branches/karsten/src/zlib/gzio.c
  • D /wxWidgets/branches/karsten/src/zlib/INDEX
  • D /wxWidgets/branches/karsten/src/zlib/infblock.c
  • D /wxWidgets/branches/karsten/src/zlib/infblock.h
  • D /wxWidgets/branches/karsten/src/zlib/infcodes.c
  • D /wxWidgets/branches/karsten/src/zlib/infcodes.h
  • D /wxWidgets/branches/karsten/src/zlib/inffast.c
  • D /wxWidgets/branches/karsten/src/zlib/inffast.h
  • D /wxWidgets/branches/karsten/src/zlib/inffixed.h
  • D /wxWidgets/branches/karsten/src/zlib/inflate.c
  • D /wxWidgets/branches/karsten/src/zlib/inftrees.c
  • D /wxWidgets/branches/karsten/src/zlib/inftrees.h
  • D /wxWidgets/branches/karsten/src/zlib/infutil.c
  • D /wxWidgets/branches/karsten/src/zlib/infutil.h
  • D /wxWidgets/branches/karsten/src/zlib/Makefile.riscos
  • D /wxWidgets/branches/karsten/src/zlib/Make_vms.com
  • D /wxWidgets/branches/karsten/src/zlib/maketree.c
  • D /wxWidgets/branches/karsten/src/zlib/minigzip.c
  • D /wxWidgets/branches/karsten/src/zlib/README
  • D /wxWidgets/branches/karsten/src/zlib/trees.c
  • D /wxWidgets/branches/karsten/src/zlib/trees.h
  • D /wxWidgets/branches/karsten/src/zlib/uncompr.c
  • D /wxWidgets/branches/karsten/src/zlib/zconf.h
  • D /wxWidgets/branches/karsten/src/zlib/zlib.3
  • D /wxWidgets/branches/karsten/src/zlib/zlib.h
  • D /wxWidgets/branches/karsten/src/zlib/zutil.c
  • D /wxWidgets/branches/karsten/src/zlib/zutil.h

This commit was manufactured by cvs2svn to create branch 'karsten'.

1998-05-20 14:01 KB, revision 2

Initial revision

1998-05-20 14:01 , revision 1

New repository initialized by cvs2svn.