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 (Collapse)Author
2014-11-12Remove unneded call to non existent function remmina_rdp_load_plugin, fixes ↵Giovanni Panozzo
#374.
2014-10-29Fix possible crash when closing RDP connectionGiovanni Panozzo
Fixes a crash detected on remmina 1.2 when closing a connection window with alt-f4
2014-10-18Update rdp_plugin.cGiovanni Panozzo
2014-10-18Fix freerdp connection closingGiovanni Panozzo
2014-10-16Printer sharing fixesGiovanni Panozzo
2014-10-16Added printer redirection, code cleanupGiovanni Panozzo
2014-10-05Remove call to freerdp_get_last_errorLuca Falavigna
freerdp_get_last_error is available on FreeRDP trunk only, but not yet in version 1.1
2014-10-01FreeRDP 1.1 compatibilityGiovanni Panozzo
2014-09-29Undo of 07bb6f3d5ce48144dff239503bbc3c9f6da87229Giovanni Panozzo
2014-09-29rfx_context_new does not take any parameterLuca Falavigna
2014-09-19Make 8bpp and 32bpp works. Fixes #329Giovanni Panozzo
Ignore alpha channel coming from FreeRDP when updating screen area, restored also previously removed OrderSupport flags
2014-09-19Update to FreeRDP changes (removed CLRBUF_24BPP)Giovanni Panozzo
2014-09-15Remove unneeded debug lineGiovanni Panozzo
2014-09-15Fixes #223: correctly set host CertificateName when in SSH tunnel.Giovanni Panozzo
2014-09-15Fix missing extended keycode and 'up' action when sending release key ↵Giovanni Panozzo
events. Fixes #7 When a remmina RDP window lose its focus, all pressed keys are removed by sending a release event to the RDP server. This event was missing the extended keycode and the 'up' action.
2014-09-03Merge branch 'gtk3' of github.com:giox069/RemminaAntenore Gatta
2014-08-25Fixes #270 bad shared folder name on window driveGiovanni Panozzo
2014-08-25GTK3 migration - gtk_image_menu_item_new_from_stock deprecatedAntenore Gatta
fix gtk_grid_attach
2014-08-20Improve disconnection detectionGiovanni Panozzo
2014-08-20Enable sound. Fixes #296 #281.Giovanni Panozzo
2014-08-18Merge branch 'gtk3' of github.com:giox069/Remmina into giox069-gtk3Antenore Gatta
2014-08-18merged commit 7a82e3c into FreeRDP:gtk3 from amon-sha:fix_gtk2_compatibilityAntenore Gatta
2014-08-17Fix password not saved in RDP auth dialog, also fixes #247Giovanni Panozzo
2014-08-15Fix clipboard problemsGiovanni Panozzo
2014-08-13Fix double free crashGiovanni Panozzo
2014-08-12Fix compatibility with freerdp 1.2: channels are now inside instance structGiovanni Panozzo
2014-08-04Fix for issue #288: removed test on freerdp_shall_disconnect() when ↵Giovanni Panozzo
disconnecting from client
2014-07-30Merge with masterAntenore Gatta
2014-07-19migrated to grid layoutAntenore Gatta
2014-07-18gtk and x11 cleaningAntenore Gatta
2014-07-18added freerdp_register_addin_provider to fix LoadLibraryA: ↵Antenore Gatta
/usr/local/lib64/freerdp/drive-client.so: cannot open shared object file: No such file or directory
2014-07-17workaround shared folders because of wrong struct passed to freerdpAntenore Gatta
2014-07-15Merge branch 'master' of github.com:giox069/Remmina into antenore_20140714Antenore Gatta
Fix for issue #251: RDP: No caret on explorer address bar and white squares instead of small icons
2014-07-15Merge github.com:repzilon/Remmina into antenore_20140714Antenore Gatta
Test repzilon fixes
2014-07-15undefined symbol: freerdp_channels_global_initAntenore Gatta
2014-06-25GTK+2 compatibilityRene Rheaume
* RDP mouse cursor image reference count is no longer decremented. It probably introduces a memory leak, but decrementing the reference count causes a segfault. * The Quick Connect bar of the main window no longer take half of the window height. * The protocol selector of the Quick Connect bar looks like a regular drop-down list on QtCurve theme.
2014-06-25Corrected compile warningsRene Rheaume
2014-06-25Merge commit 'b6a55ae6f4633d55f8f03e7ce2eeb5899514a8fc'Rene Rheaume
2014-03-15plugins-rdp: fix crash when free'ing cursorJean-Louis Dupond
(cherry picked from commit 74db2bbb342f3f2718e67a0a329e0c20672daed6) Conflicts: remmina-plugins/rdp/rdp_event.c remmina-plugins/rdp/rdp_graphics.c
2014-03-15Cherry-picked commits 05970e83e47f50fa6605b967f69d798d410e8afd and ↵Rene Rheaume
728ec0b86cfc2b251c294f7b4dc0e5399df6f7ac from upstream * plugin-rdp: convert to new unicode convertion api * plugin-rdp: minor fixes
2014-03-15Recompressed icons. Also removed executable bit to some icons.Rene Rheaume
2014-03-15Replaced missed xzalloc with callocrepzilon
2014-03-15Multiple compile-time changes against the Remmina 2012-09-22 snapshot to ↵Rene Rheaume
make it compile with FreeRDP 1.1.0_beta1_p20130710
2014-02-24Fix for issue #251Giovanni Panozzo
2013-10-08Call rfx_context_new with a BOOL argumentMike Gilbert
Resolves #228.
2013-07-15rename context_size to ContextSize to match changes in FreeRDPBen Kohler
2013-06-10Replace the rest of the stream macros with the new Stream macros from ↵Mike Gilbert
winpr/stream.h
2013-04-26Follow the freerdp refactoring of streams and events to compile against masterBenjamin Podszun
2013-03-23Remove call to rfx_context_set_cpu_opt, which was removed from FreeRDP.Mike Gilbert
2013-03-19DWORD is the replacement for RDP_SCANCODELuca Falavigna