freecol/src/net/sf/freecol/client/gui
Stian Grenborgen 5e1479cfcb Updating the face of Peter Minuit to be more realisticly colored. 2023-05-20 10:57:39 +02:00
..
action Fixes activation of improvement actions after reconnecting. Obsolete improvement actions are now removed when loading savegames etc. 2023-04-23 09:26:40 +02:00
animation Removing unused imports. 2022-01-08 09:06:18 +01:00
dialog Starts game option settings fresh every time. We should probably add support for loading and saving options back in. 2023-04-30 12:22:26 +02:00
images This fixes a bug occuring when a mod replaces an image that is used for more than one mapping. The bug caused an image overridden by a mod to sometimes revert back to the original image (depending on zoom level and pure chance). 2022-09-20 21:04:49 +02:00
label Fixes scaling and placement of goods production icons on colony tiles. 2023-01-07 21:59:12 +01:00
mapviewer Adding asserts for ensuring that the EDT is used when updating the GUI. Run with "-ea" to enable checking. 2023-05-02 21:21:05 +02:00
menu Adds ranged combat to FreeCol. The "Hitpoints and Combat" mod uses the ranged combat for artillery and ships, and also contains adjustments to the ships' hitpoints. 2023-01-15 15:41:47 +01:00
option Allows the player to easily view all files while loading savegames/maps. 2023-01-13 22:18:10 +01:00
panel Removing ClassicMapControls since CornerMapControls is skinable. The latter can be expanded with more functionality if needed. 2023-05-19 22:22:13 +02:00
plaf Fixes selection of audio mixer in the client options. 2022-05-07 12:16:05 +02:00
tooltip Add a helper for the RebelToolTip that correctly finds the next/50%/100% bonus turn numbers, BR#3217. 2022-09-05 20:10:57 +09:30
video Cosmetic javadoc. 2022-04-26 13:37:46 +09:30
Canvas.java Updating the face of Peter Minuit to be more realisticly colored. 2023-05-20 10:57:39 +02:00
CanvasMapEditorMouseListener.java Moves the handling of autoscrolling to a separate class. Additional fixes: 2022-08-21 12:57:43 +02:00
CanvasMouseListener.java Removing unused imports. 2022-01-08 09:06:18 +01:00
CanvasMouseMotionListener.java Moves the handling of autoscrolling to a separate class. Additional fixes: 2022-08-21 12:57:43 +02:00
ChoiceItem.java Disable accept button when trade conditions change. 2022-09-09 10:21:58 +09:30
DialogHandler.java Update Copyright Year to 2022. 2022-01-02 18:29:09 -06:00
FontLibrary.java Adds font scaling to the transaction panel in Europe. 2022-05-08 16:17:58 +02:00
FrameMotionListener.java Panels/internal frames no longer disappears when switching to window mode from fullscreen. This is solved by resizing and relocating internal frames when the application frame changes size, so that all windows remain visible. 2023-01-17 18:00:06 +01:00
FreeColFrame.java Removing unused imports. 2022-01-08 09:06:18 +01:00
FullScreenFrameListener.java Update Copyright Year to 2022. 2022-01-02 18:29:09 -06:00
GUI.java Fixes activation of improvement actions after reconnecting. Obsolete improvement actions are now removed when loading savegames etc. 2023-04-23 09:26:40 +02:00
GrayLayer.java Update Copyright Year to 2022. 2022-01-02 18:29:09 -06:00
ImageLibrary.java Adds ranged combat to FreeCol. The "Hitpoints and Combat" mod uses the ranged combat for artillery and ships, and also contains adjustments to the ships' hitpoints. 2023-01-15 15:41:47 +01:00
LoadingSavegameInfo.java Cosmetic javadoc. 2022-05-01 12:13:14 +09:30
ModifierFormat.java Update Copyright Year to 2022. 2022-01-02 18:29:09 -06:00
ScrollThread.java Removing unused imports. 2022-01-08 09:06:18 +01:00
Scrolling.java Moves the handling of autoscrolling to a separate class. Additional fixes: 2022-08-21 12:57:43 +02:00
Size.java Adds font scaling throughout the application. Adds split pane to the client options. 2022-04-14 16:49:30 +02:00
SplashScreen.java Update Copyright Year to 2022. 2022-01-02 18:29:09 -06:00
SwingGUI.java Removing ClassicMapControls since CornerMapControls is skinable. The latter can be expanded with more functionality if needed. 2023-05-19 22:22:13 +02:00
TilePopup.java Adds font scaling throughout the application. Adds split pane to the client options. 2022-04-14 16:49:30 +02:00
Widgets.java Panels/internal frames no longer disappears when switching to window mode from fullscreen. This is solved by resizing and relocating internal frames when the application frame changes size, so that all windows remain visible. 2023-01-17 18:00:06 +01:00
WindowedFrameListener.java Update Copyright Year to 2022. 2022-01-02 18:29:09 -06:00
package-info.java Add @since to packages created during versions 0.2.0 and 0.2.1 2016-09-18 16:07:38 -05:00