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