Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-09Updated FSF addressweberho
2015-02-08Bound all the signal callbacks for the actions to the user interface Glade fileMuflone
2015-02-08Code cleanupMuflone
2015-02-08Code cleanupMuflone
2015-02-08Joined all the main user interface glade files into remmina_main.gladeMuflone
2015-02-04Added plugin type description for plugin not found error messageMuflone
2015-02-04Avoid to call a function on a folder groupMuflone
2015-02-04Added MOUSE_BUTTON_LEFT, MOUSE_BUTTON_MIDDLE, MOUSE_BUTTON_RIGHT constantsMuflone
2015-02-02External tools call fixup, fixes #385Giovanni Panozzo
2015-02-01Restored the adding of plugins of type REMMINA_PLUGIN_TYPE_TOOL in the Tools ...Muflone
2015-02-01Changed many GtkWidget objects to their real typeMuflone
2015-02-01Code cleanupMuflone
2015-02-01Code indentationMuflone
2015-02-01Removed deprecated codeMuflone
2015-02-01Removed unused remmina_chain_buttonMuflone
2015-02-01Code cleanupMuflone
2015-02-01Restored the view file mode during the startupMuflone
2015-02-01Code cleanupMuflone
2015-02-01Moved the quick search box in the interface file ui/remmina_main_quick_search...Muflone
2015-02-01Code cleanupMuflone
2015-02-01Grouped the associations between the GtkActions and their callback to a Actio...Muflone
2015-02-01Moved the toolbar, menubar and all the actions in the interface file ui/remmi...Muflone
2015-02-01Code cleanupMuflone
2015-02-01GtkBuilder compatibility fix for GTK<3.10Giovanni Panozzo
2015-01-31Moved the status bar in the interface file ui/remmina_main_statusbar.gladeMuflone
2015-01-31Code cleanupMuflone
2015-01-31Added some code commentsMuflone
2015-01-31Moved the TreeView for the files list to the interface file remmina_main_file...Muflone
2015-01-31Anticipated the GtkBuilder for TreeModels loadingMuflone
2015-01-31Added explicit type castingMuflone
2015-01-31Clear the TreeModel before any files list loadingMuflone
2015-01-30Moved the files_list tree store to the interface file remmina_main_files_list...Muflone
2015-01-30Moved the files_list list store to the interface file remmina_main_files_list...Muflone
2015-01-30Moved the quick connect box to the interface file remmina_main_quick_connect....Muflone
2015-01-30Added function remmina_public_gtk_widget_reparentMuflone
2015-01-30Moved the about dialog in the interface file ui/remmina_about.gladeMuflone
2015-01-30Added remmina_public_gtk_builder_new_from_file to load an interface file from...Muflone
2015-01-29Added copyright on modified filesMuflone
2015-01-29Restored the settings checkbox disposition compactness if requested by the pl...Muflone
2015-01-26Code cleanupMuflone
2015-01-26Removed REMMINA_PROTOCOL_SETTING_TYPE_SCALEMuflone
2015-01-25Merge pull request #447 from FreeRDP/newscalerGiovanni Panozzo
2015-01-25Implemented disable password storing for protocols VNC VNCI, NX and RDP, than...Muflone
2015-01-25Always include remmina_trace_calls, even without libsshMuflone
2015-01-25Scaler reimplementationGiovanni Panozzo
2015-01-25Removed some legacy GTK2 codeGiovanni Panozzo
2015-01-25Add copyright on modified filesGiovanni Panozzo
2015-01-25Add transient window to prevent the warning "GtkDialog mapped without a trans...Muflone
2015-01-25Code cleanupMuflone
2015-01-25Added macro GET_PLUGIN_DATA in every pluginMuflone