Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikita Churaev
gtk
Commits
11899547
Commit
11899547
authored
Feb 25, 2001
by
Hans Breuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sorry to forget this on previous commit !
parent
75b4076d
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
126 additions
and
0 deletions
+126
-0
ChangeLog
ChangeLog
+18
-0
ChangeLog.pre-2-0
ChangeLog.pre-2-0
+18
-0
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+18
-0
ChangeLog.pre-2-2
ChangeLog.pre-2-2
+18
-0
ChangeLog.pre-2-4
ChangeLog.pre-2-4
+18
-0
ChangeLog.pre-2-6
ChangeLog.pre-2-6
+18
-0
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+18
-0
No files found.
ChangeLog
View file @
11899547
2001-02-25 Hans Breuer <hans@breuer.org>
* gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
cause we want to loose those prototypes only in the latter case
* gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
GdkPixmapImplWin32 because it itsn't derived from it. Use the
impl member variable instead
* gtk/gtk.def : updated
* gtk/gtklist.c :
* gtk/gtkmenus.c : include <string.h> for memset ()
* gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
for everthing built here, but for gtk-x.x.dll only. This solves
problem of indifferent gtk type definitions
Sat Feb 24 20:11:39 2001 Jonathan Blandford <jrb@webwynk.net>
* gtk/gtkclipboard.h: actually put /* */ around #endif comment.
...
...
ChangeLog.pre-2-0
View file @
11899547
2001-02-25 Hans Breuer <hans@breuer.org>
* gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
cause we want to loose those prototypes only in the latter case
* gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
GdkPixmapImplWin32 because it itsn't derived from it. Use the
impl member variable instead
* gtk/gtk.def : updated
* gtk/gtklist.c :
* gtk/gtkmenus.c : include <string.h> for memset ()
* gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
for everthing built here, but for gtk-x.x.dll only. This solves
problem of indifferent gtk type definitions
Sat Feb 24 20:11:39 2001 Jonathan Blandford <jrb@webwynk.net>
* gtk/gtkclipboard.h: actually put /* */ around #endif comment.
...
...
ChangeLog.pre-2-10
View file @
11899547
2001-02-25 Hans Breuer <hans@breuer.org>
* gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
cause we want to loose those prototypes only in the latter case
* gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
GdkPixmapImplWin32 because it itsn't derived from it. Use the
impl member variable instead
* gtk/gtk.def : updated
* gtk/gtklist.c :
* gtk/gtkmenus.c : include <string.h> for memset ()
* gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
for everthing built here, but for gtk-x.x.dll only. This solves
problem of indifferent gtk type definitions
Sat Feb 24 20:11:39 2001 Jonathan Blandford <jrb@webwynk.net>
* gtk/gtkclipboard.h: actually put /* */ around #endif comment.
...
...
ChangeLog.pre-2-2
View file @
11899547
2001-02-25 Hans Breuer <hans@breuer.org>
* gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
cause we want to loose those prototypes only in the latter case
* gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
GdkPixmapImplWin32 because it itsn't derived from it. Use the
impl member variable instead
* gtk/gtk.def : updated
* gtk/gtklist.c :
* gtk/gtkmenus.c : include <string.h> for memset ()
* gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
for everthing built here, but for gtk-x.x.dll only. This solves
problem of indifferent gtk type definitions
Sat Feb 24 20:11:39 2001 Jonathan Blandford <jrb@webwynk.net>
* gtk/gtkclipboard.h: actually put /* */ around #endif comment.
...
...
ChangeLog.pre-2-4
View file @
11899547
2001-02-25 Hans Breuer <hans@breuer.org>
* gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
cause we want to loose those prototypes only in the latter case
* gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
GdkPixmapImplWin32 because it itsn't derived from it. Use the
impl member variable instead
* gtk/gtk.def : updated
* gtk/gtklist.c :
* gtk/gtkmenus.c : include <string.h> for memset ()
* gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
for everthing built here, but for gtk-x.x.dll only. This solves
problem of indifferent gtk type definitions
Sat Feb 24 20:11:39 2001 Jonathan Blandford <jrb@webwynk.net>
* gtk/gtkclipboard.h: actually put /* */ around #endif comment.
...
...
ChangeLog.pre-2-6
View file @
11899547
2001-02-25 Hans Breuer <hans@breuer.org>
* gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
cause we want to loose those prototypes only in the latter case
* gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
GdkPixmapImplWin32 because it itsn't derived from it. Use the
impl member variable instead
* gtk/gtk.def : updated
* gtk/gtklist.c :
* gtk/gtkmenus.c : include <string.h> for memset ()
* gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
for everthing built here, but for gtk-x.x.dll only. This solves
problem of indifferent gtk type definitions
Sat Feb 24 20:11:39 2001 Jonathan Blandford <jrb@webwynk.net>
* gtk/gtkclipboard.h: actually put /* */ around #endif comment.
...
...
ChangeLog.pre-2-8
View file @
11899547
2001-02-25 Hans Breuer <hans@breuer.org>
* gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
cause we want to loose those prototypes only in the latter case
* gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
GdkPixmapImplWin32 because it itsn't derived from it. Use the
impl member variable instead
* gtk/gtk.def : updated
* gtk/gtklist.c :
* gtk/gtkmenus.c : include <string.h> for memset ()
* gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
for everthing built here, but for gtk-x.x.dll only. This solves
problem of indifferent gtk type definitions
Sat Feb 24 20:11:39 2001 Jonathan Blandford <jrb@webwynk.net>
* gtk/gtkclipboard.h: actually put /* */ around #endif comment.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment