celestia/src/celestia
Pat Suwalski 1d99ae5eb6 Adding grid renderflag selection to GTK UI. Also, fixing recently-introduced bug regarding saving vanilla-GTK settings. 2009-07-03 01:04:46 +00:00
..
gtk Adding grid renderflag selection to GTK UI. Also, fixing recently-introduced bug regarding saving vanilla-GTK settings. 2009-07-03 01:04:46 +00:00
kde Added the missing menu entries related to globulars for KDE version 2009-05-21 13:25:36 +00:00
qt Added a multiple stars filter to the Qt4 celestial browser 2008-11-16 22:47:17 +00:00
res Removed dependency on afxres.h (and MFC) from celestia.rc. 2009-06-05 17:55:17 +00:00
Celestia.dsp Update to include crosshair-opaque cursor resource. 2004-03-22 22:38:18 +00:00
Makefile.am Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
ODMenu.cpp - Fixed nebula checkbox in View Options dialog for Windows; when the dialog was opened, the checkbox state wasn't being initialized to the state of the ShowNebula flag. 2005-12-15 08:53:16 +00:00
ODMenu.h Initial stab at owner-draw menu class. 2002-06-04 03:02:36 +00:00
avicapture.cpp Enable video capture with Qt4 front-end (Windows only right now.) 2008-05-11 20:22:44 +00:00
avicapture.h Removed unused parameters 2006-09-16 12:40:49 +00:00
celestia.mak Fixed wrong file extension in Win32 makefile celestia.mak. 2008-04-14 17:08:01 +00:00
celestiacore.cpp Display localized star and DSO names in the observer frame overlay. 2009-02-28 10:39:04 +00:00
celestiacore.h Fixed some compiler warnings when building under gcc 4.3. 2009-01-26 20:49:35 +00:00
celx.cpp - Added windowbordersvisible and setwindowbordersvisible methods to the celestia object in celx scripting 2009-04-09 14:31:44 +00:00
celx.h Send control modifier to celx keyboard handling functions. This was supported before for keys a-z; now it works for other keys as well. 2008-08-02 04:36:18 +00:00
celx_celestia.cpp Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_celestia.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_frame.cpp Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_frame.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_gl.cpp Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_gl.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_internal.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_object.cpp Fixed some compiler warnings when building under gcc 4.3. 2009-01-26 20:49:35 +00:00
celx_object.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_observer.cpp Added makeactiveview method to observer object in celx scripting. 2008-09-16 21:57:00 +00:00
celx_observer.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_phase.cpp Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_phase.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_position.cpp Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_position.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_rotation.cpp Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_rotation.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_vector.cpp Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
celx_vector.h Split celx.cpp into separate files for each object. 2008-04-13 20:56:56 +00:00
configfile.cpp Fixed some compiler warnings when building under gcc 4.3. 2009-01-26 20:49:35 +00:00
configfile.h Implement globular clusters 2008-09-20 14:17:39 +00:00
destination.cpp Added debug level parameter to DPRINTFs 2002-02-06 21:00:33 +00:00
destination.h Reorganized source tree into multiple directories. 2001-11-28 01:50:04 +00:00
eclipsefinder.cpp Fixes to make Celestia build with gcc4.3 2008-11-16 10:19:38 +00:00
eclipsefinder.h Eclipse finder separation from Windows specific code 2003-01-28 20:53:56 +00:00
favorites.cpp Rewrote observer class to use 1.5.0 reference frames. The FrameOfReference 2008-02-08 21:46:02 +00:00
favorites.h Rewrote observer class to use 1.5.0 reference frames. The FrameOfReference 2008-02-08 21:46:02 +00:00
glutmain.cpp Adding support for i18n with gettext. 2005-07-19 21:31:04 +00:00
imagecapture.cpp Fixed bug in PNG image capture 2007-05-06 18:23:46 +00:00
imagecapture.h Reorganized source tree into multiple directories. 2001-11-28 01:50:04 +00:00
moviecapture.h Removed unused parameters 2006-09-16 12:40:49 +00:00
oggtheoracapture.cpp Fixes to make Celestia build with gcc4.3 2008-11-16 10:19:38 +00:00
oggtheoracapture.h Added empty implementation to allow GTK compilation 2006-09-18 21:55:49 +00:00
scriptmenu.cpp Fixed some compiler warnings when building under gcc 4.3. 2009-01-26 20:49:35 +00:00
scriptmenu.h Added Scripts menu to Windows version: 2007-05-29 16:36:57 +00:00
url.cpp Removed debugging code from url.cpp. 2009-03-20 18:07:24 +00:00
url.h Added encoding of special characters in cel URLs. 2009-03-17 21:57:23 +00:00
wglext.cpp Add support for WGL_ARB_multisample and other WGL extensions. Antiliasing may now be enabled in celestia.cfg by setting the value of AntialiasingSamples to something larger than 1. Also enable pbuffers, which will be used for floating point frame buffers and wide FOV rendering. 2004-07-26 16:58:29 +00:00
wglext.h Add support for WGL_ARB_multisample and other WGL extensions. Antiliasing may now be enabled in celestia.cfg by setting the value of AntialiasingSamples to something larger than 1. Also enable pbuffers, which will be used for floating point frame buffers and wide FOV rendering. 2004-07-26 16:58:29 +00:00
winbookmarks.cpp Made delete bookmark work for items other than folders. 2004-01-26 18:03:42 +00:00
winbookmarks.h Fixed bug in Windows bookmarks menu that prevented items from getting moved to a newly created folder. General cleanup of bookmarks code. 2003-11-24 18:53:12 +00:00
windatepicker.cpp Set gettext to use the current codepage when retreiving strings for use 2006-07-28 22:59:18 +00:00
wineclipses.cpp Fixed Windows eclipse finder to correctly set camera orientation and position. 2008-02-10 21:23:22 +00:00
wineclipses.h Bulk of logic moved to platform-independent module eclipsefinder.cpp 2003-01-29 05:47:08 +00:00
wingotodlg.cpp Fixed breaks in Win32 UI caused by the observer rewrite. 2008-02-09 21:10:44 +00:00
wingotodlg.h Reorganized source tree into multiple directories. 2001-11-28 01:50:04 +00:00
winhyperlinks.cpp Text color, underlining and cursor change now occurs when cursor is directly over text. Previous revision only detected if cursor was within static text control bounding rectangle. 2003-11-09 05:48:35 +00:00
winhyperlinks.h New module to turn static controls in a dialog into hyperlinks. 2003-10-14 00:41:18 +00:00
winlocations.cpp Added volcanoes to location types on Windows 2008-09-05 23:49:11 +00:00
winlocations.h Added locations dialog; renamed old locations stuff to bookmarks for consistency with KDE version. 2003-06-22 04:16:14 +00:00
winmain.cpp Fixed full-screen image capture in Windows version. 2009-05-20 21:36:10 +00:00
winsplash.cpp Show the version number on the splash screen. 2005-12-29 20:27:40 +00:00
winsplash.h Added a splash screen for the Windows version of Celestia. 2005-12-29 09:33:07 +00:00
winssbrowser.cpp - Fixed issues with the display of UTF-8 characters: 2008-12-27 18:19:29 +00:00
winssbrowser.h Fixed crash from star browser when return key was pressed after changing the number of stars shown. Added a destructor for the browser dialogs to set the window long to NULL; this can then be checked by message handling routines to make sure they're not trying to manipulate a dead dialog. 2004-01-26 17:51:58 +00:00
winstarbrowser.cpp - Fixed issues with the display of UTF-8 characters: 2008-12-27 18:19:29 +00:00
winstarbrowser.h Fixed crash from star browser when return key was pressed after changing the number of stars shown. Added a destructor for the browser dialogs to set the window long to NULL; this can then be checked by message handling routines to make sure they're not trying to manipulate a dead dialog. 2004-01-26 17:51:58 +00:00
wintime.cpp Synched time with selected TimeZone in Windows set time dialog. 2008-01-13 23:45:29 +00:00
wintime.h Added time zone selection to Windows set time dialog. Moved set time dialog code from winmain.cpp into separate module wintime.cpp. 2005-12-28 11:37:43 +00:00
wintourguide.cpp - Fixed issues with the display of UTF-8 characters: 2008-12-27 18:19:29 +00:00
wintourguide.h Reorganized source tree into multiple directories. 2001-11-28 01:50:04 +00:00
winviewoptsdlg.cpp Added globulars and new grids (horizontal, galactic, ecliptic) to Windows View option dialog. 2008-09-23 19:37:19 +00:00
winviewoptsdlg.h Switched to generic watcher architecture 2002-06-05 05:28:54 +00:00