pgAdmin III commit: Make style.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Make style.
Date: 2011-02-17 08:55:14
Message-ID: 201102170855.p1H8tE4w033072@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Make style.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=923d03dcb981dd845766b3a9610fef6537d26730

Modified Files
--------------
pgadmin/ctl/ctlAuiNotebook.cpp | 2 +-
pgadmin/gqb/gqbController.cpp | 4 +-
pgadmin/include/ogl/basic.h | 1715 ++++++-----
pgadmin/include/ogl/basicp.h | 525 ++--
pgadmin/include/ogl/bmpshape.h | 107 +-
pgadmin/include/ogl/canvas.h | 227 +-
pgadmin/include/ogl/composit.h | 526 ++--
pgadmin/include/ogl/constrnt.h | 181 +-
pgadmin/include/ogl/divided.h | 142 +-
pgadmin/include/ogl/drawn.h | 500 ++--
pgadmin/include/ogl/drawnp.h | 427 ++--
pgadmin/include/ogl/lines.h | 699 +++--
pgadmin/include/ogl/linesp.h | 170 +-
pgadmin/include/ogl/mfutils.h | 831 +++---
pgadmin/include/ogl/misc.h | 216 +-
pgadmin/include/ogl/ogl.h | 72 +-
pgadmin/include/ogl/ogldiag.h | 281 +-
pgadmin/ogl/basic.cpp | 6400 ++++++++++++++++++++--------------------
pgadmin/ogl/basic2.cpp | 3747 ++++++++++++------------
pgadmin/ogl/bmpshape.cpp | 188 +-
pgadmin/ogl/canvas.cpp | 1119 ++++----
pgadmin/ogl/composit.cpp | 3506 +++++++++++-----------
pgadmin/ogl/constrnt.cpp | 1210 ++++----
pgadmin/ogl/divided.cpp | 1423 +++++-----
pgadmin/ogl/drawn.cpp | 4992 ++++++++++++++++----------------
pgadmin/ogl/lines.cpp | 4972 ++++++++++++++++----------------
pgadmin/ogl/mfutils.cpp | 2152 +++++++-------
pgadmin/ogl/ogldiag.cpp | 1469 +++++-----
pgadmin/ogl/oglmisc.cpp | 1801 ++++++------
29 files changed, 20174 insertions(+), 19430 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-02-17 08:59:13 Re: wxOGL licence change
Previous Message Dave Page 2011-02-17 08:50:46 Re: pgAdmin III commit: Ensure the embedded version of OGL builds properly